Searched defs:PrintContext (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPrintContext.h36 class PrintContext { class in namespace:WebCore
38 PrintContext(Frame*);
39 ~PrintContext();
H A DPrintContext.cpp22 #include "PrintContext.h"
46 PrintContext::PrintContext(Frame* frame) function in class:WebCore::PrintContext
52 PrintContext::~PrintContext()
58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
98 void PrintContext::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling)
104 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)
173 void PrintContext::begin(float width, float height)
185 float PrintContext
[all...]

Completed in 64 milliseconds