Searched refs:minPageWidth (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebFrame.h390 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, float minPageHeight, bool adjustViewSize);
H A DWebFrame.cpp1977 void WebFrame::setPrinting(bool printing, float minPageWidth, float maxPageWidth, float minPageHeight, bool adjustViewSize) argument
1981 coreFrame->setPrinting(printing, FloatSize(minPageWidth, minPageHeight), maxPageWidth / minPageWidth, adjustViewSize ? Frame::AdjustViewSize : Frame::DoNotAdjustViewSize);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm434 - (void)_setPrinting:(BOOL)printing minimumPageLogicalWidth:(float)minPageWidth logicalHeight:(float)minPageHeight maximumPageLogicalWidth:(float)maxPageWidth adjustViewSize:(BOOL)adjustViewSize paginateScreenContent:(BOOL)paginateScreenContent;
3136 // minPageWidth==0 implies a non-printing layout

Completed in 528 milliseconds