Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.h34 bool findBestContextMenuCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHo…
DTouchAdjustment.cpp492 bool findBestContextMenuCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHo… in findBestContextMenuCandidate() function
DEventHandler.cpp2539 …return findBestContextMenuCandidate(targetNode, targetPoint, touchCenter, touchRect, WillBeHeapVec… in bestContextMenuNodeForTouchPoint()