Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DScrollView.cpp485 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const in contentsToWindow()
487 IntPoint viewPoint = contentsPoint - scrollOffset(); in contentsToWindow()
/external/webkit/WebCore/rendering/
DRenderBlock.cpp3446 IntPoint contentsPoint(tx, ty); in offsetForContents() local
3447 adjustPointToColumnContents(contentsPoint); in offsetForContents()
3448 tx = contentsPoint.x(); in offsetForContents()
3449 ty = contentsPoint.y(); in offsetForContents()