Searched defs:found_url (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dsearch_host_to_urls_map_unittest.cc64 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_); local
65 ASSERT_TRUE(found_url == &t_urls_[1]);
111 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_); local
112 ASSERT_TRUE(found_url == &t_urls_[0] || found_url == &t_urls_[1]);
116 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost( local
118 ASSERT_TRUE(found_url == NULL);
/external/chromium/chrome/browser/
H A Dcustom_home_pages_table_model.cc173 bool found_url,
184 if (found_url && !row->title().empty()) {
172 OnGotTitle(HistoryService::Handle handle, bool found_url, const history::URLRow* row, history::VisitVector* visits) argument
/external/chromium/chrome/browser/history/
H A Dtext_database.cc338 URLSet::const_iterator found_url = found_urls->find(url); local
339 if (found_url != found_urls->end())

Completed in 209 milliseconds