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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 58 const Vector<IntRect>& pageRects() const { return m_pageRects; }
PrintContext.cpp 377 const Vector<IntRect>& pageRects = printContext.pageRects();
378 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
389 for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 361 size_t numPages = pageRects().size();
    [all...]

Completed in 485 milliseconds