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"
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()
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*);

Completed in 4155 milliseconds