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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 41 class PrintContext : public NoBaseWillBeGarbageCollectedFinalized<PrintContext> {
43 explicit PrintContext(LocalFrame*);
44 virtual ~PrintContext();
PrintContext.cpp 22 #include "core/page/PrintContext.h"
44 PrintContext::PrintContext(LocalFrame* frame)
51 PrintContext::~PrintContext()
57 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
87 void PrintContext::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling)
93 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)
162 void PrintContext::begin(float width, float height)
174 void PrintContext::end(
    [all...]
PrintContextTest.cpp 6 #include "core/page/PrintContext.h"
21 class MockPrintContext : public PrintContext {
23 MockPrintContext(LocalFrame* frame) : PrintContext(frame) { }
27 PrintContext::outputLinkAndLinkedDestinations(context, node, pageRect);
73 MockPrintContext& printContext() { return *m_printContext.get(); }
84 printContext().begin(kPageWidth, kPageHeight);
85 printContext().outputLinkAndLinkedDestinations(context, &document(), pageRect);
86 printContext().end();
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 141 #include "core/page/PrintContext.h"
298 // Simple class to override some of PrintContext behavior. Some of the methods
300 class ChromePrintContext : public PrintContext {
304 : PrintContext(frame)
315 PrintContext::begin(m_printedPageWidth, height);
405 // Simple class to override some of PrintContext behavior. This is used when
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 108 #include "core/page/PrintContext.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 36 #include "core/page/PrintContext.h"
720 PrintContext printContext(frame);
722 printContext.begin(toRenderBox(renderer)->width().toFloat());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 508 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]

Completed in 148 milliseconds