HomeSort by relevance Sort by last modified time
    Searched refs:gestureWillBegin (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 359 void WebPage::gestureWillBegin(const WebCore::IntPoint& point, bool& canBeginPanning)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 344 void gestureWillBegin(const WebCore::IntPoint&, bool& canBeginPanning);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 281 bool gestureWillBegin(const WebCore::IntPoint&);
    [all...]
WebPageProxy.cpp 679 bool WebPageProxy::gestureWillBegin(const IntPoint& point)
682 process()->sendSync(Messages::WebPage::GestureWillBegin(point), Messages::WebPage::GestureWillBegin::Reply(canBeginPanning), m_pageID);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 516 bool canPan = m_page->gestureWillBegin(localPoint);
    [all...]

Completed in 391 milliseconds