Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:shortcut

51 // created from, but for certain match types, we should modify the shortcut's
52 // type slightly to reflect that the origin of the shortcut is historical.
128 UpdateShortcut(history::ShortcutsDatabase::Shortcut(
134 AddShortcut(history::ShortcutsDatabase::Shortcut(
142 history::ShortcutsDatabase::Shortcut::MatchCore
154 return history::ShortcutsDatabase::Shortcut::MatchCore(
230 const history::ShortcutsDatabase::Shortcut& shortcut) {
233 DCHECK(guid_map_.find(shortcut.id) == guid_map_.end());
234 guid_map_[shortcut.id] = shortcuts_map_.insert(
235 std::make_pair(base::i18n::ToLower(shortcut.text), shortcut));
243 db_.get(), shortcut));
247 const history::ShortcutsDatabase::Shortcut& shortcut) {
250 GuidMap::iterator it(guid_map_.find(shortcut.id));
253 guid_map_[shortcut.id] = shortcuts_map_.insert(
254 std::make_pair(base::i18n::ToLower(shortcut.text), shortcut));
262 db_.get(), shortcut));