Searched refs:native_groups_ (Results 1 – 2 of 2) sorted by relevance
2239 native_groups_(StringsMatch), in NativeObjectsExplorer()2258 for (base::HashMap::Entry* p = native_groups_.Start(); p != NULL; in ~NativeObjectsExplorer()2259 p = native_groups_.Next(p)) { in ~NativeObjectsExplorer()2400 native_groups_.LookupOrInsert(const_cast<char*>(label_copy), hash); in FindOrAddGroupInfo()2445 for (base::HashMap::Entry* entry = native_groups_.Start(); entry; in SetRootNativeRootsReference()2446 entry = native_groups_.Next(entry)) { in SetRootNativeRootsReference()
525 base::HashMap native_groups_; variable