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

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 107 bool ShortcutsBackend::DeleteShortcutsWithURL(const GURL& shortcut_url) {
108 return initialized() && DeleteShortcutsWithURL(shortcut_url, true);
178 DeleteShortcutsWithURL(content::Details<extensions::UnloadedExtensionInfo>(
286 bool ShortcutsBackend::DeleteShortcutsWithURL(const GURL& url,
308 &history::ShortcutsDatabase::DeleteShortcutsWithURL),
shortcuts_backend_unittest.cc 55 bool DeleteShortcutsWithURL(const GURL& url);
162 bool ShortcutsBackendTest::DeleteShortcutsWithURL(const GURL& url) {
163 return backend_->DeleteShortcutsWithURL(url);
302 EXPECT_TRUE(DeleteShortcutsWithURL(shortcut1.match_core.destination_url));
  /external/chromium_org/chrome/browser/history/
shortcuts_database.cc 174 bool ShortcutsDatabase::DeleteShortcutsWithURL(

Completed in 991 milliseconds