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

1 2

  /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...]
PrintContext.h 36 class PrintContext {
38 PrintContext(Frame*);
39 ~PrintContext();
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 45 #import <WebCore/PrintContext.h>
278 return PrintContext::pageNumberForElement(core(element), FloatSize(pageWidthInPixels, pageHeightInPixels));
283 return PrintContext::numberOfPages(_private->coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
288 return PrintContext::pageProperty(_private->coreFrame, propertyName, pageNumber);
293 return PrintContext::isPageBoxVisible(_private->coreFrame, pageNumber);
298 return PrintContext::pageSizeAndMarginsInPixels(_private->coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
308 PrintContext::spoolAllPagesWithBoundaries(coreFrame, graphicsContext, FloatSize(pageWidthInPixels, pageHeightInPixels));
  /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/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/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) {
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.cpp 51 #include <WebCore/PrintContext.h>
158 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
176 return PrintContext::pageNumberForElement(element, FloatSize(pageWidthInPixels, pageHeightInPixels));
185 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft);
194 return PrintContext::isPageBoxVisible(coreFrame, pageIndex);
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 104 ex.printContext(System.err);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 50 #include "PrintContext.h"
258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
296 return PrintContext::pageProperty(coreFrame, propertyName, pageNumber).utf8();
338 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).utf8();
  /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/chromium/src/
WebFrameImpl.cpp 108 #include "PrintContext.h"
295 // Simple class to override some of PrintContext behavior. Some of the methods
297 class ChromePrintContext : public PrintContext {
301 : PrintContext(frame)
310 PrintContext::begin(m_printedPageWidth, height);
315 PrintContext::end();
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
353 return PrintContext::pageCount();
366 // Simple class to override some of PrintContext behavior. This is used when
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 64 #include "PrintContext.h"
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 63 #include "PrintContext.h"
416 return PrintContext::pageNumberForElement(element, FloatSize(width, height));
425 return PrintContext::numberOfPages(coreFrame, FloatSize(width, height));
913 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height,
920 return PrintContext::pageProperty(coreFrame, propertyName.toUtf8().constData(), pageNumber);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 79 #import <WebCore/PrintContext.h>
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 80 class PrintContext;
637 OwnPtr<WebCore::PrintContext> m_printContext;
WebPage.cpp 95 #include <WebCore/PrintContext.h>
    [all...]
  /external/strace/
signal.c 1686 printcontext(tcp, ucp) function
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 89 #include <WebCore/PrintContext.h>
910 *result = PrintContext::pageNumberForElement(element, FloatSize(pageWidthInPixels, pageHeightInPixels));
926 *result = PrintContext::numberOfPages(coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 498 ex.printContext(DxConsole.err);
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 516 page/PrintContext.cpp \
    [all...]
WebCore.pro     [all...]
CMakeLists.txt 1030 page/PrintContext.cpp
    [all...]

Completed in 6475 milliseconds

1 2