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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerConsoleAgent.h 44 static PassOwnPtrWillBeRawPtr<WorkerConsoleAgent> create(InspectorTimelineAgent* timelineAgent, InjectedScriptManager* injectedScriptManager, WorkerGlobalScope* workerGlobalScope)
56 WorkerConsoleAgent(InspectorTimelineAgent*, InjectedScriptManager*, WorkerGlobalScope*);
InspectorTimelineAgent.cpp 32 #include "core/inspector/InspectorTimelineAgent.h"
147 typedef void (InspectorTimelineAgent::*TraceEventHandlerMethod)(const TraceEventDispatcher::TraceEvent&);
148 static PassOwnPtrWillBeRawPtr<InspectorTimelineAgentTraceEventListener> create(InspectorTimelineAgent* instance, TraceEventHandlerMethod method)
167 InspectorTimelineAgentTraceEventListener(InspectorTimelineAgent* instance, TraceEventHandlerMethod method)
172 RawPtrWillBeMember<InspectorTimelineAgent> m_instance;
214 explicit TimelineRecordStack(InspectorTimelineAgent*);
229 RawPtrWillBeMember<InspectorTimelineAgent> m_timelineAgent;
238 TimelineThreadState(InspectorTimelineAgent* timelineAgent)
284 void InspectorTimelineAgent::didGC(double startTime, double endTime, size_t collectedBytesCount)
299 InspectorTimelineAgent::~InspectorTimelineAgent(
    [all...]
PageConsoleAgent.h 46 static PassOwnPtrWillBeRawPtr<PageConsoleAgent> create(InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent, Page* page)
59 PageConsoleAgent(InjectedScriptManager*, InspectorDOMAgent*, InspectorTimelineAgent*, Page*);
WorkerConsoleAgent.cpp 38 WorkerConsoleAgent::WorkerConsoleAgent(InspectorTimelineAgent* timelineAgent, InjectedScriptManager* injectedScriptManager, WorkerGlobalScope* workerGlobalScope)
InspectorConsoleAgent.h 51 class InspectorTimelineAgent;
68 InspectorConsoleAgent(InspectorTimelineAgent*, InjectedScriptManager*);
106 RawPtrWillBeMember<InspectorTimelineAgent> m_timelineAgent;
InspectorController.cpp 60 #include "core/inspector/InspectorTimelineAgent.h"
115 OwnPtrWillBeRawPtr<InspectorTimelineAgent> timelineAgentPtr(InspectorTimelineAgent::create(m_pageAgent, m_layerTreeAgent,
116 overlay, InspectorTimelineAgent::PageInspector, inspectorClient));
450 if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())
458 if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())
478 if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())
    [all...]
InspectorTimelineAgent.h 91 class InspectorTimelineAgent FINAL
92 : public InspectorBaseAgent<InspectorTimelineAgent>
96 WTF_MAKE_NONCOPYABLE(InspectorTimelineAgent);
116 static PassOwnPtrWillBeRawPtr<InspectorTimelineAgent> create(InspectorPageAgent* pageAgent, InspectorLayerTreeAgent* layerTreeAgent,
119 return adoptPtrWillBeNoop(new InspectorTimelineAgent(pageAgent, layerTreeAgent, overlay, type, client));
122 virtual ~InspectorTimelineAgent();
234 InspectorTimelineAgent(InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*);
WorkerInspectorController.cpp 46 #include "core/inspector/InspectorTimelineAgent.h"
102 OwnPtrWillBeRawPtr<InspectorTimelineAgent> timelineAgent = InspectorTimelineAgent::create(0, 0, 0, InspectorTimelineAgent::WorkerInspector, 0);
InspectorController.h 60 class InspectorTimelineAgent;
155 RawPtrWillBeMember<InspectorTimelineAgent> m_timelineAgent;
InspectorInstrumentation.h 61 class InspectorTimelineAgent;
104 InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCookie&);
PageConsoleAgent.cpp 45 PageConsoleAgent::PageConsoleAgent(InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent, Page* page)
InspectorInstrumentation.cpp 43 #include "core/inspector/InspectorTimelineAgent.h"
174 return instrumentingAgents && instrumentingAgents->inspectorTimelineAgent();
195 InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCookie& cookie)
199 InspectorTimelineAgent* timelineAgent = cookie.instrumentingAgents()->inspectorTimelineAgent();
InspectorConsoleAgent.cpp 41 #include "core/inspector/InspectorTimelineAgent.h"
68 InspectorConsoleAgent::InspectorConsoleAgent(InspectorTimelineAgent* timelineAgent, InjectedScriptManager* injectedScriptManager)
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 428 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]

Completed in 191 milliseconds