Home
last modified time | relevance | path

Searched refs:BrandForTesting (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/google/
Dgoogle_util.h119 class BrandForTesting {
121 explicit BrandForTesting(const std::string& brand);
122 ~BrandForTesting();
126 DISALLOW_COPY_AND_ASSIGN(BrandForTesting);
Dgoogle_util.cc285 BrandForTesting::BrandForTesting(const std::string& brand) : brand_(brand) { in BrandForTesting() function in google_util::BrandForTesting
290 BrandForTesting::~BrandForTesting() { in ~BrandForTesting()
/external/chromium_org/chrome/browser/profile_resetter/
Dautomatic_profile_resetter_delegate_unittest.cc460 google_util::BrandForTesting scoped_brand_for_testing((std::string())); in TEST_F()
492 google_util::BrandForTesting scoped_brand_for_testing(kTestBrandcode); in TEST_F()
525 google_util::BrandForTesting scoped_brand_for_testing(kTestBrandcode); in TEST_F()
551 google_util::BrandForTesting scoped_brand_for_testing(kTestBrandcode); in TEST_F()
570 google_util::BrandForTesting scoped_brand_for_testing(kTestBrandcode); in TEST_F()
592 google_util::BrandForTesting scoped_brand_for_testing(kTestBrandcode); in TEST_F()
/external/chromium_org/chrome/browser/rlz/
Drlz_unittest.cc177 scoped_ptr<google_util::BrandForTesting> brand_override_;
194 brand_override_.reset(new google_util::BrandForTesting(brand)); in SetMainBrand()
/external/chromium_org/chrome/browser/metrics/
Dmetrics_log_unittest.cc169 google_util::BrandForTesting brand_for_testing_;
/external/chromium_org/chrome/browser/extensions/updater/
Dextension_updater_unittest.cc1190 google_util::BrandForTesting brand_for_testing( in TestGalleryRequestsWithBrand()