InspectorProfilerAgent 169 Source/core/inspector/InspectorController.cpp m_agents.append(InspectorProfilerAgent::create(injectedScriptManager, overlay)); InspectorProfilerAgent 417 Source/core/inspector/InspectorController.cpp if (InspectorProfilerAgent* profilerAgent = m_instrumentingAgents->inspectorProfilerAgent()) InspectorProfilerAgent 425 Source/core/inspector/InspectorController.cpp if (InspectorProfilerAgent* profilerAgent = m_instrumentingAgents->inspectorProfilerAgent()) InspectorProfilerAgent 85 Source/core/inspector/InspectorProfilerAgent.cpp PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) InspectorProfilerAgent 87 Source/core/inspector/InspectorProfilerAgent.cpp return adoptPtr(new InspectorProfilerAgent(injectedScriptManager, overlay)); InspectorProfilerAgent 90 Source/core/inspector/InspectorProfilerAgent.cpp InspectorProfilerAgent::InspectorProfilerAgent(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) InspectorProfilerAgent 91 Source/core/inspector/InspectorProfilerAgent.cpp : InspectorBaseAgent<InspectorProfilerAgent>("Profiler") InspectorProfilerAgent 101 Source/core/inspector/InspectorProfilerAgent.cpp InspectorProfilerAgent::~InspectorProfilerAgent() InspectorProfilerAgent 105 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::consoleProfile(const String& title, ScriptState* state) InspectorProfilerAgent 114 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::consoleProfileEnd(const String& title) InspectorProfilerAgent 145 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::enable(ErrorString*) InspectorProfilerAgent 151 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::doEnable() InspectorProfilerAgent 156 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::disable(ErrorString*) InspectorProfilerAgent 167 Source/core/inspector/InspectorProfilerAgent.cpp bool InspectorProfilerAgent::enabled() InspectorProfilerAgent 172 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::setSamplingInterval(ErrorString* error, int interval) InspectorProfilerAgent 182 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::setFrontend(InspectorFrontend* frontend) InspectorProfilerAgent 187 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::clearFrontend() InspectorProfilerAgent 195 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::restore() InspectorProfilerAgent 207 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::start(ErrorString* error) InspectorProfilerAgent 223 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>& profile) InspectorProfilerAgent 228 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>* profile) InspectorProfilerAgent 247 Source/core/inspector/InspectorProfilerAgent.cpp String InspectorProfilerAgent::nextProfileId() InspectorProfilerAgent 254 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::idleFinished() InspectorProfilerAgent 269 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::idleStarted() InspectorProfilerAgent 277 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::willProcessTask() InspectorProfilerAgent 282 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::didProcessTask() InspectorProfilerAgent 287 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::willEnterNestedRunLoop() InspectorProfilerAgent 292 Source/core/inspector/InspectorProfilerAgent.cpp void InspectorProfilerAgent::didLeaveNestedRunLoop() InspectorProfilerAgent 53 Source/core/inspector/InspectorProfilerAgent.h class InspectorProfilerAgent FINAL : public InspectorBaseAgent<InspectorProfilerAgent>, public InspectorBackendDispatcher::ProfilerCommandHandler { InspectorProfilerAgent 54 Source/core/inspector/InspectorProfilerAgent.h WTF_MAKE_NONCOPYABLE(InspectorProfilerAgent); WTF_MAKE_FAST_ALLOCATED; InspectorProfilerAgent 56 Source/core/inspector/InspectorProfilerAgent.h static PassOwnPtr<InspectorProfilerAgent> create(InjectedScriptManager*, InspectorOverlay*); InspectorProfilerAgent 57 Source/core/inspector/InspectorProfilerAgent.h virtual ~InspectorProfilerAgent(); InspectorProfilerAgent 78 Source/core/inspector/InspectorProfilerAgent.h InspectorProfilerAgent(InjectedScriptManager*, InspectorOverlay*); InspectorProfilerAgent 104 Source/core/inspector/WorkerInspectorController.cpp m_agents.append(InspectorProfilerAgent::create(m_injectedScriptManager.get(), 0));