GetTemplateURLForKeyword  428 chrome/browser/autocomplete/autocomplete_match.cc       template_url_service->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  153 chrome/browser/autocomplete/keyword_provider.cc   const TemplateURL* template_url = model->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  197 chrome/browser/autocomplete/keyword_provider.cc       url_service->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  222 chrome/browser/autocomplete/keyword_provider.cc       GetTemplateURLService()->GetTemplateURLForKeyword(keyword), input,
GetTemplateURLForKeyword  548 chrome/browser/autocomplete/keyword_provider.cc           model->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  568 chrome/browser/autocomplete/keyword_provider.cc           model->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  264 chrome/browser/autocomplete/keyword_provider_unittest.cc   ASSERT_TRUE(template_url == model_->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  269 chrome/browser/autocomplete/keyword_provider_unittest.cc   model_->Remove(model_->GetTemplateURLForKeyword(ASCIIToUTF16("aaaa")));
GetTemplateURLForKeyword  270 chrome/browser/autocomplete/keyword_provider_unittest.cc   ASSERT_TRUE(model_->GetTemplateURLForKeyword(ASCIIToUTF16("aaaa")) == NULL);
GetTemplateURLForKeyword  103 chrome/browser/autocomplete/search_provider.cc       template_url_service_->GetTemplateURLForKeyword(default_provider_);
GetTemplateURLForKeyword  108 chrome/browser/autocomplete/search_provider.cc       template_url_service_->GetTemplateURLForKeyword(keyword_provider_);
GetTemplateURLForKeyword  300 chrome/browser/importer/profile_writer.cc     if (model->GetTemplateURLForKeyword((*i)->keyword()) != NULL)
GetTemplateURLForKeyword  446 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc         template_url_service->GetTemplateURLForKeyword(
GetTemplateURLForKeyword  257 chrome/browser/search_engines/template_url_fetcher.cc         url_model->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  169 chrome/browser/search_engines/template_url_fetcher_unittest.cc   ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  181 chrome/browser/search_engines/template_url_fetcher_unittest.cc   const TemplateURL* t_url = test_util_.model()->GetTemplateURLForKeyword(
GetTemplateURLForKeyword  193 chrome/browser/search_engines/template_url_fetcher_unittest.cc   ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  237 chrome/browser/search_engines/template_url_fetcher_unittest.cc   ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  259 chrome/browser/search_engines/template_url_fetcher_unittest.cc   ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  270 chrome/browser/search_engines/template_url_fetcher_unittest.cc   ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  299 chrome/browser/search_engines/template_url_fetcher_unittest.cc   ASSERT_TRUE(test_util_.model()->GetTemplateURLForKeyword(keyword));
GetTemplateURLForKeyword  407 chrome/browser/search_engines/template_url_service.cc   TemplateURL* existing_url = GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  872 chrome/browser/search_engines/template_url_service.cc   const TemplateURL* template_url = GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword 1822 chrome/browser/search_engines/template_url_service.cc   TemplateURL* keyword_turl = GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword 2223 chrome/browser/search_engines/template_url_service.cc       GetTemplateURLForKeyword(template_url->keyword());
GetTemplateURLForKeyword 2372 chrome/browser/search_engines/template_url_service.cc     if (!GetTemplateURLForKeyword(turl.keyword()))
GetTemplateURLForKeyword 2381 chrome/browser/search_engines/template_url_service.cc       if (!GetTemplateURLForKeyword(keyword_candidate))
GetTemplateURLForKeyword 2392 chrome/browser/search_engines/template_url_service.cc   } while (GetTemplateURLForKeyword(keyword_candidate));
GetTemplateURLForKeyword 2427 chrome/browser/search_engines/template_url_service.cc   DCHECK(!GetTemplateURLForKeyword(new_keyword));
GetTemplateURLForKeyword  146 chrome/browser/search_engines/template_url_service.h   TemplateURL* GetTemplateURLForKeyword(const base::string16& keyword);
GetTemplateURLForKeyword  442 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(new_keyword));
GetTemplateURLForKeyword  452 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(new_keyword));
GetTemplateURLForKeyword  460 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(new_keyword));
GetTemplateURLForKeyword  468 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(new_keyword));
GetTemplateURLForKeyword  547 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(original_turl_keyword));
GetTemplateURLForKeyword  564 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(original_turl_keyword));
GetTemplateURLForKeyword  581 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_EQ(NULL, model()->GetTemplateURLForKeyword(sync_turl->keyword()));
GetTemplateURLForKeyword  651 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_TRUE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("abc.com")));
GetTemplateURLForKeyword  652 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_TRUE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("def.com")));
GetTemplateURLForKeyword  653 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_TRUE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("xyz.com")));
GetTemplateURLForKeyword  962 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key2")));
GetTemplateURLForKeyword  965 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key2.com")));
GetTemplateURLForKeyword  969 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key3")));
GetTemplateURLForKeyword  972 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key3.com")));
GetTemplateURLForKeyword 1000 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("new.com")));
GetTemplateURLForKeyword 1003 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key2")));
GetTemplateURLForKeyword 1008 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key3.com")));
GetTemplateURLForKeyword 1011 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("key3")));
GetTemplateURLForKeyword 1085 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword1")));
GetTemplateURLForKeyword 1087 chrome/browser/search_engines/template_url_service_sync_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword2"));
GetTemplateURLForKeyword 1093 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword1_")));
GetTemplateURLForKeyword 1095 chrome/browser/search_engines/template_url_service_sync_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword2_")));
GetTemplateURLForKeyword 1215 chrome/browser/search_engines/template_url_service_sync_unittest.cc       model()->GetTemplateURLForKeyword(google_keyword + ASCIIToUTF16("_"));
GetTemplateURLForKeyword 1218 chrome/browser/search_engines/template_url_service_sync_unittest.cc   TemplateURL* keyword2 = model()->GetTemplateURLForKeyword(google_keyword);
GetTemplateURLForKeyword 1264 chrome/browser/search_engines/template_url_service_sync_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword"));
GetTemplateURLForKeyword 1345 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_FALSE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("newkeyword")));
GetTemplateURLForKeyword 1371 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_FALSE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("newkeyword")));
GetTemplateURLForKeyword 1545 chrome/browser/search_engines/template_url_service_sync_unittest.cc   EXPECT_TRUE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("key1_")));
GetTemplateURLForKeyword 1877 chrome/browser/search_engines/template_url_service_sync_unittest.cc   TemplateURL* added_turl = model()->GetTemplateURLForKeyword(
GetTemplateURLForKeyword 1900 chrome/browser/search_engines/template_url_service_sync_unittest.cc   ASSERT_EQ(added_turl, model()->GetTemplateURLForKeyword(
GetTemplateURLForKeyword  339 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest"));
GetTemplateURLForKeyword  348 chrome/browser/search_engines/template_url_service_unittest.cc   keyword_url = model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest"));
GetTemplateURLForKeyword  358 chrome/browser/search_engines/template_url_service_unittest.cc   keyword_url = model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest"));
GetTemplateURLForKeyword  402 chrome/browser/search_engines/template_url_service_unittest.cc   ASSERT_EQ(t_url, model()->GetTemplateURLForKeyword(t_url->keyword()));
GetTemplateURLForKeyword  413 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword"));
GetTemplateURLForKeyword  440 chrome/browser/search_engines/template_url_service_unittest.cc   loaded_url = model()->GetTemplateURLForKeyword(ASCIIToUTF16("b"));
GetTemplateURLForKeyword  452 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_TRUE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("b")) == NULL);
GetTemplateURLForKeyword  476 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_EQ(t_url, model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword")));
GetTemplateURLForKeyword  488 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_EQ(t_url, model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword")));
GetTemplateURLForKeyword  501 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_EQ(t_url2, model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword")));
GetTemplateURLForKeyword  534 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword1")));
GetTemplateURLForKeyword  536 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("test1")));
GetTemplateURLForKeyword  541 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword2")));
GetTemplateURLForKeyword  543 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("test2")));
GetTemplateURLForKeyword  550 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword3")));
GetTemplateURLForKeyword  552 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword3_")));
GetTemplateURLForKeyword  581 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword_")));
GetTemplateURLForKeyword  593 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword")));
GetTemplateURLForKeyword  596 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword_")));
GetTemplateURLForKeyword  769 chrome/browser/search_engines/template_url_service_unittest.cc   ASSERT_EQ(t_url, model()->GetTemplateURLForKeyword(new_keyword));
GetTemplateURLForKeyword  771 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword")) == NULL);
GetTemplateURLForKeyword  779 chrome/browser/search_engines/template_url_service_unittest.cc   const TemplateURL* read_url = model()->GetTemplateURLForKeyword(new_keyword);
GetTemplateURLForKeyword  909 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* google = model()->GetTemplateURLForKeyword(
GetTemplateURLForKeyword  926 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* bing = model()->GetTemplateURLForKeyword(
GetTemplateURLForKeyword  930 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_FALSE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("bing.com")));
GetTemplateURLForKeyword  934 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_TRUE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("bing.com")));
GetTemplateURLForKeyword  946 chrome/browser/search_engines/template_url_service_unittest.cc   bing = model()->GetTemplateURLForKeyword(ASCIIToUTF16("bing.com"));
GetTemplateURLForKeyword 1086 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("google.de")));
GetTemplateURLForKeyword 1089 chrome/browser/search_engines/template_url_service_unittest.cc             model()->GetTemplateURLForKeyword(ASCIIToUTF16("google.co.uk")));
GetTemplateURLForKeyword 1158 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest")) != NULL);
GetTemplateURLForKeyword 1164 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest")) == NULL);
GetTemplateURLForKeyword 1173 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest")) == NULL);
GetTemplateURLForKeyword 1187 chrome/browser/search_engines/template_url_service_unittest.cc   ASSERT_EQ(t_url, model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest")));
GetTemplateURLForKeyword 1195 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest"));
GetTemplateURLForKeyword 1205 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest")) != NULL);
GetTemplateURLForKeyword 1282 chrome/browser/search_engines/template_url_service_unittest.cc   ASSERT_EQ(t_url, model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest")));
GetTemplateURLForKeyword 1291 chrome/browser/search_engines/template_url_service_unittest.cc         model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest"));
GetTemplateURLForKeyword 1304 chrome/browser/search_engines/template_url_service_unittest.cc         model()->GetTemplateURLForKeyword(ASCIIToUTF16("unittest"));
GetTemplateURLForKeyword 1495 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("key1"));
GetTemplateURLForKeyword 1534 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword"));
GetTemplateURLForKeyword 1566 chrome/browser/search_engines/template_url_service_unittest.cc       model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword"));
GetTemplateURLForKeyword 1574 chrome/browser/search_engines/template_url_service_unittest.cc   loaded_url = model()->GetTemplateURLForKeyword(ASCIIToUTF16("keyword"));
GetTemplateURLForKeyword 1636 chrome/browser/search_engines/template_url_service_unittest.cc   user_dse = model()->GetTemplateURLForKeyword(ASCIIToUTF16("user"));
GetTemplateURLForKeyword 1638 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_FALSE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("ext1")));
GetTemplateURLForKeyword 1639 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_FALSE(model()->GetTemplateURLForKeyword(ASCIIToUTF16("ext2")));
GetTemplateURLForKeyword 1681 chrome/browser/search_engines/template_url_service_unittest.cc   EXPECT_EQ(ext_dse, model()->GetTemplateURLForKeyword(ASCIIToUTF16("ext1")));
GetTemplateURLForKeyword  147 chrome/browser/sync/test/integration/search_engines_helper.cc     const TemplateURL* other_turl = other->GetTemplateURLForKeyword(
GetTemplateURLForKeyword  225 chrome/browser/sync/test/integration/search_engines_helper.cc   TemplateURL* turl = service->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  232 chrome/browser/sync/test/integration/search_engines_helper.cc         GetVerifierService()->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  242 chrome/browser/sync/test/integration/search_engines_helper.cc   TemplateURL* turl = service->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  248 chrome/browser/sync/test/integration/search_engines_helper.cc         GetVerifierService()->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword  257 chrome/browser/sync/test/integration/search_engines_helper.cc   TemplateURL* turl = service->GetTemplateURLForKeyword(CreateKeyword(seed));
GetTemplateURLForKeyword  262 chrome/browser/sync/test/integration/search_engines_helper.cc         GetVerifierService()->GetTemplateURLForKeyword(CreateKeyword(seed));
GetTemplateURLForKeyword  154 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc   TemplateURL* turl = service->GetTemplateURLForKeyword(ASCIIToUTF16("test1"));
GetTemplateURLForKeyword 1308 chrome/browser/ui/gtk/location_bar_view_gtk.cc           template_url_service->GetTemplateURLForKeyword(keyword);
GetTemplateURLForKeyword   72 chrome/browser/ui/search_engines/edit_search_engine_controller.cc       GetTemplateURLForKeyword(keyword_input_trimmed);
GetTemplateURLForKeyword   87 chrome/browser/ui/search_engines/edit_search_engine_controller.cc       template_url_service->GetTemplateURLForKeyword(keyword_input);
GetTemplateURLForKeyword  189 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc       model_->GetTemplateURLForKeyword(ASCIIToUTF16("b"));
GetTemplateURLForKeyword  192 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc       model_->GetTemplateURLForKeyword(ASCIIToUTF16("b1"));
GetTemplateURLForKeyword  213 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc       model_->GetTemplateURLForKeyword(ASCIIToUTF16("b"));
GetTemplateURLForKeyword  216 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc       model_->GetTemplateURLForKeyword(ASCIIToUTF16("b1"));
GetTemplateURLForKeyword  803 chrome/browser/ui/views/location_bar/location_bar_view.cc           GetTemplateURLForKeyword(keyword);