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

  /external/chromium_org/chrome/browser/history/
shortcuts_database.cc 112 bool ShortcutsDatabase::DeleteShortcutsWithUrl(
shortcuts_backend.cc 180 bool ShortcutsBackend::DeleteShortcutsWithUrl(const GURL& shortcut_url) {
181 return initialized() && DeleteShortcutsWithUrl(shortcut_url, true);
228 DeleteShortcutsWithUrl(content::Details<extensions::UnloadedExtensionInfo>(
323 bool ShortcutsBackend::DeleteShortcutsWithUrl(const GURL& url,
345 base::IgnoreResult(&ShortcutsDatabase::DeleteShortcutsWithUrl),

Completed in 126 milliseconds