Searched refs:contentsPoint (Results 1 – 4 of 4) sorted by relevance
388 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point); in hitTest() local389 RefPtr<AccessibilityObject> hit = m_private->accessibilityHitTest(contentsPoint); in hitTest()394 if (m_private->boundingBoxRect().contains(contentsPoint)) in hitTest()
56 IntPoint contentsPoint(point); in positionForPoint() local63 contentsPoint += renderer->layer()->scrolledContentOffset(); in positionForPoint()66 return RenderBlock::positionForPoint(contentsPoint); in positionForPoint()
4278 IntPoint contentsPoint(tx, ty); in offsetForContents() local4281 contentsPoint += layer()->scrolledContentOffset(); in offsetForContents()4284 adjustPointToColumnContents(contentsPoint); in offsetForContents()4286 tx = contentsPoint.x(); in offsetForContents()4287 ty = contentsPoint.y(); in offsetForContents()
737 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const in contentsToWindow()739 IntPoint viewPoint = contentsPoint - scrollOffset(); in contentsToWindow()