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

  /external/webkit/Source/WebCore/inspector/
InspectorConsoleInstrumentation.h 106 inline bool InspectorInstrumentation::profilerEnabled(Page* page)
InspectorController.cpp 276 bool InspectorController::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)) {

Completed in 27 milliseconds