Searched refs:BrandForTesting (Results 1 – 6 of 6) sorted by relevance
119 class BrandForTesting {121 explicit BrandForTesting(const std::string& brand);122 ~BrandForTesting();126 DISALLOW_COPY_AND_ASSIGN(BrandForTesting);
285 BrandForTesting::BrandForTesting(const std::string& brand) : brand_(brand) { in BrandForTesting() function in google_util::BrandForTesting290 BrandForTesting::~BrandForTesting() { in ~BrandForTesting()
460 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()
177 scoped_ptr<google_util::BrandForTesting> brand_override_;194 brand_override_.reset(new google_util::BrandForTesting(brand)); in SetMainBrand()
169 google_util::BrandForTesting brand_for_testing_;
1190 google_util::BrandForTesting brand_for_testing( in TestGalleryRequestsWithBrand()