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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 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*)
    [all...]
InspectorInstrumentation.cpp 44 #include "core/inspector/InstrumentingAgents.h"
51 static HashSet<InstrumentingAgents*>* instrumentingAgentsSet = 0;
64 InspectorInstrumentationCookie::InspectorInstrumentationCookie(InstrumentingAgents* agents, int timelineAgentId)
91 bool isDebuggerPausedImpl(InstrumentingAgents* instrumentingAgents)
93 if (InspectorDebuggerAgent* debuggerAgent = instrumentingAgents->inspectorDebuggerAgent())
122 HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end();
123 for (HashSet<InstrumentingAgents*>::iterator it = instrumentingAgentsSet->begin(); it != end; ++it) {
124 InstrumentingAgents* instrumentingAgents = *it
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 92 #include "core/inspector/InstrumentingAgents.h"
    [all...]

Completed in 75 milliseconds