Searched refs:profilerEnabled (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorController.h92 bool profilerEnabled();
H A DInspectorProfilerAgent.cpp59 static const char profilerEnabled[] = "profilerEnabled"; member in namespace:WebCore::ProfilerAgentState
145 m_inspectorState->setBoolean(ProfilerAgentState::profilerEnabled, true);
151 m_inspectorState->setBoolean(ProfilerAgentState::profilerEnabled, false);
285 if (m_inspectorState->getBoolean(ProfilerAgentState::profilerEnabled)) {
H A DInspectorConsoleInstrumentation.h106 inline bool InspectorInstrumentation::profilerEnabled(Page* page) function in class:WebCore::InspectorInstrumentation
H A DInspectorController.cpp276 bool InspectorController::profilerEnabled() function in class:WebCore::InspectorController
H A DInspectorInstrumentation.h148 static bool profilerEnabled(Page*);
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp107 return page->inspectorController()->profilerEnabled();
/external/webkit/Source/WebCore/page/
H A DConsole.cpp269 if (!InspectorInstrumentation::profilerEnabled(page))
288 if (!InspectorInstrumentation::profilerEnabled(page))
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebInspector.mm140 return page->inspectorController()->profilerEnabled();
/external/webkit/Source/WebKit/win/
H A DWebInspector.cpp228 *isProfilingEnabled = page->inspectorController()->profilerEnabled();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebinspector.cpp395 g_value_set_boolean(value, priv->page->inspectorController()->profilerEnabled());
/external/webkit/Source/WebCore/inspector/front-end/
H A DProfilesPanel.js138 if (Preferences.profilerAlwaysEnabled || WebInspector.settings.profilerEnabled)
656 WebInspector.settings.profilerEnabled = false;
659 WebInspector.settings.profilerEnabled = !!optionalAlways;

Completed in 129 milliseconds