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

  /external/chromium_org/chrome/browser/history/
shortcuts_backend.cc 49 // ShortcutsBackend::Shortcut -------------------------------------------------
51 ShortcutsBackend::Shortcut::Shortcut(
74 ShortcutsBackend::Shortcut::Shortcut()
79 ShortcutsBackend::Shortcut::~Shortcut() {
83 // ShortcutsBackend -----------------------------------------------------------
85 ShortcutsBackend::ShortcutsBackend(Profile* profile, bool suppress_db)
99 bool ShortcutsBackend::Init() {
110 base::Bind(&ShortcutsBackend::InitInternal, this));
113 bool ShortcutsBackend::AddShortcut(const Shortcut& shortcut)
    [all...]
shortcuts_backend.h 34 class ShortcutsBackend : public RefcountedBrowserContextKeyedService,
70 typedef std::multimap<string16, ShortcutsBackend::Shortcut> ShortcutMap;
75 ShortcutsBackend(Profile* profile, bool suppress_db);
90 // Asynchronously initializes the ShortcutsBackend, it is safe to call
99 bool AddShortcut(const ShortcutsBackend::Shortcut& shortcut);
102 bool UpdateShortcut(const ShortcutsBackend::Shortcut& shortcut);
126 friend class base::RefCountedThreadSafe<ShortcutsBackend>;
131 virtual ~ShortcutsBackend();
174 DISALLOW_COPY_AND_ASSIGN(ShortcutsBackend);

Completed in 72 milliseconds