Home
last modified time | relevance | path

Searched refs:docTop (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderView.h174 int docTop() const;
176 int docHeight() const { return docBottom() - docTop(); } in docHeight()
180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect()
DRenderView.cpp663 int RenderView::docTop() const in docTop() function in WebCore::RenderView
DRenderLayerCompositor.cpp1317 … m_rootPlatformLayer->setPosition(FloatPoint(m_renderView->docLeft(), m_renderView->docTop()));
DRenderBox.cpp817 …paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth… in paintRootBoxFillLayers()
/external/webkit/Source/WebCore/page/
DFrameView.cpp485 …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/
DChangeLog-2011-02-1610369 (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):
DChangeLog-2010-12-062357 (WebCore::RenderView::docTop):