Home | History | Annotate | Download | only in frame

Lines Matching defs:horizontalWritingMode

2759         bool horizontalWritingMode = renderView->style()->isHorizontalWritingMode();
2761 LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height();
2765 pageLogicalWidth = horizontalWritingMode ? maxPageSize.width() : maxPageSize.height();
2766 pageLogicalHeight = horizontalWritingMode ? maxPageSize.height() : maxPageSize.width();
2776 LayoutUnit docLogicalHeight = horizontalWritingMode ? updatedDocumentRect.height() : updatedDocumentRect.width();
2777 LayoutUnit docLogicalTop = horizontalWritingMode ? updatedDocumentRect.y() : updatedDocumentRect.x();
2778 LayoutUnit docLogicalRight = horizontalWritingMode ? updatedDocumentRect.maxX() : updatedDocumentRect.maxY();
2784 if (!horizontalWritingMode)