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

  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 32 #include "PrintContext.h"
41 PrintContext printContext(frame);
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
45 outPages = printContext.pageRects();
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 22 #include "PrintContext.h"
46 PrintContext::PrintContext(Frame* frame)
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::computeAutomaticScaleFactor(const FloatSize& availablePaperSize
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ExceptionWithContext.java 135 public void printContext(PrintStream out) {
145 public void printContext(PrintWriter out) {
  /dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java 135 public void printContext(PrintStream out) {
145 public void printContext(PrintWriter out) {
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 48 #include "PrintContext.h"
753 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data);
759 printContext->begin(width);
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
766 gtk_print_operation_set_n_pages(op, printContext->pageCount());
769 static void draw_page_callback(GtkPrintOperation*, GtkPrintContext* gtkPrintContext, gint pageNumber, PrintContext* corePrintContext)
784 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data)
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 104 ex.printContext(System.err);
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 64 #include "PrintContext.h"
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 36 #include "PrintContext.h"
760 PrintContext printContext(frame);
764 printContext.begin(frame->contentRenderer()->width());
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 79 #import <WebCore/PrintContext.h>
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 494 ex.printContext(DxConsole.err);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 367 milliseconds