Searched defs:hitTestResultAtPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp838 HitTestResult EventHandler::hitTestResultAtPoint(const LayoutPoint& point, HitTestRequest::HitTestRequestType hitType, const LayoutSize& padding) function in class:blink::EventHandler
840 TRACE_EVENT0("blink", "EventHandler::hitTestResultAtPoint");
842 // We always send hitTestResultAtPoint to the main frame if we have one,
851 return mainFrame->eventHandler().hitTestResultAtPoint(mainFramePoint, hitType, padding);
867 // hitTestResultAtPoint is specifically used to hitTest into all frames, thus it always allows child frame content.
2322 HitTestResult result = hitTestResultAtPoint(hitTestPoint);
2554 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius);
2596 HitTestResult hitTestResult = hitTestResultAtPoint(hitTestPoint, hitType | HitTestRequest::ReadOnly, padding);
3579 result = hitTestResultAtPoint(pagePoint, hitType);

Completed in 105 milliseconds