Home | History | Annotate | Download | only in page

Lines Matching refs:docWidth

483     IntSize size = IntSize(root->docWidth(), root->docHeight());
2547 int docLogicalWidth = root->style()->isHorizontalWritingMode() ? root->docWidth() : root->docHeight();
2555 int docLogicalHeight = root->style()->isHorizontalWritingMode() ? root->docHeight() : root->docWidth();