Searched refs:printContext (Results 1 - 5 of 5) 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/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContextTest.cpp73 MockPrintContext& printContext() { return *m_printContext.get(); } function in class:blink::PrintContextTest
84 printContext().begin(kPageWidth, kPageHeight);
85 printContext().outputLinkAndLinkedDestinations(context, &document(), pageRect);
86 printContext().end();
H A DPrintContext.cpp206 PrintContext printContext(frame);
207 printContext.begin(pageRect.width(), pageRect.height());
210 printContext.computePageRectsWithPageSize(scaledPageSize, false);
215 for (; pageNumber < printContext.pageCount(); pageNumber++) {
216 const IntRect& page = printContext.pageRect(pageNumber);
293 PrintContext printContext(frame);
294 printContext.begin(800); // Any width is OK here.
335 PrintContext printContext(frame);
336 printContext.begin(pageRect.width(), pageRect.height());
340 printContext
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DExceptionWithContext.java150 public void printContext(PrintStream out) { method in class:ExceptionWithContext
160 public void printContext(PrintWriter out) { method in class:ExceptionWithContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp720 PrintContext printContext(frame);
722 printContext.begin(toRenderBox(renderer)->width().toFloat());

Completed in 272 milliseconds