Home
last modified time | relevance | path

Searched refs:instrumentingAgents (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.cpp90 bool isDebuggerPausedImpl(InstrumentingAgents* instrumentingAgents) in isDebuggerPausedImpl() argument
92 if (InspectorDebuggerAgent* debuggerAgent = instrumentingAgents->inspectorDebuggerAgent()) in isDebuggerPausedImpl()
97 void continueAfterPingLoaderImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier… in continueAfterPingLoaderImpl() argument
99 …willSendRequestImpl(instrumentingAgents, identifier, loader, request, response, FetchInitiatorInfo… in continueAfterPingLoaderImpl()
128 InstrumentingAgents* instrumentingAgents = *it; in willDestroyResourceImpl() local
129 …if (InspectorResourceAgent* inspectorResourceAgent = instrumentingAgents->inspectorResourceAgent()) in willDestroyResourceImpl()
134 bool collectingHTMLParseErrorsImpl(InstrumentingAgents* instrumentingAgents) in collectingHTMLParseErrorsImpl() argument
136 if (InspectorAgent* inspectorAgent = instrumentingAgents->inspectorAgent()) in collectingHTMLParseErrorsImpl()
141 PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents* instrumentingAgents, Frame* frame,… in preprocessImpl() argument
143 if (InspectorDebuggerAgent* debuggerAgent = instrumentingAgents->inspectorDebuggerAgent()) in preprocessImpl()
[all …]
DInspectorInstrumentationCustomInl.h50 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in isDebuggerPaused() local
51 return isDebuggerPausedImpl(instrumentingAgents); in isDebuggerPaused()
58 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(page)) in collectingHTMLParseErrors() local
59 return collectingHTMLParseErrorsImpl(instrumentingAgents); in collectingHTMLParseErrors()
66 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in preprocessEventListener() local
67 return preprocessEventListenerImpl(instrumentingAgents, frame, source, url, functionName); in preprocessEventListener()
74 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in preprocess() local
75 return preprocessImpl(instrumentingAgents, frame, sourceCode); in preprocess()
DWorkerDebuggerAgent.cpp81 …kerDebuggerAgent> WorkerDebuggerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
83 …return adoptPtr(new WorkerDebuggerAgent(instrumentingAgents, inspectorState, scriptDebugServer, in… in create()
86 WorkerDebuggerAgent::WorkerDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorComposi… in WorkerDebuggerAgent() argument
87 : InspectorDebuggerAgent(instrumentingAgents, inspectorState, injectedScriptManager) in WorkerDebuggerAgent()
DPageDebuggerAgent.cpp47 PassOwnPtr<PageDebuggerAgent> PageDebuggerAgent::create(InstrumentingAgents* instrumentingAgents, I… in create() argument
49 …return adoptPtr(new PageDebuggerAgent(instrumentingAgents, inspectorState, pageScriptDebugServer, … in create()
52 PageDebuggerAgent::PageDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeSt… in PageDebuggerAgent() argument
53 : InspectorDebuggerAgent(instrumentingAgents, inspectorState, injectedScriptManager) in PageDebuggerAgent()
DWorkerConsoleAgent.cpp37 WorkerConsoleAgent::WorkerConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorTimelineA… in WorkerConsoleAgent() argument
38 : InspectorConsoleAgent(instrumentingAgents, timelineAgent, state, injectedScriptManager) in WorkerConsoleAgent()
DWorkerConsoleAgent.h42 …static PassOwnPtr<WorkerConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorTi… in create() argument
44 …return adoptPtr(new WorkerConsoleAgent(instrumentingAgents, timelineAgent, state, injectedScriptMa… in create()
DInspectorMemoryAgent.cpp50 InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents, InspectorCompo… in InspectorMemoryAgent() argument
51 : InspectorBaseAgent<InspectorMemoryAgent>("Memory", instrumentingAgents, state) in InspectorMemoryAgent()
DInspectorMemoryAgent.h47 …static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents, Inspector… in create() argument
49 return adoptPtr(new InspectorMemoryAgent(instrumentingAgents, state)); in create()
DPageConsoleAgent.h44 …static PassOwnPtr<PageConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorComp… in create() argument
46 …return adoptPtr(new PageConsoleAgent(instrumentingAgents, state, injectedScriptManager, domAgent, … in create()
DInspectorWorkerAgent.cpp108 …ctorWorkerAgent> InspectorWorkerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
110 return adoptPtr(new InspectorWorkerAgent(instrumentingAgents, inspectorState)); in create()
113 InspectorWorkerAgent::InspectorWorkerAgent(InstrumentingAgents* instrumentingAgents, InspectorCompo… in InspectorWorkerAgent() argument
114 : InspectorBaseAgent<InspectorWorkerAgent>("Worker", instrumentingAgents, inspectorState) in InspectorWorkerAgent()
DWorkerRuntimeAgent.h43 …static PassOwnPtr<WorkerRuntimeAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCo… in create() argument
45 …return adoptPtr(new WorkerRuntimeAgent(instrumentingAgents, state, injectedScriptManager, scriptDe… in create()
DWorkerRuntimeAgent.cpp45 WorkerRuntimeAgent::WorkerRuntimeAgent(InstrumentingAgents* instrumentingAgents, InspectorComposite… in WorkerRuntimeAgent() argument
46 : InspectorRuntimeAgent(instrumentingAgents, state, injectedScriptManager, scriptDebugServer) in WorkerRuntimeAgent()
DPageConsoleAgent.cpp42 PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeStat… in PageConsoleAgent() argument
43 : InspectorConsoleAgent(instrumentingAgents, timelineAgent, state, injectedScriptManager) in PageConsoleAgent()
DInspectorBaseAgent.cpp39 …spectorBaseAgentInterface(const String& name, InstrumentingAgents* instrumentingAgents, InspectorC… in InspectorBaseAgentInterface() argument
40 : m_instrumentingAgents(instrumentingAgents) in InspectorBaseAgentInterface()
DInspectorBaseAgent.h92 …InspectorBaseAgent(const String& name, InstrumentingAgents* instrumentingAgents, InspectorComposit… in InspectorBaseAgent() argument
93 : InspectorBaseAgentInterface(name, instrumentingAgents, inspectorState) in InspectorBaseAgent()
DPageRuntimeAgent.h47 …static PassOwnPtr<PageRuntimeAgent> create(InstrumentingAgents* instrumentingAgents, InspectorComp… in create() argument
49 …return adoptPtr(new PageRuntimeAgent(instrumentingAgents, state, injectedScriptManager, scriptDebu… in create()
DInspectorIndexedDBAgent.h47 …static PassOwnPtr<InspectorIndexedDBAgent> create(InstrumentingAgents* instrumentingAgents, Inspec… in create() argument
49 …return adoptPtr(new InspectorIndexedDBAgent(instrumentingAgents, state, injectedScriptManager, pag… in create()
DInspectorInputAgent.h48 …static PassOwnPtr<InspectorInputAgent> create(InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
50 return adoptPtr(new InspectorInputAgent(instrumentingAgents, inspectorState, page, client)); in create()
DInspectorDatabaseAgent.h51 …static PassOwnPtr<InspectorDatabaseAgent> create(InstrumentingAgents* instrumentingAgents, Inspect… in create() argument
53 return adoptPtr(new InspectorDatabaseAgent(instrumentingAgents, state)); in create()
DInspectorProfilerAgent.cpp84 …ProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
86 …return adoptPtr(new InspectorProfilerAgent(instrumentingAgents, inspectorState, injectedScriptMana… in create()
89 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorC… in InspectorProfilerAgent() argument
90 : InspectorBaseAgent<InspectorProfilerAgent>("Profiler", instrumentingAgents, inspectorState) in InspectorProfilerAgent()
DInspectorAgent.h54 …InjectedScriptManager* injectedScriptManager, InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
56 … return adoptPtr(new InspectorAgent(page, injectedScriptManager, instrumentingAgents, state)); in create()
DInjectedScriptHost.h61 void init(InstrumentingAgents* instrumentingAgents, ScriptDebugServer* scriptDebugServer) in init() argument
63 m_instrumentingAgents = instrumentingAgents; in init()
DInspectorApplicationCacheAgent.h46 …OwnPtr<InspectorApplicationCacheAgent> create(InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
48 return adoptPtr(new InspectorApplicationCacheAgent(instrumentingAgents, state, pageAgent)); in create()
DInspectorDOMStorageAgent.h51 …static PassOwnPtr<InspectorDOMStorageAgent> create(InstrumentingAgents* instrumentingAgents, Inspe… in create() argument
53 return adoptPtr(new InspectorDOMStorageAgent(instrumentingAgents, pageAgent, state)); in create()
DInspectorHeapProfilerAgent.cpp60 …ilerAgent> InspectorHeapProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorC… in create() argument
62 …return adoptPtr(new InspectorHeapProfilerAgent(instrumentingAgents, inspectorState, injectedScript… in create()
65 InspectorHeapProfilerAgent::InspectorHeapProfilerAgent(InstrumentingAgents* instrumentingAgents, In… in InspectorHeapProfilerAgent() argument
66 …: InspectorBaseAgent<InspectorHeapProfilerAgent>("HeapProfiler", instrumentingAgents, inspectorSta… in InspectorHeapProfilerAgent()

123