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

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.h35 class ShortcutsBackend : public RefcountedBrowserContextKeyedService, class in inherits:RefcountedBrowserContextKeyedService,content::NotificationObserver
44 ShortcutsBackend(Profile* profile, bool suppress_db);
59 // Asynchronously initializes the ShortcutsBackend, it is safe to call
80 friend class base::RefCountedThreadSafe<ShortcutsBackend>;
94 virtual ~ShortcutsBackend();
151 DISALLOW_COPY_AND_ASSIGN(ShortcutsBackend);
H A Dshortcuts_backend.cc74 // ShortcutsBackend -----------------------------------------------------------
76 ShortcutsBackend::ShortcutsBackend(Profile* profile, bool suppress_db) function in class:ShortcutsBackend
96 bool ShortcutsBackend::Init() {
107 base::Bind(&ShortcutsBackend::InitInternal, this));
110 bool ShortcutsBackend::DeleteShortcutsWithURL(const GURL& shortcut_url) {
114 void ShortcutsBackend::AddObserver(ShortcutsBackendObserver* obs) {
118 void ShortcutsBackend::RemoveObserver(ShortcutsBackendObserver* obs) {
122 void ShortcutsBackend::AddOrUpdateShortcut(const base::string16& text,
141 ShortcutsBackend
[all...]

Completed in 60 milliseconds