Searched refs:docTop (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderView.h | 174 int docTop() const; 176 int docHeight() const { return docBottom() - docTop(); } in docHeight() 180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect()
|
D | RenderView.cpp | 663 int RenderView::docTop() const in docTop() function in WebCore::RenderView
|
D | RenderLayerCompositor.cpp | 1317 … m_rootPlatformLayer->setPosition(FloatPoint(m_renderView->docLeft(), m_renderView->docTop()));
|
D | RenderBox.cpp | 817 …paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth… in paintRootBoxFillLayers()
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.cpp | 485 …ScrollView::setScrollOrigin(IntPoint(-root->docLeft(), -root->docTop()), !m_frame->document()->pri… in adjustViewSize() 2556 … int docLogicalTop = root->style()->isHorizontalWritingMode() ? root->docTop() : root->docLeft(); in forceLayoutForPagination()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 10369 (WebCore::RenderView::docTop): 45856 docTop/Bottom/Left/Right accessors. 45859 (WebCore::RenderView::docTop): 47493 …Changed to use RenderView's docTop/Left/Width/Height accessors, which simply grab the overflow and… 47590 Use docLeft and docTop here, so that writing modes are handled. 47742 (WebCore::RenderView::docTop):
|
D | ChangeLog-2010-12-06 | 2357 (WebCore::RenderView::docTop):
|