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

/external/webkit/WebCore/page/win/
H A DFrameWin.h40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
H A DFrameWin.cpp39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight) function in namespace:WebCore
/external/webkit/WebCore/page/wince/
H A DFrameWince.cpp64 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) function in namespace:WebCore
/external/webkit/WebKit/win/
H A DWebFrame.cpp1935 computePageRectsForFrame(coreFrame, adjustedRect, headerHeight, footerHeight, 1.0,m_pageRects, m_pageHeight);

Completed in 728 milliseconds