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()2409 native_groups_.LookupOrInsert(const_cast<char*>(label_copy), hash); in FindOrAddGroupInfo()2454 for (base::HashMap::Entry* entry = native_groups_.Start(); entry; in SetRootNativeRootsReference()2455 entry = native_groups_.Next(entry)) { in SetRootNativeRootsReference()
528 base::CustomMatcherHashMap native_groups_; variable