Home | History | Annotate | Download | only in page

Lines Matching refs:hitTestPoint

2134         IntPoint hitTestPoint = m_frame->view()->windowToContents(adjustedPoint);
2135 HitTestResult result = hitTestResultAtPoint(hitTestPoint, hitType | HitTestRequest::AllowFrameScrollbars);
2280 IntPoint hitTestPoint = m_frame->view()->windowToContents(gestureEvent.position());
2281 HitTestResult result = hitTestResultAtPoint(hitTestPoint);
2502 IntPoint hitTestPoint = m_frame->view()->windowToContents(touchCenter);
2503 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius);
2531 IntPoint hitTestPoint = m_frame->view()->windowToContents(touchCenter);
2532 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active, touchRadius);
2544 IntPoint hitTestPoint = m_frame->view()->windowToContents(touchCenter);
2545 HitTestResult result = hitTestResultAtPoint(hitTestPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, touchRadius);