Home
last modified time | relevance | path

Searched refs:counterValueForElementById (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h69 static WTF::CString counterValueForElementById(WebKitWebFrame*, const char* id);
DDumpRenderTreeSupportGtk.cpp223 CString DumpRenderTreeSupportGtk::counterValueForElementById(WebKitWebFrame* frame, const char* id) in counterValueForElementById() function in DumpRenderTreeSupportGtk
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h83 JSRetainPtr<JSStringRef> counterValueForElementById(JSStringRef elementId);
DLayoutTestController.cpp228 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef elementId) in counterValueForElementById() function in WTR::LayoutTestController
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h123 static QString counterValueForElementById(QWebFrame* frame, const QString& id); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp396 QString DumpRenderTreeSupportQt::counterValueForElementById(QWebFrame* frame, const QString& id) in counterValueForElementById() function in DumpRenderTreeSupportQt
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl56 DOMString counterValueForElementById(in DOMString elementId);
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp460 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) in counterValueForElementById() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h103 QString counterValueForElementById(const QString& id);
DLayoutTestControllerQt.cpp147 QString LayoutTestController::counterValueForElementById(const QString& id) in counterValueForElementById() function in LayoutTestController
149 return DumpRenderTreeSupportQt::counterValueForElementById(m_drt->webPage()->mainFrame(), id); in counterValueForElementById()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h571 virtual WebString counterValueForElementById(const WebString& id) const = 0;
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFramePrivate.idl100 HRESULT counterValueForElementById([in] BSTR id, [out, retval] BSTR* result);
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h198 virtual WebString counterValueForElementById(const WebString& id) const;
DWebFrameImpl.cpp1816 WebString WebFrameImpl::counterValueForElementById(const WebString& id) const in counterValueForElementById() function in WebKit::WebFrameImpl
/external/chromium/webkit/glue/
Dwebkit_glue.cc133 web_frame->counterValueForElementById(WebString::fromUTF8(id)); in CounterValueForElementById()
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h306 void counterValueForElementById(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp90 bindMethod("counterValueForElementById", &LayoutTestController::counterValueForElementById); in LayoutTestController()
1429 void LayoutTestController::counterValueForElementById(const CppArgumentList& arguments, CppVariant*… in counterValueForElementById() function in LayoutTestController
1437 WebString counterValue = frame->counterValueForElementById(cppVariantToWebString(arguments[0])); in counterValueForElementById()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp105 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) in counterValueForElementById() function in LayoutTestController
108 …CString counterValueGChar = DumpRenderTreeSupportGtk::counterValueForElementById(mainFrame, idGCha… in counterValueForElementById()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h59 JSRetainPtr<JSStringRef> counterValueForElementById(JSStringRef id);
DLayoutTestController.cpp627 JSRetainPtr<JSStringRef> counterValue(controller->counterValueForElementById(elementId.get())); in counterValueForElementByIdCallback()
/external/webkit/Source/WebKit/win/
DWebFrame.h162 virtual HRESULT STDMETHODCALLTYPE counterValueForElementById(
DWebFrame.cpp873 HRESULT STDMETHODCALLTYPE WebFrame::counterValueForElementById( in counterValueForElementById() function in WebFrame
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp1330 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) in counterValueForElementById() function in LayoutTestController
1339 if (FAILED(framePrivate->counterValueForElementById(idBSTR, &counterValueBSTR))) in counterValueForElementById()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm234 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-168525 [Qt] layoutTestController.counterValueForElementById crashes for a nonexistent ID
8529 (DumpRenderTreeSupportQt::counterValueForElementById):
9043 (DumpRenderTreeSupportQt::counterValueForElementById):
13071 [Qt] WebFrame::counterValueForElementById must not be exposed
13086 (QWebFrame::counterValueForElementById):

12