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

/external/chromium_org/chrome/browser/history/
H A Dshortcuts_backend.cc257 temp_guid_map_.reset(new GuidMap);
260 (*temp_guid_map_)[it->first] = temp_shortcuts_map_->insert(
268 temp_guid_map_->swap(guid_map_);
271 temp_guid_map_.reset(NULL);
H A Dshortcuts_backend.h177 // The |temp_shortcuts_map_| and |temp_guid_map_| used for temporary storage
181 scoped_ptr<GuidMap> temp_guid_map_; member in class:history::ShortcutsBackend

Completed in 54 milliseconds