Home
last modified time | relevance | path

Searched refs:profilerWasEnabled (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/inspector/
DInspectorFrontend.h81 void profilerWasEnabled();
DInspectorFrontend.cpp211 void InspectorFrontend::profilerWasEnabled() in profilerWasEnabled() function in WebCore::InspectorFrontend
DInspectorController.cpp1188 m_frontend->profilerWasEnabled(); in enableProfiler()
/external/webkit/WebCore/inspector/front-end/
DProfilesPanel.js109 profilerWasEnabled: function() method in WebInspector.ProfilesPanel
Dinspector.js1017 WebInspector.profilerWasEnabled = function()
1019 this.panels.profiles.profilerWasEnabled();
/external/webkit/WebCore/
DChangeLog-2009-06-166464 (WebCore::InspectorFrontend::profilerWasEnabled):
8691 (WebCore::InspectorFrontend::profilerWasEnabled):
74422 if the skipRecompile argument is false. Call the profilerWasEnabled script function.
74424 Call the profilerWasEnabled script function.
74441 (WebInspector.ProfilesPanel.prototype.profilerWasEnabled): Call reset and populateInterface.
74466 (WebInspector.profilerWasEnabled): Added. Calls the ProfilesPanel.