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

  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.h 54 class InspectorTimelineAgent : ScriptGCEventListener {
55 WTF_MAKE_NONCOPYABLE(InspectorTimelineAgent);
57 static PassOwnPtr<InspectorTimelineAgent> create(InstrumentingAgents* instrumentingAgents, InspectorState* state)
59 return adoptPtr(new InspectorTimelineAgent(instrumentingAgents, state));
62 ~InspectorTimelineAgent();
136 InspectorTimelineAgent(InstrumentingAgents*, InspectorState*);
InspectorTimelineAgent.cpp 32 #include "InspectorTimelineAgent.h"
83 void InspectorTimelineAgent::pushGCEventRecords()
98 void InspectorTimelineAgent::didGC(double startTime, double endTime, size_t collectedBytesCount)
103 InspectorTimelineAgent::~InspectorTimelineAgent()
108 void InspectorTimelineAgent::setFrontend(InspectorFrontend* frontend)
113 void InspectorTimelineAgent::clearFrontend()
120 void InspectorTimelineAgent::restore()
128 void InspectorTimelineAgent::start(ErrorString*)
138 void InspectorTimelineAgent::stop(ErrorString*
    [all...]

Completed in 37 milliseconds