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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 359 void WebPage::gestureWillBegin(const WebCore::IntPoint& point, bool& canBeginPanning)
388 canBeginPanning = false;
393 canBeginPanning = false;
399 canBeginPanning = true;
404 canBeginPanning = false;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 344 void gestureWillBegin(const WebCore::IntPoint&, bool& canBeginPanning);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 681 bool canBeginPanning = false;
682 process()->sendSync(Messages::WebPage::GestureWillBegin(point), Messages::WebPage::GestureWillBegin::Reply(canBeginPanning), m_pageID);
683 return canBeginPanning;
    [all...]

Completed in 93 milliseconds