HomeSort by relevance Sort by last modified time
    Searched full:instrumentingagentsset (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.cpp 50 static HashSet<InstrumentingAgents*>* instrumentingAgentsSet = 0;
125 if (!instrumentingAgentsSet)
127 HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end();
128 for (HashSet<InstrumentingAgents*>::iterator it = instrumentingAgentsSet->begin(); it != end; ++it) {
170 if (!instrumentingAgentsSet)
171 instrumentingAgentsSet = new HashSet<InstrumentingAgents*>();
172 instrumentingAgentsSet->add(instrumentingAgents);
177 if (!instrumentingAgentsSet)
179 instrumentingAgentsSet->remove(instrumentingAgents);
180 if (instrumentingAgentsSet->isEmpty())
    [all...]

Completed in 438 milliseconds