Searched refs:viewLogicalWidth (Results 1 – 5 of 5) sorted by relevance
194 …float viewLogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->conten… in computeAutomaticScaleFactor() local195 if (viewLogicalWidth < 1) in computeAutomaticScaleFactor()199 …tor = (useViewWidth ? availablePaperSize.width() : availablePaperSize.height()) / viewLogicalWidth; in computeAutomaticScaleFactor()
59 …int viewLogicalWidth() const { return style()->isHorizontalWritingMode() ? viewWidth() : viewHeigh… in viewLogicalWidth() function
89 setLogicalWidth(viewLogicalWidth()); in computeLogicalWidth()
3991 float viewLogicalWidth = useViewWidth ? NSWidth([self bounds]) : NSHeight([self bounds]);3992 if (viewLogicalWidth < 1) {3999 …ration _web_availablePaperWidth] : [printOperation _web_availablePaperHeight]) / viewLogicalWidth;
38421 (WebCore::RenderView::viewLogicalWidth):45728 (WebCore::RenderView::viewLogicalWidth):