Searched refs:pageNumberForElementById (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.h97 int pageNumberForElementById(WebFrame*, const String&, double, double);
H A DInjectedBundle.cpp161 int InjectedBundle::pageNumberForElementById(WebFrame* frame, const String& id, double pageWidthInPixels, double pageHeightInPixels) function in class:WebKit::InjectedBundle
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl70 int pageNumberForElementById(in DOMString id, in double pageWidthInPixels, in double pageHeightInPixels);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h70 static int pageNumberForElementById(WebKitWebFrame*, const char* id, float pageWidth, float pageHeight);
H A DDumpRenderTreeSupportGtk.cpp247 int DumpRenderTreeSupportGtk::pageNumberForElementById(WebKitWebFrame* frame, const char* id, float pageWidth, float pageHeight) function in class:DumpRenderTreeSupportGtk
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h119 int pageNumberForElementById(JSStringRef, double pageWidthInPixels, double pageHeightInPixels);
H A DLayoutTestController.cpp335 int LayoutTestController::pageNumberForElementById(JSStringRef id, double pageWidthInPixels, double pageHeightInPixels) function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl106 HRESULT pageNumberForElementById([in] BSTR id, [in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrame.h578 virtual int pageNumberForElementById(const WebString& id,
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h131 static int pageNumberForElementById(QWebFrame* frame, const QString& id, float width, float height);
H A DDumpRenderTreeSupportQt.cpp406 int DumpRenderTreeSupportQt::pageNumberForElementById(QWebFrame* frame, const QString& id, float width, float height) function in class:DumpRenderTreeSupportQt
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp163 return toImpl(bundleRef)->pageNumberForElementById(toImpl(frameRef), toImpl(idRef)->string(), pageWidthInPixels, pageHeightInPixels);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h208 int pageNumberForElementById(const QString& id, float width = 0, float height = 0);
H A DLayoutTestControllerQt.cpp669 int LayoutTestController::pageNumberForElementById(const QString& id, float width, float height) function in class:LayoutTestController
677 return DumpRenderTreeSupportQt::pageNumberForElementById(m_drt->webPage()->mainFrame(), id, width, height);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp465 int LayoutTestController::pageNumberForElementById(JSStringRef, float, float) function in class:LayoutTestController
/external/chromium/webkit/glue/
H A Dwebkit_glue.cc145 return web_frame->pageNumberForElementById(WebString::fromUTF8(id),
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h200 virtual int pageNumberForElementById(const WebString& id,
H A DWebFrameImpl.cpp1833 int WebFrameImpl::pageNumberForElementById(const WebString& id, function in class:WebKit::WebFrameImpl
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h309 void pageNumberForElementById(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp122 bindMethod("pageNumberForElementById", &LayoutTestController::pageNumberForElementById);
1468 void LayoutTestController::pageNumberForElementById(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
1481 result->set(frame->pageNumberForElementById(cppVariantToWebString(arguments[0]),
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h75 int pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp139 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeight) function in class:LayoutTestController
142 int pageNumber = DumpRenderTreeSupportGtk::pageNumberForElementById(mainFrame, idGChar, pageWidth, pageHeight);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h166 virtual HRESULT STDMETHODCALLTYPE pageNumberForElementById(
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1349 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels) function in class:LayoutTestController
1358 if (FAILED(framePrivate->pageNumberForElementById(idBSTR, pageWidthInPixels, pageHeightInPixels, &pageNumber)))
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm282 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels)

Completed in 366 milliseconds

12