Searched refs:aMultiTouch (Results 1 – 3 of 3) sorted by relevance
316 GeckoTouchDispatcher::DispatchTouchEvent(MultiTouchInput aMultiTouch) in DispatchTouchEvent() argument318 if ((aMultiTouch.mType == MultiTouchInput::MULTITOUCH_END || in DispatchTouchEvent()319 aMultiTouch.mType == MultiTouchInput::MULTITOUCH_CANCEL) && in DispatchTouchEvent()320 aMultiTouch.mTouches.Length() == 1) { in DispatchTouchEvent()323 } else if (aMultiTouch.mType == MultiTouchInput::MULTITOUCH_START && in DispatchTouchEvent()324 aMultiTouch.mTouches.Length() == 1) { in DispatchTouchEvent()325 mTouchEventsFiltered = IsExpired(aMultiTouch); in DispatchTouchEvent()332 nsWindow::DispatchTouchInput(aMultiTouch); in DispatchTouchEvent()336 switch (aMultiTouch.mType) { in DispatchTouchEvent()352 const ScreenIntPoint& touchPoint = aMultiTouch.mTouches[0].mScreenPoint; in DispatchTouchEvent()
51 void DispatchTouchEvent(MultiTouchInput aMultiTouch);64 void DispatchMouseEvent(MultiTouchInput& aMultiTouch,
690 addMultiTouch(MultiTouchInput& aMultiTouch, in addMultiTouch() argument719 aMultiTouch.mTouches.AppendElement(touchData); in addMultiTouch()