Searched refs:counterValueForElementById (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl56 DOMString counterValueForElementById(in DOMString elementId);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h69 static WTF::CString counterValueForElementById(WebKitWebFrame*, const char* id);
H A DDumpRenderTreeSupportGtk.cpp217 * counterValueForElementById:
223 CString DumpRenderTreeSupportGtk::counterValueForElementById(WebKitWebFrame* frame, const char* id) function in class:DumpRenderTreeSupportGtk
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h83 JSRetainPtr<JSStringRef> counterValueForElementById(JSStringRef elementId);
H A DLayoutTestController.cpp228 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef elementId) function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl100 HRESULT counterValueForElementById([in] BSTR id, [out, retval] BSTR* result);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrame.h571 virtual WebString counterValueForElementById(const WebString& id) const = 0;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h123 static QString counterValueForElementById(QWebFrame* frame, const QString& id);
H A DDumpRenderTreeSupportQt.cpp396 QString DumpRenderTreeSupportQt::counterValueForElementById(QWebFrame* frame, const QString& id) function in class:DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h103 QString counterValueForElementById(const QString& id);
H A DLayoutTestControllerQt.cpp147 QString LayoutTestController::counterValueForElementById(const QString& id) function in class:LayoutTestController
149 return DumpRenderTreeSupportQt::counterValueForElementById(m_drt->webPage()->mainFrame(), id);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp460 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
/external/chromium/webkit/glue/
H A Dwebkit_glue.cc133 web_frame->counterValueForElementById(WebString::fromUTF8(id));
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h198 virtual WebString counterValueForElementById(const WebString& id) const;
H A DWebFrameImpl.cpp1816 WebString WebFrameImpl::counterValueForElementById(const WebString& id) const function in class:WebKit::WebFrameImpl
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h306 void counterValueForElementById(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp90 bindMethod("counterValueForElementById", &LayoutTestController::counterValueForElementById);
1429 void LayoutTestController::counterValueForElementById(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
1437 WebString counterValue = frame->counterValueForElementById(cppVariantToWebString(arguments[0]));
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h59 JSRetainPtr<JSStringRef> counterValueForElementById(JSStringRef id);
H A DLayoutTestController.cpp627 JSRetainPtr<JSStringRef> counterValue(controller->counterValueForElementById(elementId.get()));
2203 { "counterValueForElementById", counterValueForElementByIdCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp105 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
108 CString counterValueGChar = DumpRenderTreeSupportGtk::counterValueForElementById(mainFrame, idGChar);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h162 virtual HRESULT STDMETHODCALLTYPE counterValueForElementById(
H A DWebFrame.cpp873 HRESULT STDMETHODCALLTYPE WebFrame::counterValueForElementById( function in class:WebFrame
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1330 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
1339 if (FAILED(framePrivate->counterValueForElementById(idBSTR, &counterValueBSTR)))
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm234 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)

Completed in 304 milliseconds