Home | History | Annotate | Download | only in page

Lines Matching refs:hitTestResultAtPoint

842 HitTestResult EventHandler::hitTestResultAtPoint(const LayoutPoint& point, HitTestRequest::HitTestRequestType hitType, const LayoutSize& padding)
844 TRACE_EVENT0("webkit", "EventHandler::hitTestResultAtPoint");
846 // We always send hitTestResultAtPoint to the main frame if we have one,
855 return mainFrame->eventHandler().hitTestResultAtPoint(mainFramePoint, hitType, padding);
871 // hitTestResultAtPoint is specifically used to hitTest into all frames, thus it always allows child frame content.
2135 HitTestResult result = hitTestResultAtPoint(hitTestPoint, hitType | HitTestRequest::AllowFrameScrollbars);
2281 HitTestResult result = hitTestResultAtPoint(hitTestPoint);
2503 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius);
2532 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius);
2545 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, touchRadius);
3452 result = hitTestResultAtPoint(pagePoint, hitType);