Searched refs:pageRects (Results 1 – 13 of 13) sorted by relevance
342 const Vector<IntRect>& pageRects = printContext.pageRects(); in spoolAllPagesWithBoundaries() local343 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1; in spoolAllPagesWithBoundaries()354 for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) { in spoolAllPagesWithBoundaries()
55 const Vector<IntRect>& pageRects() const { return m_pageRects; } in pageRects() function
45 outPages = printContext.pageRects(); in computePageRectsForFrame()
60 typedef void (*WKPageComputePagesForPrintingFunction)(WKRect* pageRects, uint32_t pageCount, double…
263 static void pageDidComputePageRects(const Vector<WebCore::IntRect>& pageRects, double totalScaleFac…279 view->_printingPageRects = pageRects;
1351 const Vector<IntRect>& pageRects = printContext.pageRects();1353 size_t size = pageRects.size();1356 [pages addObject:[NSValue valueWithRect:NSRect(pageRects[i])]];
519 NSArray *pageRects; field3929 [_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];
124 …ComputedPagesCallback(Vector<WebCore::IntRect> pageRects, double totalScaleFactorForPrinting, uint…
2667 void WebPageProxy::computedPagesCallback(const Vector<WebCore::IntRect>& pageRects, double totalSca… in computedPagesCallback() argument2675 callback->performCallbackWithReturnValue(pageRects, totalScaleFactorForPrinting); in computedPagesCallback()
2106 resultPageRects = m_printContext->pageRects(); in computePagesForPrinting()
18991 new pageRects ivar
2546 Inline pageCount() and pageRect() to match pageRects().
50589 (WebCore::PrintContext::pageRects):