Searched refs:numberOfPages (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.h58 void setNumberOfPagesToPrint(size_t numberOfPages) { m_numberOfPagesToPrint = numberOfPages; } argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.h76 static int numberOfPages(Frame*, const FloatSize& pageSizeInPixels);
H A DPrintContext.cpp304 int PrintContext::numberOfPages(Frame* frame, const FloatSize& pageSizeInPixels) function in class:WebCore::PrintContext
/macosx-10.10/WTF-7600.1.24/wtf/
H A DMetaAllocator.cpp161 size_t numberOfPages = requestedNumberOfPages; local
163 start = allocateNewSpace(numberOfPages);
167 ASSERT(numberOfPages >= requestedNumberOfPages);
169 size_t roundedUpSize = numberOfPages << m_logPageSize;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.h119 int numberOfPages(WebFrame*, double, double);
H A DInjectedBundle.cpp421 int InjectedBundle::numberOfPages(WebFrame* frame, double pageWidthInPixels, double pageHeightInPixels) function in class:WebKit::InjectedBundle
431 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebFramePrivate.idl105 HRESULT numberOfPages([in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebCoreStatistics.mm279 return PrintContext::numberOfPages(_private->coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFView.mm229 NSUInteger pageCount = [_pdfDocument numberOfPages];
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.h244 int numberOfPages(float pageWidthInPixels = 800, float pageHeightInPixels = 600);
H A DInternals.idl201 long numberOfPages(optional unrestricted double pageWidthInPixels, optional unrestricted double pageHeightInPixels);
H A DInternals.cpp1744 int Internals::numberOfPages(float pageWidth, float pageHeight) function in class:WebCore::Internals
1749 return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, pageHeight));
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.h169 virtual HRESULT STDMETHODCALLTYPE numberOfPages(
H A DWebFrame.cpp883 HRESULT STDMETHODCALLTYPE WebFrame::numberOfPages( function in class:WebFrame
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp264 return toImpl(bundleRef)->numberOfPages(toImpl(frameRef), pageWidthInPixels, pageHeightInPixels);

Completed in 123 milliseconds