Home
last modified time | relevance | path

Searched refs:InspectorHeapProfilerAgent (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp48 class InspectorHeapProfilerAgent::HeapStatsUpdateTask {
50 HeapStatsUpdateTask(InspectorHeapProfilerAgent*);
56 InspectorHeapProfilerAgent* m_heapProfilerAgent;
60 PassOwnPtr<InspectorHeapProfilerAgent> InspectorHeapProfilerAgent::create(InstrumentingAgents* inst… in create()
62 …return adoptPtr(new InspectorHeapProfilerAgent(instrumentingAgents, inspectorState, injectedScript… in create()
65 InspectorHeapProfilerAgent::InspectorHeapProfilerAgent(InstrumentingAgents* instrumentingAgents, In… in InspectorHeapProfilerAgent() function in WebCore::InspectorHeapProfilerAgent
66 …: InspectorBaseAgent<InspectorHeapProfilerAgent>("HeapProfiler", instrumentingAgents, inspectorSta… in InspectorHeapProfilerAgent()
73 InspectorHeapProfilerAgent::~InspectorHeapProfilerAgent() in ~InspectorHeapProfilerAgent()
77 void InspectorHeapProfilerAgent::clearProfiles(ErrorString*) in clearProfiles()
86 void InspectorHeapProfilerAgent::resetFrontendProfiles() in resetFrontendProfiles()
[all …]
DInspectorHeapProfilerAgent.h51 class InspectorHeapProfilerAgent : public InspectorBaseAgent<InspectorHeapProfilerAgent>, public In…
52 WTF_MAKE_NONCOPYABLE(InspectorHeapProfilerAgent); WTF_MAKE_FAST_ALLOCATED;
54 …static PassOwnPtr<InspectorHeapProfilerAgent> create(InstrumentingAgents*, InspectorCompositeState…
55 virtual ~InspectorHeapProfilerAgent();
80InspectorHeapProfilerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
DWorkerInspectorController.cpp104 …m_agents.append(InspectorHeapProfilerAgent::create(m_instrumentingAgents.get(), m_state.get(), m_i… in WorkerInspectorController()
DInspectorController.cpp132 …m_agents.append(InspectorHeapProfilerAgent::create(m_instrumentingAgents.get(), m_state.get(), m_i… in InspectorController()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk336 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
Dwebcore_remaining.target.linux-x86.mk336 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
Dwebcore_remaining.target.linux-mips.mk336 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
Dwebcore_remaining.target.darwin-arm.mk336 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
Dwebcore_remaining.target.darwin-x86.mk336 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
Dwebcore_remaining.target.darwin-mips.mk336 third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp \
Dcore.gypi1088 'inspector/InspectorHeapProfilerAgent.cpp',
1089 'inspector/InspectorHeapProfilerAgent.h',