OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
376
const Vector<IntRect>&
pageRects
= printContext.
pageRects
();
377
int totalHeight =
pageRects
.size() * (pageSizeInPixels.height() + 1) - 1;
388
for (size_t pageIndex = 0; pageIndex <
pageRects
.size(); pageIndex++) {
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
353
size_t numPages =
pageRects
().size();
[
all
...]
Completed in 37 milliseconds