Bug 920377 part.32 Get rid of nsMouseEvent r=roc

This commit is contained in:
Masayuki Nakano
2013-10-02 15:38:27 +09:00
parent ecb0831a93
commit ed3fbdf704
76 changed files with 666 additions and 572 deletions

View File

@@ -243,10 +243,10 @@ public:
* @param aMouseEvent passed in so we can get where event occurred and what keys are pressed
*/
/*unsafe*/
nsresult HandleTableSelection(nsINode *aParentContent,
nsresult HandleTableSelection(nsINode* aParentContent,
int32_t aContentOffset,
int32_t aTarget,
nsMouseEvent *aMouseEvent);
mozilla::WidgetMouseEvent* aMouseEvent);
/**
* Add cell to the selection.
@@ -496,7 +496,7 @@ public:
* handling method. A NULL value can be use to tell this method
* that any data is storing is no longer valid.
*/
void SetDelayedCaretData(nsMouseEvent *aMouseEvent);
void SetDelayedCaretData(mozilla::WidgetMouseEvent* aMouseEvent);
/** Get the delayed MouseDown event data necessary to place the
* caret during MouseUp processing.