OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteMatchesWithURLs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.h
48
void
DeleteMatchesWithURLs
(const std::set<GURL>& urls);
shortcuts_provider.cc
99
// Copy the URL since
DeleteMatchesWithURLs
() will invalidate |match|.
109
DeleteMatchesWithURLs
(urls); // NOTE: |match| is now dead!
131
void ShortcutsProvider::
DeleteMatchesWithURLs
(const std::set<GURL>& urls) {
Completed in 604 milliseconds