Searched refs:docWidth (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderView.h | 179 int docWidth() const { return docRight() - docLeft(); } in docWidth() function 180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect()
|
D | RenderLayerCompositor.cpp | 1316 … m_rootPlatformLayer->setSize(FloatSize(m_renderView->docWidth(), m_renderView->docHeight()));
|
D | RenderBox.cpp | 817 …intInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth(), view()->docHei… in paintRootBoxFillLayers()
|
/external/webkit/Source/WebCore/page/wince/ |
D | FrameWinCE.cpp | 91 float docWidth = root->layer()->width(); in computePageRectsForFrame() local
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 79 pageWidth = view->docWidth(); in computePageRects()
|
D | FrameView.cpp | 483 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/ |
D | WebFrame.mm | 1346 …float printWidth = root->style()->isHorizontalWritingMode() ? root->docWidth() / printScaleFactor …
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 9769 (RenderRoot::docWidth): Ditto, but rightmostPosition(). 12568 (RenderRoot::docWidth): Take all the children's widths into account, not just firstChild.
|
D | ChangeLog-2009-06-16 | 976 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):
|
D | ChangeLog-2011-02-16 | 40475 Use docWidth() and docHeight() instead of rightLayoutOverflow() and 40476 bottomLayoutOverflow() since docWidth/Height are now the preferred 47748 (WebCore::RenderView::docWidth):
|
D | ChangeLog-2002-12-03 | 15650 (RenderRoot::selectionStartEnd), (RenderRoot::docWidth):
|
D | ChangeLog-2006-12-31 | 3468 (WebCore::RenderView::docWidth): 51907 (WebCore::RenderView::docWidth):
|
D | ChangeLog-2007-10-14 | 47232 before calling docHeight() and docWidth(), since the former act as a lower 66284 (WebCore::RenderView::docWidth):
|
D | ChangeLog-2010-12-06 | 2360 (WebCore::RenderView::docWidth): 4284 (WebCore::RenderView::docWidth): Include left layout overflow into doc width for RTL page.
|
D | ChangeLog-2008-08-10 | 41244 (WebCore::RenderView::docWidth):
|