Searched refs:bestZoomableAreaForTouchPoint (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 152 …bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRec…
|
D | EventHandler.cpp | 2542 bool EventHandler::bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchR… in bestZoomableAreaForTouchPoint() function in WebCore::EventHandler
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 174 …PassRefPtrWillBeRawPtr<ClientRect> bestZoomableAreaForTouchPoint(long x, long y, long width, long …
|
D | Internals.idl | 131 …[RaisesException] ClientRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height…
|
D | Internals.cpp | 1169 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()
|