Home
last modified time | relevance | path

Searched refs:printContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp249 PrintContext printContext(frame); in pageNumberForElement() local
250 printContext.begin(pageRect.width(), pageRect.height()); in pageNumberForElement()
253 printContext.computePageRectsWithPageSize(scaledPageSize, false); in pageNumberForElement()
258 for (; pageNumber < printContext.pageCount(); pageNumber++) { in pageNumberForElement()
259 const IntRect& page = printContext.pageRect(pageNumber); in pageNumberForElement()
311 PrintContext printContext(frame); in pageProperty() local
312 printContext.begin(800); // Any width is OK here. in pageProperty()
353 PrintContext printContext(frame); in numberOfPages() local
354 printContext.begin(pageRect.width(), pageRect.height()); in numberOfPages()
358 printContext.computePageRectsWithPageSize(scaledPageSize, false); in numberOfPages()
[all …]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DExceptionWithContext.java143 public void printContext(PrintStream out) { in printContext() method in ExceptionWithContext
153 public void printContext(PrintWriter out) { in printContext() method in ExceptionWithContext
/external/dexmaker/src/dx/java/com/android/dx/util/
DExceptionWithContext.java135 public void printContext(PrintStream out) { in printContext() method in ExceptionWithContext
145 public void printContext(PrintWriter out) { in printContext() method in ExceptionWithContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp803 PrintContext printContext(frame); in externalRepresentation() local
805 printContext.begin(toRenderBox(renderer)->width()); in externalRepresentation()