Searched refs:canPreventNativeGestures (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebEvent.h317 bool canPreventNativeGestures() const { return m_canPreventNativeGestures; } function in class:WebKit::WebTouchEvent
318 void setCanPreventNativeGestures(bool canPreventNativeGestures) { m_canPreventNativeGestures = canPreventNativeGestures; } argument
H A DWebEventConversion.cpp309 m_canPreventNativeGestures = webEvent.canPreventNativeGestures();

Completed in 104 milliseconds