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

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.h66 const ShortcutMap& shortcuts_map() const { return shortcuts_map_; }
142 ShortcutMap shortcuts_map_; member in class:ShortcutsBackend
H A Dshortcuts_backend.cc127 shortcuts_map_.lower_bound(text_lowercase));
128 it != shortcuts_map_.end() &&
226 temp_shortcuts_map_->swap(shortcuts_map_);
239 guid_map_[shortcut.id] = shortcuts_map_.insert(
257 shortcuts_map_.erase(it->second);
258 guid_map_[shortcut.id] = shortcuts_map_.insert(
277 shortcuts_map_.erase(it->second);
301 shortcuts_map_.erase(it->second);
320 shortcuts_map_.clear();

Completed in 99 milliseconds