Searched refs:profilerEnabled (Results 1 – 10 of 10) sorted by relevance
330 if (InspectorController.profilerEnabled()) {357 if (InspectorController.profilerEnabled())364 if (InspectorController.profilerEnabled())
263 if (!page->inspectorController()->profilerEnabled()) in profile()275 if (!page->inspectorController()->profilerEnabled()) in profileEnd()
239 *isProfilingEnabled = page->inspectorController()->profilerEnabled(); in isJavaScriptProfilingEnabled()
1788 … (WebInspector::isJavaScriptProfilingEnabled): Added. Calls InspectorController::profilerEnabled.
159 bool profilerEnabled() const { return enabled() && m_profilerEnabled; } in profilerEnabled() function
504 BOOL_INSPECTOR_CALLBACK(profilerEnabled, profilerEnabled);1557 { "profilerEnabled", WebCore::profilerEnabled, kJSPropertyAttributeNone }, in windowScriptObjectAvailable()1734 if (!profilerEnabled()) { in startUserInitiatedProfiling()
133 return page->inspectorController()->profilerEnabled();
688 return page->inspectorController()->profilerEnabled(); in supportsProfiling()
4114 … (-[WebInspector isJavaScriptProfilingEnabled]): Added. Calls InspectorController::profilerEnabled.
27373 (WebCore::JSDOMWindowBase::supportsProfiling): Call InspectorController:profilerEnabled.27389 (WebCore::InspectorController::profilerEnabled): Return enabled() && m_profilerEnabled.27436 (WebCore::Console::profile): Return early if InspectorController::profilerEnabled is false.27474 (WebCore::InspectorController::profilerEnabled):