Home
last modified time | relevance | path

Searched refs:touchRadius (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h150 …bool bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPo…
151 …bool bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, Int…
152 …bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRec…
DEventHandler.cpp2500 …ClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targ… in bestClickableNodeForTouchPoint() argument
2503 …hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius); in bestClickableNodeForTouchPoint()
2511 IntRect touchRect(touchCenter - touchRadius, touchRadius + touchRadius); in bestClickableNodeForTouchPoint()
2529 …ntextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targ… in bestContextMenuNodeForTouchPoint() argument
2532 …hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius); in bestContextMenuNodeForTouchPoint()
2534 IntRect touchRect(touchCenter - touchRadius, touchRadius + touchRadius); in bestContextMenuNodeForTouchPoint()
2542 …tZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targe… in bestZoomableAreaForTouchPoint() argument
2545 …tTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, touchRadius); in bestZoomableAreaForTouchPoint()
2547 IntRect touchRect(touchCenter - touchRadius, touchRadius + touchRadius); in bestZoomableAreaForTouchPoint()