HomeSort by relevance Sort by last modified time
    Searched defs:instrumentingAgentsFor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 110 InstrumentingAgents* instrumentingAgentsFor(Page*);
111 InstrumentingAgents* instrumentingAgentsFor(Frame*);
112 InstrumentingAgents* instrumentingAgentsFor(ExecutionContext*);
113 InstrumentingAgents* instrumentingAgentsFor(Document&);
114 InstrumentingAgents* instrumentingAgentsFor(Document*);
115 InstrumentingAgents* instrumentingAgentsFor(RenderObject*);
116 InstrumentingAgents* instrumentingAgentsFor(Node*);
117 InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope*);
142 inline InstrumentingAgents* instrumentingAgentsFor(ExecutionContext* context)
146 return context->isDocument() ? instrumentingAgentsFor(*toDocument(context)) : instrumentingAgentsForNonDocumentContext(context)
    [all...]
InspectorInstrumentation.cpp 157 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext);
163 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext);
170 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext);
202 InstrumentingAgents* instrumentingAgentsFor(Page* page)
209 InstrumentingAgents* instrumentingAgentsFor(RenderObject* renderer)
211 return instrumentingAgentsFor(renderer->frame());
214 InstrumentingAgents* instrumentingAgentsFor(WorkerGlobalScope* workerGlobalScope)

Completed in 585 milliseconds