Searched refs:native_groups_ (Results 1 – 2 of 2) sorted by relevance
2251 native_groups_(StringsMatch), in NativeObjectsExplorer()2270 for (base::HashMap::Entry* p = native_groups_.Start(); p != NULL; in ~NativeObjectsExplorer()2271 p = native_groups_.Next(p)) { in ~NativeObjectsExplorer()2412 native_groups_.LookupOrInsert(const_cast<char*>(label_copy), hash); in FindOrAddGroupInfo()2457 for (base::HashMap::Entry* entry = native_groups_.Start(); entry; in SetRootNativeRootsReference()2458 entry = native_groups_.Next(entry)) { in SetRootNativeRootsReference()
529 base::CustomMatcherHashMap native_groups_; variable