Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFrame.cpp84 if (width() > root->docWidth()) { in layout()
85 view->resize(root->docWidth(), 0); in layout()
90 setWidth(max(root->docWidth(), width())); in layout()
DRenderView.h182 int docWidth() const;
DRenderView.cpp138 addLayoutOverflow(IntRect(0, 0, docWidth(), docHeight())); in layout()
621 int RenderView::docWidth() const in docWidth() function in WebCore::RenderView
/external/webkit/WebCore/page/wince/
DFrameWince.cpp100 float docWidth = root->layer()->width(); in computePageRectsForFrame() local
/external/webkit/WebKit/android/nav/
DWebView.cpp746 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/
DWebFrame.mm564 float docWidth = root->layer()->width();
565 float printWidth = docWidth/printWidthScaleFactor;
572 for (float j = 0; j < docWidth; j += printWidth) {
/external/webkit/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-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-2008-08-1041244 (WebCore::RenderView::docWidth):