HomeSort by relevance Sort by last modified time
    Searched full:inspectortimelineagent (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 32 #include "core/inspector/InspectorTimelineAgent.h"
167 TimelineRecordStack(InspectorTimelineAgent*);
180 InspectorTimelineAgent* m_timelineAgent;
187 TimelineThreadState(InspectorTimelineAgent* timelineAgent)
246 void InspectorTimelineAgent::pushGCEventRecords()
261 void InspectorTimelineAgent::didGC(double startTime, double endTime, size_t collectedBytesCount)
266 InspectorTimelineAgent::~InspectorTimelineAgent()
270 void InspectorTimelineAgent::setFrontend(InspectorFrontend* frontend)
275 void InspectorTimelineAgent::clearFrontend(
    [all...]
InspectorController.cpp 63 #include "core/inspector/InspectorTimelineAgent.h"
111 OwnPtr<InspectorTimelineAgent> timelineAgentPtr(InspectorTimelineAgent::create(m_instrumentingAgents.get(), pageAgent, m_memoryAgent, domAgent, m_overlay.get(), m_state.get(),
112 InspectorTimelineAgent::PageInspector, inspectorClient));
390 if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())
398 if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())
408 if (InspectorTimelineAgent* timelineAgent = m_instrumentingAgents->inspectorTimelineAgent())
    [all...]
InspectorTimelineAgent.h 112 class InspectorTimelineAgent
113 : public TraceEventTarget<InspectorTimelineAgent>
114 , public InspectorBaseAgent<InspectorTimelineAgent>
118 WTF_MAKE_NONCOPYABLE(InspectorTimelineAgent);
136 static PassOwnPtr<InspectorTimelineAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorMemoryAgent* memoryAgent, InspectorDOMAgent* domAgent, InspectorOverlay* overlay, InspectorCompositeState* state, InspectorType type, InspectorClient* client)
138 return adoptPtr(new InspectorTimelineAgent(instrumentingAgents, pageAgent, memoryAgent, domAgent, overlay, state, type, client));
141 ~InspectorTimelineAgent();
254 InspectorTimelineAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorMemoryAgent*, InspectorDOMAgent*, InspectorOverlay*, InspectorCompositeState*, InspectorType, InspectorClient*);
PageConsoleAgent.h 44 static PassOwnPtr<PageConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent)
53 PageConsoleAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*, InspectorDOMAgent*, InspectorTimelineAgent*);
WorkerConsoleAgent.h 42 static PassOwnPtr<WorkerConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager)
51 WorkerConsoleAgent(InstrumentingAgents*, InspectorTimelineAgent*, InspectorCompositeState*, InjectedScriptManager*);
InspectorInstrumentation.cpp 42 #include "core/inspector/InspectorTimelineAgent.h"
171 return instrumentingAgents && instrumentingAgents->inspectorTimelineAgent();
192 InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCookie& cookie)
196 InspectorTimelineAgent* timelineAgent = cookie.instrumentingAgents()->inspectorTimelineAgent();
InspectorConsoleAgent.h 49 class InspectorTimelineAgent;
65 InspectorConsoleAgent(InstrumentingAgents*, InspectorTimelineAgent*, InspectorCompositeState*, InjectedScriptManager*);
110 InspectorTimelineAgent* m_timelineAgent;
WorkerInspectorController.cpp 45 #include "core/inspector/InspectorTimelineAgent.h"
100 OwnPtr<InspectorTimelineAgent> timelineAgent = InspectorTimelineAgent::create(m_instrumentingAgents.get(), 0, 0, 0, 0, m_state.get(), InspectorTimelineAgent::WorkerInspector, 0);
InspectorController.h 52 class InspectorTimelineAgent;
134 InspectorTimelineAgent* m_timelineAgent;
WorkerConsoleAgent.cpp 37 WorkerConsoleAgent::WorkerConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager)
PageConsoleAgent.cpp 42 PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent)
InspectorInstrumentation.h 63 class InspectorTimelineAgent;
107 InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCookie&);
InspectorConsoleAgent.cpp 38 #include "core/inspector/InspectorTimelineAgent.h"
65 InspectorConsoleAgent::InspectorConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager)
CodeGeneratorInstrumentation.py 107 if (InspectorTimelineAgent* agent = agents->inspectorTimelineAgent()) {
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 352 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 352 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 352 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 352 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 352 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 352 third_party/WebKit/Source/core/inspector/InspectorTimelineAgent.cpp \
    [all...]
core.gypi     [all...]

Completed in 425 milliseconds