Searched defs:Shortcut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dshortcuts_backend.cc69 // ShortcutsBackend::Shortcut::MatchCore --------------------------------------
71 ShortcutsBackend::Shortcut::MatchCore::MatchCore(
84 ShortcutsBackend::Shortcut::MatchCore::MatchCore(
105 ShortcutsBackend::Shortcut::MatchCore::~MatchCore() {
108 AutocompleteMatch ShortcutsBackend::Shortcut::MatchCore::ToMatch() const {
123 // ShortcutsBackend::Shortcut -------------------------------------------------
125 ShortcutsBackend::Shortcut::Shortcut( function in class:history::ShortcutsBackend::Shortcut
138 ShortcutsBackend::Shortcut::Shortcut() function in class:history::ShortcutsBackend::Shortcut
[all...]
H A Dshortcuts_backend.h38 struct Shortcut { struct in class:history::ShortcutsBackend
69 Shortcut(const std::string& id,
75 Shortcut();
76 ~Shortcut();
85 typedef std::multimap<base::string16, const Shortcut> ShortcutMap;
157 // Adds the Shortcut to the database.
158 bool AddShortcut(const Shortcut& shortcut);
160 // Updates timing and selection count for the Shortcut.
161 bool UpdateShortcut(const Shortcut& shortcut);

Completed in 566 milliseconds