Searched defs:matched_urls (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider_unittest.cc118 explicit SetShouldContain(const ACMatches& matched_urls);
256 const ACMatches& matched_urls) {
257 for (ACMatches::const_iterator iter = matched_urls.begin();
258 iter != matched_urls.end(); ++iter)
255 SetShouldContain( const ACMatches& matched_urls) argument
H A Dshortcuts_provider_unittest.cc253 explicit SetShouldContain(const ACMatches& matched_urls);
341 const ACMatches& matched_urls) {
342 for (ACMatches::const_iterator iter = matched_urls.begin();
343 iter != matched_urls.end(); ++iter)
340 SetShouldContain( const ACMatches& matched_urls) argument

Completed in 114 milliseconds