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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 22 #include "core/page/PrintContext.h"
45 PrintContext::PrintContext(Frame* frame)
52 PrintContext::~PrintContext()
58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
88 void PrintContext::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling)
94 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)
163 void PrintContext::begin(float width, float height)
175 float PrintContext::computeAutomaticScaleFactor(const FloatSize& availablePaperSize
    [all...]
PrintContext.h 39 class PrintContext {
41 explicit PrintContext(Frame*);
42 ~PrintContext();
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 158 #include "core/page/PrintContext.h"
296 // Simple class to override some of PrintContext behavior. Some of the methods
298 class ChromePrintContext : public PrintContext {
302 : PrintContext(frame)
313 PrintContext::begin(m_printedPageWidth, height);
318 PrintContext::end();
401 PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
406 return PrintContext::pageCount();
419 // Simple class to override some of PrintContext behavior. This is used when
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 98 #include "core/page/PrintContext.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 36 #include "core/page/PrintContext.h"
793 PrintContext printContext(frame);
795 printContext.begin(toRenderBox(renderer)->width());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 423 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 423 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 423 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 423 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 423 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 423 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]

Completed in 624 milliseconds