Searched refs:potential_parent (Results 1 – 2 of 2) sorted by relevance
338 std::map<base::FilePath, std::string>::reverse_iterator potential_parent( in ValidateNewMountPoint() local340 if (potential_parent != path_to_name_map_.rend()) { in ValidateNewMountPoint()341 if (potential_parent->first == path || in ValidateNewMountPoint()342 potential_parent->first.IsParent(path)) { in ValidateNewMountPoint()
2617 Object* potential_parent = map->GetBackPointer(); in ClearNonLiveMapTransitions() local2618 if (!potential_parent->IsMap()) return; in ClearNonLiveMapTransitions()2619 Map* parent = Map::cast(potential_parent); in ClearNonLiveMapTransitions()