HomeSort by relevance Sort by last modified time
    Searched refs:contentsPoint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 96 IntPoint contentsPoint = mainFrame->view()->windowToContents(touchPoint);
98 HitTestResult result = mainFrame->eventHandler().hitTestResultAtPoint(contentsPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, IntSize(touchPointPadding, touchPointPadding));
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 630 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point);
631 RefPtr<AXObject> hit = m_private->accessibilityHitTest(contentsPoint);
636 if (m_private->elementRect().contains(contentsPoint))
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 575 IntPoint ScrollView::contentsToRootView(const IntPoint& contentsPoint) const
577 IntPoint viewPoint = contentsPoint - scrollOffset();
607 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const
609 IntPoint viewPoint = contentsPoint - scrollOffset();
    [all...]

Completed in 100 milliseconds