Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.cpp54 static HashSet<InstrumentingAgents*>* instrumentingAgentsSet = 0; variable
118 if (!instrumentingAgentsSet) in willDestroyResourceImpl()
120 HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end(); in willDestroyResourceImpl()
121 …for (HashSet<InstrumentingAgents*>::iterator it = instrumentingAgentsSet->begin(); it != end; ++it… in willDestroyResourceImpl()
179 if (!instrumentingAgentsSet) in registerInstrumentingAgents()
180 instrumentingAgentsSet = new HashSet<InstrumentingAgents*>(); in registerInstrumentingAgents()
181 instrumentingAgentsSet->add(instrumentingAgents); in registerInstrumentingAgents()
186 if (!instrumentingAgentsSet) in unregisterInstrumentingAgents()
188 instrumentingAgentsSet->remove(instrumentingAgents); in unregisterInstrumentingAgents()
189 if (instrumentingAgentsSet->isEmpty()) { in unregisterInstrumentingAgents()
[all …]