Searched refs:forceLayoutForPagination (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.h231 void forceLayoutForPagination(const FloatSize& pageSize, float maximumShrinkFactor, Frame::AdjustViewSizeOrNot);
H A DFrame.cpp518 view()->forceLayoutForPagination(pageSize, maximumShrinkRatio, shouldAdjustViewSize);
H A DFrameView.cpp2528 void FrameView::forceLayoutForPagination(const FloatSize& pageSize, float maximumShrinkFactor, Frame::AdjustViewSizeOrNot shouldAdjustViewSize) function in class:WebCore::FrameView
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm3157 coreView->forceLayoutForPagination(pageSize, maxPageLogicalWidth / minPageLogicalWidth, adjustViewSize ? Frame::AdjustViewSize : Frame::DoNotAdjustViewSize);

Completed in 705 milliseconds