Home
last modified time | relevance | path

Searched refs:gestureWillBegin (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp359 void WebPage::gestureWillBegin(const WebCore::IntPoint& point, bool& canBeginPanning) in gestureWillBegin() function in WebKit::WebPage
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h344 void gestureWillBegin(const WebCore::IntPoint&, bool& canBeginPanning);
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h281 bool gestureWillBegin(const WebCore::IntPoint&);
DWebPageProxy.cpp679 bool WebPageProxy::gestureWillBegin(const IntPoint& point) in gestureWillBegin() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp516 bool canPan = m_page->gestureWillBegin(localPoint); in onGestureNotify()
/external/webkit/Source/WebKit2/
DChangeLog3245 (WebKit::WebPageProxy::gestureWillBegin): Send a sync message to the WebProcess
3262 (WebKit::WebPage::gestureWillBegin): Set the node that the gesture started on (so we