HomeSort by relevance Sort by last modified time
    Searched refs:DeleteAllShortcuts (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.h 129 bool DeleteAllShortcuts();
shortcuts_backend.cc 187 DeleteAllShortcuts();
312 bool ShortcutsBackend::DeleteAllShortcuts() {
323 &history::ShortcutsDatabase::DeleteAllShortcuts),
  /external/chromium_org/chrome/browser/history/
shortcuts_database.h 107 bool DeleteAllShortcuts();
shortcuts_database_unittest.cc 213 TEST_F(ShortcutsDatabaseTest, DeleteAllShortcuts) {
218 EXPECT_TRUE(db_->DeleteAllShortcuts());
shortcuts_database.cc 179 bool ShortcutsDatabase::DeleteAllShortcuts() {
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 142 web_app::DeleteAllShortcuts(profile_, extension);
  /external/chromium_org/chrome/browser/web_applications/
web_app.h 172 void DeleteAllShortcuts(Profile* profile, const extensions::Extension* app);
239 // platform specific implementation of the DeleteAllShortcuts function, and
web_app.cc 386 void DeleteAllShortcuts(Profile* profile, const extensions::Extension* app) {

Completed in 214 milliseconds