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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.h 44 class InspectorMemoryAgent : public InspectorBaseAgent<InspectorMemoryAgent>, public InspectorBackendDispatcher::MemoryCommandHandler {
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*);
InspectorMemoryAgent.cpp 32 #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)
51 : InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state)
56 void InspectorMemoryAgent::setFrontend(InspectorFrontend* frontend)
62 void InspectorMemoryAgent::clearFrontend()
InspectorController.h 51 class InspectorMemoryAgent;
133 InspectorMemoryAgent* m_memoryAgent;
InspectorTimelineAgent.h 66 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;
InspectorController.cpp 57 #include "core/inspector/InspectorMemoryAgent.h"
107 OwnPtr<InspectorMemoryAgent> memoryAgentPtr(InspectorMemoryAgent::create(m_instrumentingAgents.get(), m_state.get()));
InspectorTimelineAgent.cpp 43 #include "core/inspector/InspectorMemoryAgent.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 342 third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp \
    [all...]
core.gypi     [all...]

Completed in 150 milliseconds