Searched defs:pageRect (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContext.cpp | 147 … IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); in computePageRectsWithPageSizeInternal() local 154 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); in computePageRectsWithPageSizeInternal() local 195 IntRect pageRect = m_pageRects[pageNumber]; in spoolPage() local 248 FloatRect pageRect(FloatPoint(0, 0), pageSizeInPixels); in pageNumberForElement() local 287 …xt::outputLinkedDestinations(GraphicsContext& graphicsContext, Node* node, const IntRect& pageRect) in outputLinkedDestinations() 352 FloatRect pageRect(FloatPoint(0, 0), pageSizeInPixels); in numberOfPages() local
|
D | PrintContext.h | 57 const IntRect& pageRect(size_t pageNumber) const { return m_pageRects[pageNumber]; } in pageRect() function
|
D | Chrome.cpp | 119 FloatRect Chrome::pageRect() const in pageRect() function in WebCore::Chrome
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ChromeClientImpl.cpp | 181 FloatRect ChromeClientImpl::pageRect() in pageRect() function in blink::ChromeClientImpl
|
D | WebFrameImpl.cpp | 315 IntRect pageRect = m_pageRects[pageNumber]; in getPageShrink() local 326 IntRect pageRect = m_pageRects[pageNumber]; in spoolPage() local
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 79 virtual FloatRect pageRect() OVERRIDE { return FloatRect(); } in pageRect() function
|