Searched refs:docWidth (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderFrame.cpp | 84 if (width() > root->docWidth()) { in layout() 85 view->resize(root->docWidth(), 0); in layout() 90 setWidth(max(root->docWidth(), width())); in layout()
|
D | RenderView.h | 182 int docWidth() const;
|
D | RenderView.cpp | 138 addLayoutOverflow(IntRect(0, 0, docWidth(), docHeight())); in layout() 621 int RenderView::docWidth() const in docWidth() function in WebCore::RenderView
|
/external/webkit/WebCore/page/wince/ |
D | FrameWince.cpp | 100 float docWidth = root->layer()->width(); in computePageRectsForFrame() local
|
/external/webkit/WebKit/android/nav/ |
D | WebView.cpp | 746 int docWidth = root->documentWidth(); in moveCursor() local 751 if (visibleRect.right() + dx > docWidth) in moveCursor() 752 dx = docWidth - visibleRect.right(); in moveCursor()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.mm | 564 float docWidth = root->layer()->width(); 565 float printWidth = docWidth/printWidthScaleFactor; 572 for (float j = 0; j < docWidth; j += printWidth) {
|
/external/webkit/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-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-2008-08-10 | 41244 (WebCore::RenderView::docWidth):
|