Searched refs:BrandForTesting (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand.h43 class BrandForTesting { class in namespace:google_brand
45 explicit BrandForTesting(const std::string& brand);
46 ~BrandForTesting();
50 DISALLOW_COPY_AND_ASSIGN(BrandForTesting);
H A Dgoogle_brand.cc134 // BrandForTesting ------------------------------------------------------------
136 BrandForTesting::BrandForTesting(const std::string& brand) : brand_(brand) { function in class:google_brand::BrandForTesting
141 BrandForTesting::~BrandForTesting() {
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate_unittest.cc448 google_brand::BrandForTesting scoped_brand_for_testing((std::string()));
480 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
513 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
539 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
558 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
580 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
/external/chromium_org/chrome/browser/rlz/
H A Drlz_unittest.cc185 scoped_ptr<google_brand::BrandForTesting> brand_override_;
202 brand_override_.reset(new google_brand::BrandForTesting(brand));
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater_unittest.cc1527 google_brand::BrandForTesting brand_for_testing(

Completed in 434 milliseconds