Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPrintContext.cpp342 const Vector<IntRect>& pageRects = printContext.pageRects(); in spoolAllPagesWithBoundaries() local
343 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1; in spoolAllPagesWithBoundaries()
354 for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) { in spoolAllPagesWithBoundaries()
DPrintContext.h55 const Vector<IntRect>& pageRects() const { return m_pageRects; } in pageRects() function
/external/webkit/Source/WebCore/page/win/
DFrameWin.cpp45 outPages = printContext.pageRects(); in computePageRectsForFrame()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPagePrivate.h60 typedef void (*WKPageComputePagesForPrintingFunction)(WKRect* pageRects, uint32_t pageCount, double…
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm263 static void pageDidComputePageRects(const Vector<WebCore::IntRect>& pageRects, double totalScaleFac…
279 view->_printingPageRects = pageRects;
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1351 const Vector<IntRect>& pageRects = printContext.pageRects();
1353 size_t size = pageRects.size();
1356 [pages addObject:[NSValue valueWithRect:NSRect(pageRects[i])]];
DWebHTMLView.mm519 NSArray *pageRects; field
3929 [_private->pageRects release];
3930 _private->pageRects = nil;
4078 [_private->pageRects release];
4091 _private->pageRects = [newPageRects retain];
4093 range->length = [_private->pageRects count];
4101 return [[_private->pageRects objectAtIndex:page - 1] rectValue];
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in124 …ComputedPagesCallback(Vector<WebCore::IntRect> pageRects, double totalScaleFactorForPrinting, uint…
DWebPageProxy.cpp2667 void WebPageProxy::computedPagesCallback(const Vector<WebCore::IntRect>& pageRects, double totalSca… in computedPagesCallback() argument
2675 callback->performCallbackWithReturnValue(pageRects, totalScaleFactorForPrinting); in computedPagesCallback()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp2106 resultPageRects = m_printContext->pageRects(); in computePagesForPrinting()
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0918991 new pageRects ivar
/external/webkit/Source/WebCore/
DChangeLog-2011-02-162546 Inline pageCount() and pageRect() to match pageRects().
DChangeLog-2010-05-2450589 (WebCore::PrintContext::pageRects):