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 192 DeleteAllShortcuts();
317 bool ShortcutsBackend::DeleteAllShortcuts() {
328 &history::ShortcutsDatabase::DeleteAllShortcuts),
  /external/chromium_org/chrome/browser/history/
shortcuts_database.h 107 bool DeleteAllShortcuts();
shortcuts_database_unittest.cc 212 TEST_F(ShortcutsDatabaseTest, DeleteAllShortcuts) {
217 EXPECT_TRUE(db_->DeleteAllShortcuts());
shortcuts_database.cc 179 bool ShortcutsDatabase::DeleteAllShortcuts() {
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 143 web_app::DeleteAllShortcuts(profile_, extension);
  /external/chromium_org/chrome/browser/web_applications/
web_app.h 187 void DeleteAllShortcuts(Profile* profile, const extensions::Extension* app);
241 // platform specific implementation of the DeleteAllShortcuts function, and
web_app.cc 370 void DeleteAllShortcuts(Profile* profile, const extensions::Extension* app) {

Completed in 2155 milliseconds