Home | History | Annotate | Download | only in page

Lines Matching refs:TouchAction

3483             TouchAction effectiveTouchAction = computeEffectiveTouchAction(*node);
3644 TouchAction EventHandler::intersectTouchAction(TouchAction action1, TouchAction action2)
3657 TouchAction EventHandler::computeEffectiveTouchAction(const Node& node)
3667 TouchAction effectiveTouchAction = TouchActionAuto;
3671 TouchAction action = renderer->style()->touchAction();