findBestZoomableArea 2751 Source/core/page/EventHandler.cpp     return findBestZoomableArea(targetNode, targetArea, touchCenter, touchRect, Vector<RefPtr<Node> >(nodes));
findBestZoomableArea   34 Source/core/page/TouchAdjustment.h bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >&);