Searched defs:printContext (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DExceptionWithContext.java135 public void printContext(PrintStream out) { method in class:ExceptionWithContext
145 public void printContext(PrintWriter out) { method in class:ExceptionWithContext
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DExceptionWithContext.java143 public void printContext(PrintStream out) { method in class:ExceptionWithContext
153 public void printContext(PrintWriter out) { method in class:ExceptionWithContext
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp753 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data); local
759 printContext->begin(width);
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
766 gtk_print_operation_set_n_pages(op, printContext->pageCount());
784 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data); local
785 printContext->end();
816 PrintContext printContext(coreFrame);
818 g_signal_connect(operation, "begin-print", G_CALLBACK(begin_print_callback), &printContext);
819 g_signal_connect(operation, "draw-page", G_CALLBACK(draw_page_callback), &printContext);
820 g_signal_connect(operation, "end-print", G_CALLBACK(end_print_callback), &printContext);
[all...]

Completed in 160 milliseconds