HomeSort by relevance Sort by last modified time
    Searched full:printcontext (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 22 #include "core/page/PrintContext.h"
44 PrintContext::PrintContext(Frame* 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 float PrintContext::computeAutomaticScaleFactor(const FloatSize& availablePaperSize
    [all...]
PrintContext.h 39 class PrintContext {
41 explicit PrintContext(Frame*);
42 ~PrintContext();
  /dalvik/dexgen/src/com/android/dexgen/util/
ExceptionWithContext.java 135 public void printContext(PrintStream out) {
145 public void printContext(PrintWriter out) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
ExceptionWithContext.java 135 public void printContext(PrintStream out) {
145 public void printContext(PrintWriter out) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ExceptionWithContext.java 143 public void printContext(PrintStream out) {
153 public void printContext(PrintWriter out) {
  /libcore/dex/src/main/java/com/android/dex/util/
ExceptionWithContext.java 134 public void printContext(PrintStream out) {
144 public void printContext(PrintWriter out) {
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 103 ex.printContext(System.err);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 36 #include "core/page/PrintContext.h"
803 PrintContext printContext(frame);
805 printContext.begin(toRenderBox(renderer)->width());
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_win.cc 160 // PrintContext will then set the correct clipping region.
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 157 #include "core/page/PrintContext.h"
288 // Simple class to override some of PrintContext behavior. Some of the methods
290 class ChromePrintContext : public PrintContext {
294 : PrintContext(frame)
305 PrintContext::begin(m_printedPageWidth, height);
310 PrintContext::end();
393 PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
398 return PrintContext::pageCount();
406 // 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/strace/
signal.c 1686 printcontext(tcp, ucp) function
    [all...]
ChangeLog-CVS     [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 694 ex.printContext(DxConsole.err);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 457 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 457 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 457 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 457 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 457 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 457 third_party/WebKit/Source/core/page/PrintContext.cpp \
    [all...]
core.gypi     [all...]

Completed in 1144 milliseconds