HomeSort by relevance Sort by last modified time
    Searched refs:google_brand (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/google/
google_brand_chromeos.h 12 namespace google_brand { namespace
29 } // namespace google_brand
google_update_settings_unittest.cc 10 #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(""));
google_brand.h 19 namespace google_brand { namespace
53 } // namespace google_brand
google_brand.cc 5 #include "chrome/browser/google/google_brand.h"
30 namespace google_brand { namespace
68 brand->assign(google_brand::chromeos::GetBrand());
146 } // namespace google_brand
google_brand_chromeos.cc 19 namespace google_brand { namespace
85 } // namespace google_brand
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 13 #include "chrome/browser/google/google_brand.h"
94 google_brand::GetBrand(&brand);
95 if (!brand.empty() && !google_brand::IsOrganic(brand))
extension_updater_unittest.cc 38 #include "chrome/browser/google/google_brand.h"
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc 12 #include "chrome/browser/google/google_brand.h"
73 if (google_brand::GetBrand(&brand) && !brand.empty() &&
74 !google_brand::IsOrganic(brand)) {
template_url_service_test_util.cc 217 google_brand::chromeos::ClearBrandForCurrentSession();
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate_unittest.cc 25 #include "chrome/browser/google/google_brand.h"
445 google_brand::BrandForTesting scoped_brand_for_testing((std::string()));
477 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
510 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
536 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
555 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
577 google_brand::BrandForTesting scoped_brand_for_testing(kTestBrandcode);
automatic_profile_resetter_delegate.cc 20 #include "chrome/browser/google/google_brand.h"
196 google_brand::GetBrand(&brandcode);
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 12 #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);
rlz.cc 22 #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/
chrome_browser_field_trials_desktop.cc 15 #include "chrome/browser/google/google_brand.h"
41 google_brand::GetBrand(&brand);
upgrade_detector_impl.cc 24 #include "chrome/browser/google/google_brand.h"
375 if (google_brand::GetBrand(&brand) && !google_brand::IsOrganic(brand))
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 14 #include "chrome/browser/google/google_brand.h"
61 google_brand::GetBrand(&brand);
66 if (google_brand::IsInternetCafeBrandCode(brand))
  /external/chromium_org/chrome/browser/ui/webui/options/
reset_profile_settings_handler.cc 13 #include "chrome/browser/google/google_brand.h"
32 google_brand::GetBrand(&brandcode_);
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc 278 google_brand::chromeos::InitBrand(
558 google_brand::chromeos::ClearBrandForCurrentSession();
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 27 #include "chrome/browser/google/google_brand.h"
569 google_brand::GetBrand(&brand);
570 return google_brand::IsOrganicFirstRun(brand);
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.cc 24 #include "chrome/browser/google/google_brand.h"
176 return google_brand::GetBrand(brand_code);

Completed in 523 milliseconds