Searched refs:shortcut_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.h69 bool DeleteShortcutsWithURL(const GURL& shortcut_url);
H A Dshortcuts_backend.cc110 bool ShortcutsBackend::DeleteShortcutsWithURL(const GURL& shortcut_url) { argument
111 return initialized() && DeleteShortcutsWithURL(shortcut_url, true);

Completed in 442 milliseconds