Home | History | Annotate | Download | only in inspector

Lines Matching defs:instrumentingAgents

63 class InstrumentingAgents;
74 InspectorInstrumentationCookie(InstrumentingAgents*, int);
79 InstrumentingAgents* instrumentingAgents() const { return m_instrumentingAgents.get(); }
84 RefPtr<InstrumentingAgents> m_instrumentingAgents;
102 void registerInstrumentingAgents(InstrumentingAgents*);
103 void unregisterInstrumentingAgents(InstrumentingAgents*);
108 InstrumentingAgents* instrumentingAgentsFor(Page*);
109 InstrumentingAgents* instrumentingAgentsFor(LocalFrame*);
110 InstrumentingAgents* instrumentingAgentsFor(EventTarget*);
111 InstrumentingAgents* instrumentingAgentsFor(ExecutionContext*);
112 InstrumentingAgents* instrumentingAgentsFor(Document&);
113 InstrumentingAgents* instrumentingAgentsFor(Document*);
114 InstrumentingAgents* instrumentingAgentsFor(RenderObject*);
115 InstrumentingAgents* instrumentingAgentsFor(Node*);
116 InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*);
119 InstrumentingAgents* instrumentingAgentsForNonDocumentContext(ExecutionContext*);
145 inline InstrumentingAgents* instrumentingAgentsFor(ExecutionContext* context)
152 inline InstrumentingAgents* instrumentingAgentsFor(LocalFrame* frame)
157 inline InstrumentingAgents* instrumentingAgentsFor(Document& document)
165 inline InstrumentingAgents* instrumentingAgentsFor(Document* document)
170 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleSheet* styleSheet)
175 inline InstrumentingAgents* instrumentingAgentsFor(Node* node)
180 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleDeclaration* declaration)
187 InstrumentingAgents* instrumentationForPage(Page*);
189 InstrumentingAgents* instrumentationForWorkerGlobalScope(WorkerGlobalScope*);