Home
last modified time | relevance | path

Searched refs:setJavaScriptProfilingEnabled (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit/mac/WebInspector/
DWebInspector.h53 - (void)setJavaScriptProfilingEnabled:(BOOL)enabled;
DWebInspector.mm144 - (void)setJavaScriptProfilingEnabled:(BOOL)enabled
/external/webkit/Source/WebKit/win/
DWebInspector.h62 virtual HRESULT STDMETHODCALLTYPE setJavaScriptProfilingEnabled(BOOL);
DWebInspector.cpp232 HRESULT STDMETHODCALLTYPE WebInspector::setJavaScriptProfilingEnabled(BOOL enabled) in setJavaScriptProfilingEnabled() function in WebInspector
DChangeLog7717 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
DChangeLog-2009-06-163006 … (WebInspector::setJavaScriptProfilingEnabled): Added. Call InspectorController's disableProfiler
/external/webkit/Source/WebKit/win/Interfaces/
DIWebInspector.idl56 HRESULT setJavaScriptProfilingEnabled(BOOL enabled);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h112 static void setJavaScriptProfilingEnabled(QWebFrame*, bool enabled); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp238 void DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled(QWebFrame* frame, bool enabled) in setJavaScriptProfilingEnabled() function in DumpRenderTreeSupportQt
1144 DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled(frame, enabled); in qt_drt_setJavaScriptProfilingEnabled()
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp158 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) in setJavaScriptProfilingEnabled() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h154 void setJavaScriptProfilingEnabled(bool enable);
DLayoutTestControllerQt.cpp428 void LayoutTestController::setJavaScriptProfilingEnabled(bool enable) in setJavaScriptProfilingEnabled() function in LayoutTestController
431 DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled(m_topLoadingFrame, enable); in setJavaScriptProfilingEnabled()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h101 void setJavaScriptProfilingEnabled(bool profilingEnabled);
DLayoutTestController.cpp1362 controller->setJavaScriptProfilingEnabled(JSValueToBoolean(context, arguments[0])); in setJavaScriptProfilingEnabledCallback()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp836 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) in setJavaScriptProfilingEnabled() function in LayoutTestController
851 inspector->setJavaScriptProfilingEnabled(flag); in setJavaScriptProfilingEnabled()
DDumpRenderTree.cpp921 inspector->setJavaScriptProfilingEnabled(FALSE); in resetWebViewToConsistentStateBeforeTesting()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp518 void LayoutTestController::setJavaScriptProfilingEnabled(bool flag) in setJavaScriptProfilingEnabled() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm469 void LayoutTestController::setJavaScriptProfilingEnabled(bool profilingEnabled) function
472 [[[mainFrame webView] inspector] setJavaScriptProfilingEnabled:profilingEnabled];
DDumpRenderTree.mm1060 [[[mainFrame webView] inspector] setJavaScriptProfilingEnabled:NO];
/external/webkit/Source/WebKit/mac/
DWebKit.order1903 -[WebInspector setJavaScriptProfilingEnabled:]
DChangeLog-2010-01-291170 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
13862 …(-[WebInspector setJavaScriptProfilingEnabled:]): Added. Call InspectorController's disableProfiler
/external/webkit/Tools/
DChangeLog-2009-06-161020 (LayoutTestController::setJavaScriptProfilingEnabled):
2440 Implement setJavaScriptProfilingEnabled by enabling the Developer
2445 (runTest): Reset setJavaScriptProfilingEnabled after each test run
2447 (LayoutTestController::setJavaScriptProfilingEnabled):
3244 (LayoutTestController::setJavaScriptProfilingEnabled): Realphabetized.
3499 Implement setJavaScriptProfilingEnabled in the Qt DRT to pass fast/profiler.
3502 (LayoutTestController::setJavaScriptProfilingEnabled):
4443 …aScriptProfilingEnabledCallback): Added. Calls LayoutTestController::setJavaScriptProfilingEnabled.
4444 … (LayoutTestController::staticFunctions): Added setJavaScriptProfilingEnabled to the script class.
4447 (LayoutTestController::setJavaScriptProfilingEnabled): Stubbed out with a FIXME.
[all …]
DChangeLog-2010-05-247016 (LayoutTestController::setJavaScriptProfilingEnabled):
10162 (LayoutTestController::setJavaScriptProfilingEnabled):
10170 (LayoutTestController::setJavaScriptProfilingEnabled):
10181 (LayoutTestController::setJavaScriptProfilingEnabled):
10186 (LayoutTestController::setJavaScriptProfilingEnabled):
25348 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
27561 (LayoutTestController::setJavaScriptProfilingEnabled):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-161753 (DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled):
9034 (DumpRenderTreeSupportQt::setJavaScriptProfilingEnabled):
19192 Implement setJavaScriptProfilingEnabled in the Qt DRT to pass fast/profiler.
/external/webkit/Source/WebKit/gtk/
DChangeLog8908 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled

12