Searched refs:GuidMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dshortcuts_backend.h138 typedef std::map<std::string, ShortcutMap::iterator> GuidMap; typedef in class:history::ShortcutsBackend
181 scoped_ptr<GuidMap> temp_guid_map_;
185 GuidMap guid_map_;
H A Dshortcuts_backend.cc241 for (GuidMap::const_iterator it(guid_map_.begin()); it != guid_map_.end();
257 temp_guid_map_.reset(new GuidMap);
293 GuidMap::iterator it(guid_map_.find(shortcut.id));
310 GuidMap::iterator it(guid_map_.find(shortcut_ids[i]));
327 for (GuidMap::iterator it(guid_map_.begin()); it != guid_map_.end(); ) {

Completed in 63 milliseconds