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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 32 #include "core/inspector/InspectorHeapProfilerAgent.h"
49 class InspectorHeapProfilerAgent::HeapStatsUpdateTask {
51 HeapStatsUpdateTask(InspectorHeapProfilerAgent*);
57 InspectorHeapProfilerAgent* m_heapProfilerAgent;
61 PassOwnPtr<InspectorHeapProfilerAgent> InspectorHeapProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager)
63 return adoptPtr(new InspectorHeapProfilerAgent(instrumentingAgents, inspectorState, injectedScriptManager));
66 InspectorHeapProfilerAgent::InspectorHeapProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager)
67 : InspectorBaseAgent<InspectorHeapProfilerAgent>("HeapProfiler", instrumentingAgents, inspectorState
    [all...]
InspectorHeapProfilerAgent.h 51 class InspectorHeapProfilerAgent : public InspectorBaseAgent<InspectorHeapProfilerAgent>, public InspectorBackendDispatcher::HeapProfilerCommandHandler {
52 WTF_MAKE_NONCOPYABLE(InspectorHeapProfilerAgent); WTF_MAKE_FAST_ALLOCATED;
54 static PassOwnPtr<InspectorHeapProfilerAgent> create(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
55 virtual ~InspectorHeapProfilerAgent();
79 InspectorHeapProfilerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
WorkerInspectorController.cpp 41 #include "core/inspector/InspectorHeapProfilerAgent.h"
104 m_agents.append(InspectorHeapProfilerAgent::create(m_instrumentingAgents.get(), m_state.get(), m_injectedScriptManager.get()));
InspectorController.cpp 53 #include "core/inspector/InspectorHeapProfilerAgent.h"
132 m_agents.append(InspectorHeapProfilerAgent::create(m_instrumentingAgents.get(), m_state.get(), m_injectedScriptManager.get()));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 282 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 282 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 282 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 282 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 282 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 282 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
    [all...]
core.gypi     [all...]

Completed in 435 milliseconds