HomeSort by relevance Sort by last modified time
    Searched defs:PrintContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/page/
PrintContext.h 35 class PrintContext {
37 PrintContext(Frame*);
38 ~PrintContext();
PrintContext.cpp 22 #include "PrintContext.h"
33 PrintContext::PrintContext(Frame* frame)
38 PrintContext::~PrintContext()
43 int PrintContext::pageCount() const
48 const IntRect& PrintContext::pageRect(int pageNumber) const
53 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
83 void PrintContext::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, float userScaleFactor)
113 void PrintContext::begin(float width
    [all...]

Completed in 802 milliseconds