Searched defs:viewLogicalWidth (Results 1 – 2 of 2) sorted by relevance
59 …int viewLogicalWidth() const { return style()->isHorizontalWritingMode() ? viewWidth() : viewHeigh… in viewLogicalWidth() function
194 …float viewLogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->conten… in computeAutomaticScaleFactor() local