HomeSort by relevance Sort by last modified time
    Searched full:inspectorprofileragent (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 31 #include "core/inspector/InspectorProfilerAgent.h"
58 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager)
60 return adoptPtr(new InspectorProfilerAgent(instrumentingAgents, consoleAgent, inspectorState, injectedScriptManager));
63 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager)
64 : InspectorBaseAgent<InspectorProfilerAgent>("Profiler", instrumentingAgents, inspectorState)
76 InspectorProfilerAgent::~InspectorProfilerAgent()
80 void InspectorProfilerAgent::addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, const String& sourceURL
    [all...]
InspectorProfilerAgent.h 52 class InspectorProfilerAgent : public InspectorBaseAgent<InspectorProfilerAgent>, public InspectorBackendDispatcher::ProfilerCommandHandler {
53 WTF_MAKE_NONCOPYABLE(InspectorProfilerAgent); WTF_MAKE_FAST_ALLOCATED;
55 static PassOwnPtr<InspectorProfilerAgent> create(InstrumentingAgents*, InspectorConsoleAgent*, InspectorCompositeState*, InjectedScriptManager*);
56 virtual ~InspectorProfilerAgent();
84 InspectorProfilerAgent(InstrumentingAgents*, InspectorConsoleAgent*, InspectorCompositeState*, InjectedScriptManager*);
InspectorController.cpp 61 #include "core/inspector/InspectorProfilerAgent.h"
130 m_agents.append(InspectorProfilerAgent::create(m_instrumentingAgents.get(), consoleAgent, m_state.get(), m_injectedScriptManager.get()));
378 if (InspectorProfilerAgent* profilerAgent = m_instrumentingAgents->inspectorProfilerAgent())
386 if (InspectorProfilerAgent* profilerAgent = m_instrumentingAgents->inspectorProfilerAgent())
InspectorInstrumentation.cpp 39 #include "core/inspector/InspectorProfilerAgent.h"
137 if (InspectorProfilerAgent* profilerAgent = instrumentingAgents->inspectorProfilerAgent())
WorkerInspectorController.cpp 42 #include "core/inspector/InspectorProfilerAgent.h"
103 m_agents.append(InspectorProfilerAgent::create(m_instrumentingAgents.get(), consoleAgent.get(), m_state.get(), m_injectedScriptManager.get()));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 292 third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 292 third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 292 third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 292 third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 292 third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 292 third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp \
    [all...]
core.gypi     [all...]

Completed in 206 milliseconds