Searched refs:docLogicalHeight (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp118 int docLogicalHeight = isHorizontal ? docRect.height() : docRect.width(); local
148 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight);
H A DFrameView.cpp2555 int docLogicalHeight = root->style()->isHorizontalWritingMode() ? root->docHeight() : root->docWidth(); local
2561 IntRect overflow(clippedLogicalLeft, docLogicalTop, flooredPageLogicalWidth, docLogicalHeight);

Completed in 276 milliseconds