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

12

/external/webkit/Source/WebCore/page/
H A DPrintContext.h76 static int numberOfPages(Frame*, const FloatSize& pageSizeInPixels);
H A DPrintContext.cpp314 int PrintContext::numberOfPages(Frame* frame, const FloatSize& pageSizeInPixels) function in class:WebCore::PrintContext
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.h89 - (int)numberOfPages:(float)pageWidthInPixels:(float)pageHeightInPixels;
H A DWebCoreStatistics.mm281 - (int)numberOfPages:(float)pageWidthInPixels:(float)pageHeightInPixels
283 return PrintContext::numberOfPages(_private->coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm272 int numberOfPages = [mainFrame numberOfPages:pageWidthInPixels:pageHeightInPixels];
276 RefPtr<BitmapContext> bitmapContext = createBitmapContext(pageWidthInPixels, numberOfPages * (pageHeightInPixels + 1) - 1, rowBytes, buffer);
H A DLayoutTestControllerMac.mm311 int LayoutTestController::numberOfPages(float pageWidthInPixels, float pageHeightInPixels)
313 return [mainFrame numberOfPages:pageWidthInPixels:pageHeightInPixels];
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.h96 int numberOfPages(WebFrame*, double, double);
H A DInjectedBundle.cpp148 int InjectedBundle::numberOfPages(WebFrame* frame, double pageWidthInPixels, double pageHeightInPixels) function in class:WebKit::InjectedBundle
158 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl69 int numberOfPages(in double pageWidthInPixels, in double pageHeightInPixels);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h118 int numberOfPages(double pageWidthInPixels, double pageHeightInPixels);
H A DLayoutTestController.cpp329 int LayoutTestController::numberOfPages(double pageWidthInPixels, double pageHeightInPixels) function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl108 HRESULT numberOfPages([in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h130 static int numberOfPages(QWebFrame* frame, float width, float height);
H A DDumpRenderTreeSupportQt.cpp419 int DumpRenderTreeSupportQt::numberOfPages(QWebFrame* frame, float width, float height) function in class:DumpRenderTreeSupportQt
425 return PrintContext::numberOfPages(coreFrame, FloatSize(width, height));
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp158 return toImpl(bundleRef)->numberOfPages(toImpl(frameRef), pageWidthInPixels, pageHeightInPixels);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h209 int numberOfPages(float width = maxViewWidth, float height = maxViewHeight);
H A DLayoutTestControllerQt.cpp680 int LayoutTestController::numberOfPages(float width, float height) function in class:LayoutTestController
682 return DumpRenderTreeSupportQt::numberOfPages(m_drt->webPage()->mainFrame(), width, height);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp471 int LayoutTestController::numberOfPages(float, float) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h312 void numberOfPages(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp118 bindMethod("numberOfPages", &LayoutTestController::numberOfPages);
1486 void LayoutTestController::numberOfPages(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
1498 int numberOfPages = frame->printBegin(size); local
1500 result->set(numberOfPages);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h72 int numberOfPages(float pageWidthInPixels, float pageHeightInPixels);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
/external/webkit/Source/WebKit/win/
H A DWebFrame.h172 virtual HRESULT STDMETHODCALLTYPE numberOfPages(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1364 int LayoutTestController::numberOfPages(float pageWidthInPixels, float pageHeightInPixels) function in class:LayoutTestController
1371 if (FAILED(framePrivate->numberOfPages(pageWidthInPixels, pageHeightInPixels, &pageNumber)))

Completed in 501 milliseconds

12