HomeSort by relevance Sort by last modified time
    Searched defs:InspectorMemoryAgent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.cpp 32 #include "core/inspector/InspectorMemoryAgent.h"
41 InspectorMemoryAgent::~InspectorMemoryAgent()
45 void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners)
52 InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
53 : InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state)
58 void InspectorMemoryAgent::setFrontend(InspectorFrontend* frontend)
64 void InspectorMemoryAgent::clearFrontend()
InspectorMemoryAgent.h 44 class InspectorMemoryAgent : public InspectorBaseAgent<InspectorMemoryAgent>, public InspectorBackendDispatcher::MemoryCommandHandler {
45 WTF_MAKE_NONCOPYABLE(InspectorMemoryAgent);
49 static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
51 return adoptPtr(new InspectorMemoryAgent(instrumentingAgents, state));
53 virtual ~InspectorMemoryAgent();
61 InspectorMemoryAgent(InstrumentingAgents*, InspectorCompositeState*);

Completed in 133 milliseconds