Home
last modified time | relevance | path

Searched refs:pageRects (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp376 const Vector<IntRect>& pageRects = printContext.pageRects(); in spoolAllPagesWithBoundaries() local
377 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1; in spoolAllPagesWithBoundaries()
388 for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) { in spoolAllPagesWithBoundaries()
DPrintContext.h58 const Vector<IntRect>& pageRects() const { return m_pageRects; } in pageRects() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp353 size_t numPages = pageRects().size(); in spoolAllPagesWithBoundaries()