Searched defs:pageCount (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFPageNumberIndicator.h33 @property (nonatomic) unsigned pageCount; variable
/macosx-10.10/WebCore-7600.1.25/history/
H A DPageCache.h56 int pageCount() const { return m_size; } function in class:WebCore::PageCache
/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.h53 size_t pageCount() const { return m_pageRects.size(); } function in class:WebCore::PrintContext
H A DPrintContext.cpp139 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight); local
H A DPage.cpp892 unsigned Page::pageCount() const function in class:WebCore::Page
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextControllerPrivate.h59 @property (readonly) NSUInteger pageCount; variable
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DChunk.h59 static const size_t pageCount = chunkSize / vmPageSize; member in class:bmalloc::Chunk
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.h91 unsigned pageCount() const { return m_pageMap.size(); } function in class:WebKit::WebProcessProxy
H A DWebPageProxy.h627 unsigned pageCount() const { return m_pageCount; } function in class:WebKit::WebPageProxy
H A DWebPageProxy.cpp4727 void WebPageProxy::didChangePageCount(unsigned pageCount) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGlyphPageTreeNode.cpp86 size_t GlyphPageTreeNode::pageCount() const function in class:WebCore::GlyphPageTreeNode
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPDFDocumentImage.cpp234 unsigned PDFDocumentImage::pageCount() const function in class:WebCore::PDFDocumentImage
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp282 UInt32 pageCount = bufferSize / PAGE_SIZE; local
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp189 ppnum_t IOMapper::iovmAllocDMACommand(IODMACommand * command, IOItemCount pageCount) argument
194 iovmFreeDMACommand(IODMACommand * command, ppnum_t addr, IOItemCount pageCount) argument
199 iovmMapMemory( OSObject * memory, ppnum_t offsetPage, ppnum_t pageCount, uint32_t options, upl_page_info_t * pageList, const IODMAMapSpecification * mapSpecification) argument
210 iovmInsert(ppnum_t addr, IOItemCount offset, ppnum_t *pageList, IOItemCount pageCount) argument
217 iovmInsert(ppnum_t addr, IOItemCount offset, upl_page_info_t *pageList, IOItemCount pageCount) argument
294 IOMapperInsertPPNPages(ppnum_t addr, unsigned offset, ppnum_t *pageList, unsigned pageCount) argument
306 IOMapperInsertUPLPages(ppnum_t addr, unsigned offset, upl_page_info_t *pageList, unsigned pageCount) argument
[all...]
H A DIOHibernateIO.cpp1463 uint32_t pageCount; local
2393 uint32_t pageCount, pagesDone; local
[all...]
H A DIOMemoryDescriptor.cpp2724 unsigned int pageCount, page; local
3045 ppnum_t base, pageIndex, pageCount; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp236 int64_t pageCount = 0; local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp232 int pageCount = printOperation->pageCount(); local
431 int WebPrintOperationGtk::pageCount() cons function in class:WebKit::WebPrintOperationGtk
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderView.cpp1398 unsigned RenderView::pageCount() const function in class:WebCore::RenderView
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h62 uint32_t pageCount; member in struct:IOHibernateImageHeader
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c1479 iovmMapMemory( OSObject * memory, ppnum_t offsetPage, ppnum_t pageCount, uint32_t mapOptions, upl_page_info_t * pageList, const IODMAMapSpecification * mapSpecification) argument
1773 iovmInsert(ppnum_t addr, IOItemCount offset, ppnum_t *pageList, IOItemCount pageCount) argument
1790 iovmInsert(ppnum_t addr, IOItemCount offset, upl_page_info_t *pageList, IOItemCount pageCount) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.cpp1583 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
1591 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
1662 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
1548 getPrintedPageCount( HDC printDC, UINT *pageCount) argument
1688 spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp3371 unsigned pageCount = m_page->pageCount(); local
3842 size_t pageCount = m_printContext->pageCount(); local

Completed in 366 milliseconds