Home
last modified time | relevance | path

Searched refs:findBestZoomableArea (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.h34 bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, con…
DTouchAdjustment.cpp488 bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, con… in findBestZoomableArea() function
DEventHandler.cpp2748 …return findBestZoomableArea(targetNode, targetArea, touchCenter, touchRect, Vector<RefPtr<Node> >(… in bestZoomableAreaForTouchPoint()