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

  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 388 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point);
389 RefPtr<AccessibilityObject> hit = m_private->accessibilityHitTest(contentsPoint);
394 if (m_private->boundingBoxRect().contains(contentsPoint))
  /external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.cpp 56 IntPoint contentsPoint(point);
63 contentsPoint += renderer->layer()->scrolledContentOffset();
66 return RenderBlock::positionForPoint(contentsPoint);
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 706 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const
708 IntPoint viewPoint = contentsPoint - scrollOffset();
    [all...]

Completed in 119 milliseconds