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

  /external/chromium_org/third_party/WebKit/Source/core/page/
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, bool allowHorizontalTiling)
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::spoolPage(GraphicsContext& ctx, int pageNumber, float width
    [all...]
PrintContext.h 39 class PrintContext {
41 explicit PrintContext(LocalFrame*);
42 ~PrintContext();
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 126 #include "core/page/PrintContext.h"
289 // Simple class to override some of PrintContext behavior. Some of the methods
291 class ChromePrintContext : public PrintContext {
295 : PrintContext(frame)
306 PrintContext::begin(m_printedPageWidth, height);
311 PrintContext::end();
390 PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
395 return PrintContext::pageCount();
403 // Simple class to override some of PrintContext behavior. This is used when
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 102 #include "core/page/PrintContext.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 36 #include "core/page/PrintContext.h"
716 PrintContext printContext(frame);
718 printContext.begin(toRenderBox(renderer)->width().toFloat());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 503 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]

Completed in 1635 milliseconds