Searched defs:setJavaScriptProfilingEnabled (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebInspector.cpp232 HRESULT STDMETHODCALLTYPE WebInspector::setJavaScriptProfilingEnabled(BOOL enabled) function in class:WebInspector
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp238 void DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled(QWebFrame* frame, bool enabled) function in class:DumpRenderTreeSupportQt
1144 DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled(frame, enabled);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp518 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp428 void LayoutTestController::setJavaScriptProfilingEnabled(bool enable) function in class:LayoutTestController
431 DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled(m_topLoadingFrame, enable);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp836 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) function in class:LayoutTestController
851 inspector->setJavaScriptProfilingEnabled(flag);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp158 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) function in class:LayoutTestController

Completed in 125 milliseconds