Searched refs:UpdateMap (Results 1 – 6 of 6) sorted by relevance
93 typedef std::map<std::string, UpdateResponseData*> UpdateMap; typedef139 UpdateMap pending_updates_map_;140 STLValueDeleter<UpdateMap> pending_updates_map_deleter_;
207 UpdateMap::iterator old_it = pending_updates_map_.find(client_tag_hash); in OnUpdateReceived()259 UpdateMap::iterator lookup_it = pending_updates_map_.find(client_tag_hash); in OnUpdateReceived()290 for (UpdateMap::const_iterator it = pending_updates_map_.begin(); in GetPendingUpdates()
97 typedef std::map<std::string, UpdateResponseData*> UpdateMap; typedef
874 typedef std::map<const content::WebContents*, int> UpdateMap; typedef880 UpdateMap scheduled_updates_;
2109 for (UpdateMap::const_iterator i = scheduled_updates_.begin(); in ProcessPendingUIUpdates()2124 for (UpdateMap::const_iterator i = scheduled_updates_.begin(); in ProcessPendingUIUpdates()2168 UpdateMap::iterator i = scheduled_updates_.find(contents); in RemoveScheduledUpdatesFor()
232 typedef std::map<std::string, Update> UpdateMap; typedef in policy::__anon81c3e78d0111::TestingUpdateManifestProvider233 UpdateMap updates_;303 UpdateMap::const_iterator entry = updates_.find(id); in HandleRequest()