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

  /external/webkit/WebCore/inspector/
InspectorBackend.h 98 bool profilerEnabled();
InspectorBackend.idl 70 boolean profilerEnabled();
InspectorBackend.cpp 232 bool InspectorBackend::profilerEnabled()
235 return m_inspectorController->profilerEnabled();
InspectorController.h 236 bool profilerEnabled() const { return enabled() && m_profilerEnabled; }
InspectorController.cpp 118 static const char* const profilerEnabledSettingName = "profilerEnabled";
534 String profilerEnabled = setting(profilerEnabledSettingName);
535 if (profilerEnabled == "true")
    [all...]
  /external/webkit/WebCore/inspector/front-end/
InspectorBackendStub.js 190 profilerEnabled: function()
ProfilesPanel.js 432 if (InspectorBackend.profilerEnabled()) {
451 if (InspectorBackend.profilerEnabled())
458 if (InspectorBackend.profilerEnabled())
  /external/webkit/WebCore/bindings/js/
JSDOMWindowBase.cpp 115 return page->inspectorController()->profilerEnabled();
  /external/webkit/WebCore/page/
Console.cpp 326 if (!controller->profilerEnabled())
354 if (!controller->profilerEnabled())
  /external/webkit/WebKit/mac/WebInspector/
WebInspector.mm 135 return page->inspectorController()->profilerEnabled();
  /external/webkit/WebKit/chromium/src/js/
InspectorControllerImpl.js 99 devtools.InspectorBackendImpl.prototype.profilerEnabled = function()
  /external/webkit/WebKit/win/
WebInspector.cpp 241 *isProfilingEnabled = page->inspectorController()->profilerEnabled();
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 390 g_value_set_boolean(value, priv->page->inspectorController()->profilerEnabled());

Completed in 80 milliseconds