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

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.h136 // The |temp_shortcuts_map_| and |temp_guid_map_| used for temporary storage
139 scoped_ptr<ShortcutMap> temp_shortcuts_map_; member in class:ShortcutsBackend
H A Dshortcuts_backend.cc213 temp_shortcuts_map_.reset(new ShortcutMap);
217 (*temp_guid_map_)[it->first] = temp_shortcuts_map_->insert(
226 temp_shortcuts_map_->swap(shortcuts_map_);
227 temp_shortcuts_map_.reset(NULL);

Completed in 90 milliseconds