HomeSort by relevance Sort by last modified time
    Searched refs:temp_shortcuts_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.h 136 // The |temp_shortcuts_map_| and |temp_guid_map_| used for temporary storage
139 scoped_ptr<ShortcutMap> temp_shortcuts_map_; member in class:ShortcutsBackend
shortcuts_backend.cc 208 temp_shortcuts_map_.reset(new ShortcutMap);
212 (*temp_guid_map_)[it->first] = temp_shortcuts_map_->insert(
221 temp_shortcuts_map_->swap(shortcuts_map_);
222 temp_shortcuts_map_.reset(NULL);

Completed in 1150 milliseconds