Searched defs:counterValueForElementById (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp228 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef elementId) function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp217 * counterValueForElementById:
223 CString DumpRenderTreeSupportGtk::counterValueForElementById(WebKitWebFrame* frame, const char* id) function in class:DumpRenderTreeSupportGtk
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp396 QString DumpRenderTreeSupportQt::counterValueForElementById(QWebFrame* frame, const QString& id) function in class:DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/chromium/
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/gtk/
H A DLayoutTestControllerGtk.cpp105 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
108 CString counterValueGChar = DumpRenderTreeSupportGtk::counterValueForElementById(mainFrame, idGChar);
/external/webkit/Tools/DumpRenderTree/qt/
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/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/wx/
H A DLayoutTestControllerWx.cpp460 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) function in class:LayoutTestController
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1816 WebString WebFrameImpl::counterValueForElementById(const WebString& id) const function in class:WebKit::WebFrameImpl
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp873 HRESULT STDMETHODCALLTYPE WebFrame::counterValueForElementById( function in class:WebFrame

Completed in 5780 milliseconds