Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:POINT

679 bool WebPageProxy::gestureWillBegin(const IntPoint& point)
682 process()->sendSync(Messages::WebPage::GestureWillBegin(point), Messages::WebPage::GestureWillBegin::Reply(canBeginPanning), m_pageID);
801 POINT globalPoint;
803 POINT localPoint = globalPoint;
2023 void WebPageProxy::pageDidRequestScroll(const IntPoint& point)
2025 m_pageClient->pageDidRequestScroll(point);
2079 void WebPageProxy::findZoomableAreaForPoint(const WebCore::IntPoint& point)
2084 process()->send(Messages::WebPage::FindZoomableAreaForPoint(point), m_pageID);