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

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 51 test_util_.SetUp();
52 test_util_.StartIOThread();
53 ASSERT_TRUE(test_util_.profile());
54 test_util_.profile()->CreateTemplateURLFetcher();
55 ASSERT_TRUE(test_util_.profile()->GetTemplateURLFetcher());
57 test_util_.profile()->CreateRequestContext();
58 ASSERT_TRUE(test_util_.profile()->GetRequestContext());
63 test_util_.TearDown();
88 TemplateURLModelTestUtil test_util_; member in class:TemplateURLFetcherTest
174 test_util_.profile()->GetTemplateURLFetcher()->ScheduleDownload
    [all...]
template_url_model_unittest.cc 112 test_util_.SetUp();
116 test_util_.TearDown();
260 EXPECT_EQ(expected_changed_count, test_util_.GetObserverCount());
261 test_util_.ResetObserverCount();
264 EXPECT_LE(1, test_util_.GetObserverCount());
265 test_util_.ResetObserverCount();
270 void VerifyLoad() { test_util_.VerifyLoad(); }
271 void ChangeModelToLoadState() { test_util_.ChangeModelToLoadState(); }
272 void ResetModel(bool verify_load) { test_util_.ResetModel(verify_load); }
274 return test_util_.GetAndClearSearchTerm()
284 TemplateURLModelTestUtil test_util_; member in class:TemplateURLModelTest
    [all...]

Completed in 68 milliseconds