Home | History | Annotate | Download | only in style

Lines Matching refs:TouchAction

960     TouchAction touchAction() const { return static_cast<TouchAction>(rareNonInheritedData->m_touchAction); }
1400 void setTouchAction(TouchAction t) { SET_VAR(rareNonInheritedData, m_touchAction, t); }
1676 static TouchAction initialTouchAction() { return TouchActionAuto; }