ProfilerAgentState 147 Source/core/inspector/InspectorProfilerAgent.cpp m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); ProfilerAgentState 164 Source/core/inspector/InspectorProfilerAgent.cpp m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); ProfilerAgentState 169 Source/core/inspector/InspectorProfilerAgent.cpp return m_state->getBoolean(ProfilerAgentState::profilerEnabled); ProfilerAgentState 178 Source/core/inspector/InspectorProfilerAgent.cpp m_state->setLong(ProfilerAgentState::samplingInterval, interval); ProfilerAgentState 197 Source/core/inspector/InspectorProfilerAgent.cpp if (m_state->getBoolean(ProfilerAgentState::profilerEnabled)) ProfilerAgentState 199 Source/core/inspector/InspectorProfilerAgent.cpp if (long interval = m_state->getLong(ProfilerAgentState::samplingInterval, 0)) ProfilerAgentState 201 Source/core/inspector/InspectorProfilerAgent.cpp if (m_state->getBoolean(ProfilerAgentState::userInitiatedProfiling)) { ProfilerAgentState 220 Source/core/inspector/InspectorProfilerAgent.cpp m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true); ProfilerAgentState 244 Source/core/inspector/InspectorProfilerAgent.cpp m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, false); ProfilerAgentState 249 Source/core/inspector/InspectorProfilerAgent.cpp long nextId = m_state->getLong(ProfilerAgentState::nextProfileId, 1); ProfilerAgentState 250 Source/core/inspector/InspectorProfilerAgent.cpp m_state->setLong(ProfilerAgentState::nextProfileId, nextId + 1);