Searched refs:pending_extension_map_ (Results 1 – 2 of 2) sorted by relevance
37 PendingExtensionMap::const_iterator it = pending_extension_map_.find(id); in GetById()38 if (it != pending_extension_map_.end()) { in GetById()47 pending_extension_map_.erase(id); in Remove()51 return ContainsKey(pending_extension_map_, id); in IsIdPending()137 pending_extension_map_[id] = in AddFromExternalFile()158 if (ContainsKey(pending_extension_map_, id)) { in AddExtensionImpl()166 << " old location: " << pending_extension_map_[id].install_source() in AddExtensionImpl()171 install_source, pending_extension_map_[id].install_source()); in AddExtensionImpl()183 pending_extension_map_[id] = PendingExtensionInfo( in AddExtensionImpl()199 pending_extension_map_[id] = pending_extension_info; in AddForTesting()
55 const_iterator begin() const { return pending_extension_map_.begin(); } in begin()56 const_iterator end() const { return pending_extension_map_.end(); } in end()115 PendingExtensionMap pending_extension_map_; variable