Searched refs:InspectorMemoryAgent (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorMemoryAgent.cpp32 #include "core/inspector/InspectorMemoryAgent.h"
39 InspectorMemoryAgent::~InspectorMemoryAgent()
43 void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners)
50 InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state) function in class:WebCore::InspectorMemoryAgent
51 : InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state)
56 void InspectorMemoryAgent::setFrontend(InspectorFrontend* frontend)
62 void InspectorMemoryAgent::clearFrontend()
H A DInspectorMemoryAgent.h44 class InspectorMemoryAgent : public InspectorBaseAgent<InspectorMemoryAgent>, public InspectorBackendDispatcher::MemoryCommandHandler { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(InspectorMemoryAgent);
47 static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
49 return adoptPtr(new InspectorMemoryAgent(instrumentingAgents, state));
51 virtual ~InspectorMemoryAgent();
59 InspectorMemoryAgent(InstrumentingAgents*, InspectorCompositeState*);
H A DInspectorController.h51 class InspectorMemoryAgent;
133 InspectorMemoryAgent* m_memoryAgent;
H A DInspectorTimelineAgent.h66 class InspectorMemoryAgent;
136 static PassOwnPtr<InspectorTimelineAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorMemoryAgent* memoryAgent, InspectorDOMAgent* domAgent, InspectorOverlay* overlay, InspectorCompositeState* state, InspectorType type, InspectorClient* client)
254 InspectorTimelineAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorMemoryAgent*, InspectorDOMAgent*, InspectorOverlay*, InspectorCompositeState*, InspectorType, InspectorClient*);
307 InspectorMemoryAgent* m_memoryAgent;
H A DInspectorController.cpp57 #include "core/inspector/InspectorMemoryAgent.h"
107 OwnPtr<InspectorMemoryAgent> memoryAgentPtr(InspectorMemoryAgent::create(m_instrumentingAgents.get(), m_state.get()));
H A DInspectorTimelineAgent.cpp43 #include "core/inspector/InspectorMemoryAgent.h"
1126 InspectorTimelineAgent::InspectorTimelineAgent(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorMemoryAgent* memoryAgent, InspectorDOMAgent* domAgent, InspectorOverlay* overlay, InspectorCompositeState* state, InspectorType type, InspectorClient* client)
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
H A Dwebcore_remaining.target.linux-arm.mk342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
H A Dwebcore_remaining.target.linux-mips.mk342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
H A Dwebcore_remaining.target.linux-x86.mk342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \

Completed in 110 milliseconds