Searched refs:instrumentingAgentsFor (Results 1 – 3 of 3) sorted by relevance
107 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 …]
151 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() function212 InstrumentingAgents* instrumentingAgentsFor(EventTarget* eventTarget) in instrumentingAgentsFor() function216 return instrumentingAgentsFor(eventTarget->executionContext()); in instrumentingAgentsFor()219 InstrumentingAgents* instrumentingAgentsFor(RenderObject* renderer) in instrumentingAgentsFor() function221 return instrumentingAgentsFor(renderer->frame()); in instrumentingAgentsFor()224 InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope* workerGlobalScope) in instrumentingAgentsFor() function
51 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()