Searched refs:google_brand (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand_chromeos.h12 namespace google_brand { namespace
29 } // namespace google_brand
H A Dgoogle_update_settings_unittest.cc10 #include "chrome/browser/google/google_brand.h"
55 EXPECT_FALSE(google_brand::IsOrganicFirstRun("CHFO"));
56 EXPECT_FALSE(google_brand::IsOrganicFirstRun("CHMA"));
57 EXPECT_TRUE(google_brand::IsOrganicFirstRun("EUBA"));
58 EXPECT_TRUE(google_brand::IsOrganicFirstRun("GGRA"));
63 EXPECT_TRUE(google_brand::IsOrganicFirstRun(""));
H A Dgoogle_brand.h19 namespace google_brand { namespace
53 } // namespace google_brand
H A Dgoogle_brand.cc5 #include "chrome/browser/google/google_brand.h"
30 namespace google_brand { namespace
68 brand->assign(google_brand::chromeos::GetBrand());
146 } // namespace google_brand
H A Dgoogle_brand_chromeos.cc19 namespace google_brand { namespace
85 } // namespace google_brand
/external/chromium_org/chrome/browser/extensions/updater/
H A Dchrome_extension_downloader_factory.cc8 #include "chrome/browser/google/google_brand.h"
31 google_brand::GetBrand(&brand);
32 if (!brand.empty() && !google_brand::IsOrganic(brand))
H A Dextension_updater_unittest.cc38 #include "chrome/browser/google/google_brand.h"
1527 google_brand::BrandForTesting brand_for_testing(
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc12 #include "chrome/browser/google/google_brand.h"
75 if (google_brand::GetBrand(&brand) && !brand.empty() &&
76 !google_brand::IsOrganic(brand)) {
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate_unittest.cc25 #include "chrome/browser/google/google_brand.h"
448 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);
H A Dautomatic_profile_resetter_delegate.cc20 #include "chrome/browser/google/google_brand.h"
196 google_brand::GetBrand(&brandcode);
/external/chromium_org/chrome/browser/rlz/
H A Drlz_unittest.cc12 #include "chrome/browser/google/google_brand.h"
185 scoped_ptr<google_brand::BrandForTesting> brand_override_;
202 brand_override_.reset(new google_brand::BrandForTesting(brand));
205 google_brand::GetBrand(&check_brand);
214 google_brand::GetReactivationBrand(&check_brand);
281 google_brand::GetBrand(&brand);
287 google_brand::GetReactivationBrand(&brand);
H A Drlz.cc22 #include "chrome/browser/google/google_brand.h"
69 return brand.empty() || google_brand::IsOrganic(brand);
296 if (google_brand::GetBrand(&brand_) && !IsBrandOrganic(brand_)) {
309 google_brand::GetReactivationBrand(&reactivation_brand_);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_field_trials_desktop.cc15 #include "chrome/browser/google/google_brand.h"
36 google_brand::GetBrand(&brand);
H A Dupgrade_detector_impl.cc23 #include "chrome/browser/google/google_brand.h"
397 if (google_brand::GetBrand(&brand) && !google_brand::IsOrganic(brand))
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.cc15 #include "chrome/browser/google/google_brand.h"
57 google_brand::GetBrand(&brand);
62 if (google_brand::IsInternetCafeBrandCode(brand))
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dreset_profile_settings_handler.cc13 #include "chrome/browser/google/google_brand.h"
32 google_brand::GetBrand(&brandcode_);
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.cc27 #include "chrome/browser/google/google_brand.h"
573 google_brand::GetBrand(&brand);
574 return google_brand::IsOrganicFirstRun(brand);
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.cc23 #include "chrome/browser/google/google_brand.h"
187 return google_brand::GetBrand(brand_code);
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc325 google_brand::chromeos::InitBrand(
900 google_brand::chromeos::ClearBrandForCurrentSession();

Completed in 3352 milliseconds