Home | History | Annotate | Download | only in WebView

Lines Matching refs:pageWidth

2226 - (BOOL)_beginPrintModeWithPageWidth:(float)pageWidth height:(float)pageHeight shrinkToFit:(BOOL)shrinkToFit
2235 float minLayoutLogicalWidth = isHorizontal ? pageWidth : pageHeight;
2236 float minLayoutLogicalHeight = isHorizontal ? pageHeight : pageWidth;
3911 // pageWidth != 0 implies we will relayout to a new width
4012 - (void)setPageWidthForPrinting:(float)pageWidth
4015 [self _setPrinting:YES minimumPageLogicalWidth:pageWidth logicalHeight:0 maximumPageLogicalWidth:pageWidth adjustViewSize:YES paginateScreenContent:[self _isInScreenPaginationMode]];