Searched refs:gestureWillBegin (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp359 void WebPage::gestureWillBegin(const WebCore::IntPoint& point, bool& canBeginPanning) function in class:WebKit::WebPage
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h344 void gestureWillBegin(const WebCore::IntPoint&, bool& canBeginPanning);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h281 bool gestureWillBegin(const WebCore::IntPoint&);
H A DWebPageProxy.cpp679 bool WebPageProxy::gestureWillBegin(const IntPoint& point) function in class:WebKit::WebPageProxy
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp516 bool canPan = m_page->gestureWillBegin(localPoint);

Completed in 152 milliseconds