Home
last modified time | relevance | path

Searched refs:docWidth (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderView.h179 int docWidth() const { return docRight() - docLeft(); } in docWidth() function
180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect()
DRenderLayerCompositor.cpp1316 … m_rootPlatformLayer->setSize(FloatSize(m_renderView->docWidth(), m_renderView->docHeight()));
DRenderBox.cpp817 …intInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth(), view()->docHei… in paintRootBoxFillLayers()
/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp91 float docWidth = root->layer()->width(); in computePageRectsForFrame() local
/external/webkit/Source/WebCore/page/
DPrintContext.cpp79 pageWidth = view->docWidth(); in computePageRects()
DFrameView.cpp483 IntSize size = IntSize(root->docWidth(), root->docHeight()); in adjustViewSize()
2547 …int docLogicalWidth = root->style()->isHorizontalWritingMode() ? root->docWidth() : root->docHeigh… in forceLayoutForPagination()
2555 …docLogicalHeight = root->style()->isHorizontalWritingMode() ? root->docHeight() : root->docWidth(); in forceLayoutForPagination()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1346 …float printWidth = root->style()->isHorizontalWritingMode() ? root->docWidth() / printScaleFactor …
/external/webkit/Source/WebCore/
DChangeLog-2003-10-259769 (RenderRoot::docWidth): Ditto, but rightmostPosition().
12568 (RenderRoot::docWidth): Take all the children's widths into account, not just firstChild.
DChangeLog-2009-06-16976 docWidth()/docHeight() became private. Use overflowWidth()/overflowHeight() instead, which
22050 (WebCore::computePageRectsForFrame): change docWidth() to overflowWidth()
22712 RenderView::docWidth() was made private by r42334. That commit
22963 (WebCore::RenderView::docWidth):
23251 (WebCore::RenderView::docWidth):
51216 (WebCore::RenderView::docWidth):
DChangeLog-2011-02-1640475 Use docWidth() and docHeight() instead of rightLayoutOverflow() and
40476 bottomLayoutOverflow() since docWidth/Height are now the preferred
47748 (WebCore::RenderView::docWidth):
DChangeLog-2002-12-0315650 (RenderRoot::selectionStartEnd), (RenderRoot::docWidth):
DChangeLog-2006-12-313468 (WebCore::RenderView::docWidth):
51907 (WebCore::RenderView::docWidth):
DChangeLog-2007-10-1447232 before calling docHeight() and docWidth(), since the former act as a lower
66284 (WebCore::RenderView::docWidth):
DChangeLog-2010-12-062360 (WebCore::RenderView::docWidth):
4284 (WebCore::RenderView::docWidth): Include left layout overflow into doc width for RTL page.
DChangeLog-2008-08-1041244 (WebCore::RenderView::docWidth):