Searched refs:touchRadius (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 150 …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…
|
D | EventHandler.cpp | 2500 …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()
|