HomeSort by relevance Sort by last modified time
    Searched refs:turl1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller_unittest.cc 191 const TemplateURL* turl1 = local
193 ASSERT_TRUE(turl1 != NULL);
198 EXPECT_TRUE(controller()->CanMakeDefault(turl1));
204 EXPECT_FALSE(controller()->CanMakeDefault(turl1));
215 const TemplateURL* turl1 = local
217 ASSERT_TRUE(turl1 != NULL);
222 EXPECT_TRUE(controller()->CanEdit(turl1));
229 EXPECT_TRUE(controller()->CanEdit(turl1));
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.cc 47 bool TURLsMatch(const TemplateURL* turl1, const TemplateURL* turl2) {
48 CHECK(turl1);
50 bool result = (turl1->url() == turl2->url()) &&
51 (turl1->keyword() == turl2->keyword()) &&
52 (turl1->short_name() == turl2->short_name());
56 LOG(ERROR) << "TemplateURLs did not match: " << GetTURLInfoString(turl1)
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 703 TemplateURL* turl1 = CreateTestTemplateURL(ASCIIToUTF16("abc.com"), local
705 model()->Add(turl1);
728 EXPECT_EQ(turl1, model()->GetTemplateURLForGUID("abc"));
729 EXPECT_EQ("http://abc.ca", turl1->url());
    [all...]

Completed in 5463 milliseconds