Searched refs:setJavaScriptProfilingEnabled (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
H A DIWebInspector.idl56 HRESULT setJavaScriptProfilingEnabled(BOOL enabled);
/external/webkit/WebKit/mac/WebInspector/
H A DWebInspector.h51 - (void)setJavaScriptProfilingEnabled:(BOOL)enabled;
H A DWebInspector.mm139 - (void)setJavaScriptProfilingEnabled:(BOOL)enabled
/external/webkit/WebKit/win/
H A DWebInspector.h61 virtual HRESULT STDMETHODCALLTYPE setJavaScriptProfilingEnabled(BOOL);
H A DWebInspector.cpp245 HRESULT STDMETHODCALLTYPE WebInspector::setJavaScriptProfilingEnabled(BOOL enabled) function in class:WebInspector
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h122 void setJavaScriptProfilingEnabled(bool enable);
H A DLayoutTestControllerQt.cpp309 void LayoutTestController::setJavaScriptProfilingEnabled(bool enable) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp146 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h79 void setJavaScriptProfilingEnabled(bool profilingEnabled);
H A DLayoutTestController.cpp863 controller->setJavaScriptProfilingEnabled(JSValueToBoolean(context, arguments[0]));
1399 { "setJavaScriptProfilingEnabled", setJavaScriptProfilingEnabledCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm303 void LayoutTestController::setJavaScriptProfilingEnabled(bool profilingEnabled)
306 [[[mainFrame webView] inspector] setJavaScriptProfilingEnabled:profilingEnabled];
H A DDumpRenderTree.mm1164 [[[mainFrame webView] inspector] setJavaScriptProfilingEnabled:NO];
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp379 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp664 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) function in class:LayoutTestController
687 inspector->setJavaScriptProfilingEnabled(flag);
H A DDumpRenderTree.cpp834 inspector->setJavaScriptProfilingEnabled(FALSE);

Completed in 135 milliseconds