Home
last modified time | relevance | path

Searched refs:bestZoomableAreaForTouchPoint (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h152 …bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRec…
DEventHandler.cpp2542 bool EventHandler::bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchR… in bestZoomableAreaForTouchPoint() function in WebCore::EventHandler
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h174 …PassRefPtrWillBeRawPtr<ClientRect> bestZoomableAreaForTouchPoint(long x, long y, long width, long …
DInternals.idl131 …[RaisesException] ClientRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height…
DInternals.cpp1169 PassRefPtrWillBeRawPtr<ClientRect> Internals::bestZoomableAreaForTouchPoint(long x, long y, long wi… in bestZoomableAreaForTouchPoint() function in WebCore::Internals
1183 …bool foundNode = document->frame()->eventHandler().bestZoomableAreaForTouchPoint(point, radius, zo… in bestZoomableAreaForTouchPoint()