HomeSort by relevance Sort by last modified time
    Searched refs:printRect (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/page/win/
FrameWin.cpp 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight)
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
FrameWin.h 40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
  /external/webkit/WebCore/page/
PrintContext.h 44 void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight);
PrintContext.cpp 53 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
68 float ratio = printRect.height() / printRect.width();
  /external/webkit/WebCore/page/wince/
FrameWince.cpp 64 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight)
86 float ratio = (float)printRect.height() / (float)printRect.width();
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 179 bool usePrintRect = !v->printRect().isEmpty();
187 if (curr->bottomVisibleOverflow() - curr->topVisibleOverflow() <= v->printRect().height()) {
188 if (ty + curr->bottomVisibleOverflow() > v->printRect().bottom()) {
RenderView.h 102 IntRect printRect() const { return m_printRect; }
  /external/webkit/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp 888 FloatRect printRect = FloatRect(0, 0, width, height);
896 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [all...]

Completed in 90 milliseconds