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

  /external/chromium_org/chrome/browser/history/
shortcuts_database.cc 31 const history::ShortcutsDatabase::Shortcut& shortcut,
33 DCHECK(base::IsValidGUID(shortcut.id));
34 s->BindString(0, shortcut.id);
35 s->BindString16(1, shortcut.text);
36 s->BindString16(2, shortcut.match_core.fill_into_edit);
37 s->BindString(3, shortcut.match_core.destination_url.spec());
38 s->BindString16(4, shortcut.match_core.contents);
39 s->BindString(5, shortcut.match_core.contents_class);
40 s->BindString16(6, shortcut.match_core.description)
    [all...]
shortcuts_database.h 22 // This class manages the shortcut provider table within the SQLite database
30 // url The url of the shortcut.
42 // The following struct encapsulates one previously selected omnibox shortcut.
43 struct Shortcut {
44 // The fields of an AutocompleteMatch that we preserve in a shortcut.
71 Shortcut(const std::string& id,
77 Shortcut();
78 ~Shortcut();
80 std::string id; // Unique guid for the shortcut.
83 base::Time last_access_time; // Last time shortcut was selected
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 136 milliseconds