Searched refs:docWidth (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp91 float docWidth = root->layer()->width(); local
/external/webkit/Source/WebCore/rendering/
H A DRenderView.h179 int docWidth() const { return docRight() - docLeft(); } function in class:WebCore::RenderView
180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); }
H A DRenderLayerCompositor.cpp1283 m_rootPlatformLayer->setSize(FloatSize(m_renderView->docWidth(), m_renderView->docHeight()));
H A DRenderBox.cpp817 paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth(), view()->docHeight(), CompositeSourceOver, bodyObject);
/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp79 pageWidth = view->docWidth();
H A DFrameView.cpp488 IntSize size = IntSize(root->docWidth(), root->docHeight());
2561 int docLogicalWidth = root->style()->isHorizontalWritingMode() ? root->docWidth() : root->docHeight();
2569 int docLogicalHeight = root->style()->isHorizontalWritingMode() ? root->docHeight() : root->docWidth();
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp905 int docWidth = root->documentWidth(); local
910 if (visibleRect.maxX() + dx > docWidth)
911 dx = docWidth - visibleRect.maxX();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm1346 float printWidth = root->style()->isHorizontalWritingMode() ? root->docWidth() / printScaleFactor : pageSize.width;

Completed in 179 milliseconds