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

/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h90 QString counterValueForElementById(const QString& id);
H A DLayoutTestControllerQt.cpp137 QString LayoutTestController::counterValueForElementById(const QString& id) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp363 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
/external/webkit/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl102 HRESULT counterValueForElementById([in] BSTR id, [out, retval] BSTR* result);
/external/webkit/WebKit/chromium/public/
H A DWebFrame.h484 virtual WebString counterValueForElementById(const WebString& id) const = 0;
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h55 JSRetainPtr<JSStringRef> counterValueForElementById(JSStringRef id);
H A DLayoutTestController.cpp400 JSRetainPtr<JSStringRef> counterValue(controller->counterValueForElementById(elementId.get()));
1359 { "counterValueForElementById", counterValueForElementByIdCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.h166 virtual WebString counterValueForElementById(const WebString& id) const;
H A DWebFrameImpl.cpp1509 WebString WebFrameImpl::counterValueForElementById(const WebString& id) const function in class:WebKit::WebFrameImpl
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp128 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1105 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
1114 if (FAILED(framePrivate->counterValueForElementById(idBSTR, &counterValueBSTR)))
/external/webkit/WebKit/win/
H A DWebFrame.h161 virtual HRESULT STDMETHODCALLTYPE counterValueForElementById(
H A DWebFrame.cpp833 HRESULT STDMETHODCALLTYPE WebFrame::counterValueForElementById( function in class:WebFrame
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm157 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id)

Completed in 217 milliseconds