Searched refs:DeleteAllShortcuts (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.h129 bool DeleteAllShortcuts();
H A Dshortcuts_backend.cc192 DeleteAllShortcuts();
317 bool ShortcutsBackend::DeleteAllShortcuts() { function in class:ShortcutsBackend
328 &history::ShortcutsDatabase::DeleteAllShortcuts),
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.h107 bool DeleteAllShortcuts();
H A Dshortcuts_database_unittest.cc212 TEST_F(ShortcutsDatabaseTest, DeleteAllShortcuts) {
217 EXPECT_TRUE(db_->DeleteAllShortcuts());
H A Dshortcuts_database.cc179 bool ShortcutsDatabase::DeleteAllShortcuts() { function in class:history::ShortcutsDatabase
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc143 web_app::DeleteAllShortcuts(profile_, extension);
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.h187 void DeleteAllShortcuts(Profile* profile, const extensions::Extension* app);
241 // platform specific implementation of the DeleteAllShortcuts function, and
H A Dweb_app.cc370 void DeleteAllShortcuts(Profile* profile, const extensions::Extension* app) { function in namespace:web_app

Completed in 113 milliseconds