HomeSort by relevance Sort by last modified time
    Searched refs:test_util_ (Results 1 - 6 of 6) 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...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_unittest.cc 49 test_util_.SetUp();
50 TestingProfile* profile = test_util_.profile();
60 test_util_.TearDown();
80 TemplateURLServiceTestUtil test_util_; member in class:TemplateURLFetcherTest
155 test_util_.profile())->ScheduleDownload(
170 test_util_.ChangeModelToLoadState();
171 ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword));
183 const TemplateURL* t_url = test_util_.model()->GetTemplateURLForKeyword(
194 test_util_.ChangeModelToLoadState();
195 ASSERT_FALSE(test_util_.model()->GetTemplateURLForKeyword(keyword))
    [all...]
template_url_service_unittest.cc 236 TemplateURLService* model() { return test_util_.model(); }
239 TemplateURLServiceTestUtil test_util_; member in class:TemplateURLServiceTest
278 test_util_.SetUp();
282 test_util_.TearDown();
334 return new TemplateURL(test_util_.profile(), data);
343 TemplateURLPrepopulateData::GetPrepopulatedEngines(test_util_.profile(),
366 test_util_.ChangeModelToLoadState();
377 test_util_.ResetModel(true);
387 test_util_.ResetModel(true);
395 EXPECT_EQ(expected_changed_count, test_util_.GetObserverCount())
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 53 test_util_.SetUp();
54 test_util_.VerifyLoad();
58 test_util_.TearDown();
82 TemplateURLServiceTestUtil test_util_; member in class:AutocompleteResultTest
142 last_result.SortAndCull(input, test_util_.profile());
148 current_result.SortAndCull(input, test_util_.profile());
149 current_result.CopyOldMatches(input, last_result, test_util_.profile());
174 r1.SortAndCull(input, test_util_.profile());
254 result.SortAndCull(input, test_util_.profile());
276 test_util_.model()->Add(new TemplateURL(test_util_.profile(), url_data))
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller_unittest.cc 47 test_util_.SetUp();
49 // Feed the DTC test_util_'s profile so it is reused later.
53 test_util_.profile(),
61 test_util_.TearDown();
67 test_util_.VerifyLoad();
103 TemplateURLServiceTestUtil test_util_; member in class:browser_sync::__anon8219::SyncSearchEngineDataTypeControllerTest
142 content::Source<TemplateURLService>(test_util_.model()),

Completed in 98 milliseconds