Home | History | Annotate | Download | only in WebView

Lines Matching refs:viewLogicalWidth

3991     float viewLogicalWidth = useViewWidth ? NSWidth([self bounds]) : NSHeight([self bounds]);
3992 if (viewLogicalWidth < 1) {
3999 float shrinkToFitScaleFactor = (useViewWidth ? [printOperation _web_availablePaperWidth] : [printOperation _web_availablePaperHeight]) / viewLogicalWidth;