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

/external/chromium_org/components/search_engines/
H A Dsearch_host_to_urls_map_unittest.cc58 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_); local
59 ASSERT_EQ(t_urls_[1].get(), found_url);
73 const TemplateURL* found_url = provider_map_->GetTemplateURLForHost(host_); local
74 ASSERT_TRUE(found_url == t_urls_[0].get() || found_url == t_urls_[1].get());
78 const TemplateURL* found_url = local
80 ASSERT_TRUE(found_url == NULL);
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.h74 bool found_url,
H A Dcustom_home_pages_table_model.cc237 bool found_url,
254 if (found_url && !row.title().empty()) {
236 OnGotTitle(const GURL& entry_url, bool found_url, const history::URLRow& row, const history::VisitVector& visits) argument

Completed in 289 milliseconds