Home
last modified time | relevance | path

Searched refs:effectiveTouchAction (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3483 TouchAction effectiveTouchAction = computeEffectiveTouchAction(*node); in handleTouchEvent() local
3484 if (effectiveTouchAction != TouchActionAuto) in handleTouchEvent()
3485 m_frame->page()->chrome().client().setTouchAction(effectiveTouchAction); in handleTouchEvent()
3667 TouchAction effectiveTouchAction = TouchActionAuto; in computeEffectiveTouchAction() local
3672 effectiveTouchAction = intersectTouchAction(action, effectiveTouchAction); in computeEffectiveTouchAction()
3673 if (effectiveTouchAction == TouchActionNone) in computeEffectiveTouchAction()
3682 return effectiveTouchAction; in computeEffectiveTouchAction()