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 124 shortcuts_map_.lower_bound(text_lowercase));
125 it != shortcuts_map_.end() &&
221 temp_shortcuts_map_->swap(shortcuts_map_);
234 guid_map_[shortcut.id] = shortcuts_map_.insert(
252 shortcuts_map_.erase(it->second);
253 guid_map_[shortcut.id] = shortcuts_map_.insert(
272 shortcuts_map_.erase(it->second);
296 shortcuts_map_.erase(it->second);
315 shortcuts_map_.clear();
shortcuts_provider.h 95 // Returns iterator to first item in |shortcuts_map_| matching |keyword|.
96 // 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 45 milliseconds