HomeSort by relevance Sort by last modified time
    Searched refs:temp_guid_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
140 scoped_ptr<GuidMap> temp_guid_map_; member in class:ShortcutsBackend
shortcuts_backend.cc 214 temp_guid_map_.reset(new GuidMap);
217 (*temp_guid_map_)[it->first] = temp_shortcuts_map_->insert(
225 temp_guid_map_->swap(guid_map_);
228 temp_guid_map_.reset(NULL);

Completed in 120 milliseconds