Searched refs:pageCount (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
H A DWebGlyphCache.cpp40 size_t WebGlyphCache::pageCount() function in class:WebKit::WebGlyphCache
/external/webkit/Source/WebKit/chromium/public/
H A DWebGlyphCache.h43 WEBKIT_API static size_t pageCount();
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.h69 int pageCount() const;
H A DPDFDocumentImage.cpp130 if (!(page >= 0 && page < pageCount()))
151 int PDFDocumentImage::pageCount() const function in class:WebCore::PDFDocumentImage
/external/skia/src/pdf/
H A DSkPDFPage.cpp115 int pageCount = treeCapacity; local
117 pageCount = pages.count() % treeCapacity;
119 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h159 tHeader(tHeader* nextPage, size_t pageCount) : argument
161 pageCount(pageCount)
175 size_t pageCount; member in struct:TPoolAllocator::tHeader
H A DPoolAlloc.cpp199 if (inUseList->pageCount > 1)
/external/webkit/Source/WebCore/history/
H A DPageCache.h58 int pageCount() const { return m_size; } function in class:WebCore::PageCache
/external/webkit/Source/WebCore/page/
H A DPrintContext.h53 size_t pageCount() const { return m_pageRects.size(); } function in class:WebCore::PrintContext
H A DPrintContext.cpp148 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight); local
149 for (unsigned i = 0; i < pageCount; ++i) {
265 for (; pageNumber < printContext.pageCount(); pageNumber++) {
325 return printContext.pageCount();
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPagePrivate.h60 typedef void (*WKPageComputePagesForPrintingFunction)(WKRect* pageRects, uint32_t pageCount, double resultPageScaleFactor, WKErrorRef error, void* functionContext);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundle.h59 size_t pageCount() const { return m_pages.size(); } function in class:WTR::InjectedBundle
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp214 int64_t pageCount = 0; local
220 pageCount = statement.getColumnInt64(0);
224 return pageCount * pageSize();
/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphPageTreeNode.cpp107 count += it->second->pageCount();
111 count += pageZeroRoot->pageCount();
116 size_t GlyphPageTreeNode::pageCount() const function in class:WebCore::GlyphPageTreeNode
121 count += it->second->pageCount();
H A DGlyphPageTreeNode.h217 size_t pageCount() const;
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp349 UINT pageCount = 0; local
350 framePrivate->getPrintedPageCount(printDC, &pageCount);
358 for (size_t page = 1; page <= pageCount; ++page) {
H A DPrintWebUIDelegate.cpp166 /* [in] */ UINT pageCount)
161 drawFooterInRect( IWebView* webView, RECT* rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2092 /* [retval][out] */ UINT *pageCount)
2094 if (!pageCount || !printDC) {
2099 *pageCount = 0;
2111 *pageCount = (UINT) pages.size();
2125 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
2130 ui->drawFooterInRect(d->webView, &footerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(pctx)), page+1, pageCount);
2133 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
2165 drawFooter(pctx, ui, pageRect, page, pageCount, headerHeight, footerHeight);
2204 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
2212 ui->drawFooterInRect(d->webView, &footerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(hdc)), page+1, pageCount);
2090 getPrintedPageCount( HDC printDC, UINT *pageCount) argument
2230 spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
[all...]
H A DWebFrame.h199 /* [retval][out] */ UINT *pageCount);
393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
/external/chromium/chrome/browser/resources/
H A Dprint_preview.js340 * @param {number} pageCount The expected total pages count.
344 function updatePrintPreview(pageCount, jobTitle) {
347 totalPageCount = pageCount;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.mm222 return pageCache()->pageCount();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp766 gtk_print_operation_set_n_pages(op, printContext->pageCount());
771 if (pageNumber >= static_cast<gint>(corePrintContext->pageCount()))
/external/chromium/webkit/glue/
H A Dwebkit_glue.cc418 return WebGlyphCache::pageCount();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h272 /* [in] */ UINT pageCount) { return E_NOTIMPL; }
267 drawFooterInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument

Completed in 396 milliseconds

12