HomeSort by relevance Sort by last modified time
    Searched full:shortcuts_map_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 127 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();
shortcuts_provider.h 94 // Returns iterator to first item in |shortcuts_map_| matching |keyword|.
95 // Returns shortcuts_map_.end() if there are no matches.
shortcuts_backend.h 66 const ShortcutMap& shortcuts_map() const { return shortcuts_map_; }
142 ShortcutMap shortcuts_map_; member in class:ShortcutsBackend

Completed in 149 milliseconds