Home
last modified time | relevance | path

Searched refs:contentsPoint (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebAccessibilityObject.cpp388 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point); in hitTest() local
389 RefPtr<AccessibilityObject> hit = m_private->accessibilityHitTest(contentsPoint); in hitTest()
394 if (m_private->boundingBoxRect().contains(contentsPoint)) in hitTest()
/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp56 IntPoint contentsPoint(point); in positionForPoint() local
63 contentsPoint += renderer->layer()->scrolledContentOffset(); in positionForPoint()
66 return RenderBlock::positionForPoint(contentsPoint); in positionForPoint()
DRenderBlock.cpp4278 IntPoint contentsPoint(tx, ty); in offsetForContents() local
4281 contentsPoint += layer()->scrolledContentOffset(); in offsetForContents()
4284 adjustPointToColumnContents(contentsPoint); in offsetForContents()
4286 tx = contentsPoint.x(); in offsetForContents()
4287 ty = contentsPoint.y(); in offsetForContents()
/external/webkit/Source/WebCore/platform/
DScrollView.cpp737 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const in contentsToWindow()
739 IntPoint viewPoint = contentsPoint - scrollOffset(); in contentsToWindow()