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

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.h 69 bool DeleteShortcutsWithURL(const GURL& shortcut_url);
126 bool DeleteShortcutsWithURL(const GURL& url, bool exact_match);
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));
shortcuts_provider.cc 107 backend->DeleteShortcutsWithURL(url);
115 // second call to DeleteShortcutsWithURL(), which is harmless.
  /external/chromium_org/chrome/browser/history/
shortcuts_database.h 104 bool DeleteShortcutsWithURL(const std::string& shortcut_url_spec);
118 FRIEND_TEST_ALL_PREFIXES(ShortcutsDatabaseTest, DeleteShortcutsWithURL);
shortcuts_database_unittest.cc 192 TEST_F(ShortcutsDatabaseTest, DeleteShortcutsWithURL) {
195 EXPECT_TRUE(db_->DeleteShortcutsWithURL("http://slashdot.org/"));
shortcuts_database.cc 174 bool ShortcutsDatabase::DeleteShortcutsWithURL(
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 73 shortcuts_backend->DeleteShortcutsWithURL(search_url_);

Completed in 81 milliseconds