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