Home | History | Annotate | Download | only in page

Lines Matching refs:touchAction

3610             TouchAction effectiveTouchAction = computeEffectiveTouchAction(*node);
3769 TouchAction EventHandler::intersectTouchAction(TouchAction action1, TouchAction action2)
3782 TouchAction EventHandler::computeEffectiveTouchAction(const Node& node)
3787 TouchAction effectiveTouchAction = TouchActionAuto;
3791 TouchAction action = renderer->style()->touchAction();