Home
last modified time | relevance | path

Searched refs:instrumentingAgentsFor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.h107 InstrumentingAgents* instrumentingAgentsFor(Page*);
108 InstrumentingAgents* instrumentingAgentsFor(LocalFrame*);
109 InstrumentingAgents* instrumentingAgentsFor(EventTarget*);
110 InstrumentingAgents* instrumentingAgentsFor(ExecutionContext*);
111 InstrumentingAgents* instrumentingAgentsFor(Document&);
112 InstrumentingAgents* instrumentingAgentsFor(Document*);
113 InstrumentingAgents* instrumentingAgentsFor(RenderObject*);
114 InstrumentingAgents* instrumentingAgentsFor(Node*);
115 InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*);
144 inline InstrumentingAgents* instrumentingAgentsFor(ExecutionContext* context) in instrumentingAgentsFor() function
[all …]
DInspectorInstrumentation.cpp151 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in appendAsyncCallStack()
160 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in canvasAgentEnabled()
166 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in consoleAgentEnabled()
173 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in timelineAgentEnabled()
205 InstrumentingAgents* instrumentingAgentsFor(Page* page) in instrumentingAgentsFor() function
212 InstrumentingAgents* instrumentingAgentsFor(EventTarget* eventTarget) in instrumentingAgentsFor() function
216 return instrumentingAgentsFor(eventTarget->executionContext()); in instrumentingAgentsFor()
219 InstrumentingAgents* instrumentingAgentsFor(RenderObject* renderer) in instrumentingAgentsFor() function
221 return instrumentingAgentsFor(renderer->frame()); in instrumentingAgentsFor()
224 InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope* workerGlobalScope) in instrumentingAgentsFor() function
DInspectorInstrumentationCustomInl.h51 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in isDebuggerPaused()
59 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(page)) in collectingHTMLParseErrors()
67 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in preprocessEventListener()
75 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in preprocess()