Searched refs:maxPageWidth (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/page/
H A DFrame.h126 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize);
H A DFrameView.h185 void forceLayoutWithPageWidthRange(float minPageWidth, float maxPageWidth, bool adjustViewSize);
H A DFrame.cpp733 void Frame::setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize) argument
738 view()->forceLayoutWithPageWidthRange(minPageWidth, maxPageWidth, adjustViewSize);
741 child->setPrinting(printing, minPageWidth, maxPageWidth, adjustViewSize);
H A DFrameView.cpp1855 void FrameView::forceLayoutWithPageWidthRange(float minPageWidth, float maxPageWidth, bool _adjustViewSize) argument
1873 pageW = std::min(rightmostPos, (int)ceilf(maxPageWidth));
/external/webkit/WebKit/win/
H A DWebFrame.h356 void setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize);
H A DWebFrame.cpp1832 void WebFrame::setPrinting(bool printing, float minPageWidth, float maxPageWidth, bool adjustViewSize) argument
1836 coreFrame->setPrinting(printing, minPageWidth, maxPageWidth, adjustViewSize);
/external/webkit/WebKit/mac/WebView/
H A DWebHTMLView.mm365 - (void)_setPrinting:(BOOL)printing minimumPageWidth:(float)minPageWidth maximumPageWidth:(float)maxPageWidth adjustViewSize:(BOOL)adjustViewSize;
3007 - (void)layoutToMinimumPageWidth:(float)minPageWidth maximumPageWidth:(float)maxPageWidth adjustingViewSize:(BOOL)adjustViewSize
3026 coreView->forceLayoutWithPageWidthRange(minPageWidth, maxPageWidth, adjustViewSize);
3707 - (void)_setPrinting:(BOOL)printing minimumPageWidth:(float)minPageWidth maximumPageWidth:(float)maxPageWidth adjustViewSize:(BOOL)adjustViewSize
3729 [self layoutToMinimumPageWidth:minPageWidth maximumPageWidth:maxPageWidth adjustingViewSize:adjustViewSize];

Completed in 55 milliseconds