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

  /dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java 135 public void printContext(PrintStream out) {
145 public void printContext(PrintWriter out) {
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp 51 #include "PrintContext.h"
866 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
884 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data);
890 printContext->begin(width);
896 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
897 gtk_print_operation_set_n_pages(op, printContext->pageCount());
902 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 40 milliseconds