HomeSort by relevance Sort by last modified time
    Searched refs:profilerEnabled (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorController.h 92 bool profilerEnabled();
InspectorProfilerAgent.cpp 59 static const char profilerEnabled[] = "profilerEnabled";
145 m_inspectorState->setBoolean(ProfilerAgentState::profilerEnabled, true);
151 m_inspectorState->setBoolean(ProfilerAgentState::profilerEnabled, false);
285 if (m_inspectorState->getBoolean(ProfilerAgentState::profilerEnabled)) {
InspectorConsoleInstrumentation.h 106 inline bool InspectorInstrumentation::profilerEnabled(Page* page)
InspectorController.cpp 276 bool InspectorController::profilerEnabled()
InspectorInstrumentation.h 148 static bool profilerEnabled(Page*);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 107 return page->inspectorController()->profilerEnabled();
  /external/webkit/Source/WebCore/page/
Console.cpp 269 if (!InspectorInstrumentation::profilerEnabled(page))
288 if (!InspectorInstrumentation::profilerEnabled(page))
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 140 return page->inspectorController()->profilerEnabled();
  /external/webkit/Source/WebKit/win/
WebInspector.cpp 228 *isProfilingEnabled = page->inspectorController()->profilerEnabled();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.cpp 395 g_value_set_boolean(value, priv->page->inspectorController()->profilerEnabled());
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 138 if (Preferences.profilerAlwaysEnabled || WebInspector.settings.profilerEnabled)
656 WebInspector.settings.profilerEnabled = false;
659 WebInspector.settings.profilerEnabled = !!optionalAlways;

Completed in 3295 milliseconds