HomeSort by relevance Sort by last modified time
    Searched full:chrome_state (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/installer/util/
fake_installation_state.h 22 FakeProductState chrome_state; local
23 chrome_state.set_version(version);
24 chrome_state.set_multi_install(multi_install);
33 chrome_state.SetUninstallProgram(setup_exe);
34 chrome_state.AddUninstallSwitch(switches::kUninstall);
36 chrome_state.AddUninstallSwitch(switches::kMultiInstall);
37 chrome_state.AddUninstallSwitch(switches::kChrome);
40 chrome_state);
product_unittest.cc 102 const installer::ProductState* chrome_state = local
104 EXPECT_TRUE(chrome_state != NULL);
105 if (chrome_state != NULL) {
106 EXPECT_TRUE(chrome_state->version().Equals(current_version));
107 EXPECT_FALSE(chrome_state->is_msi());
119 chrome_state =
121 EXPECT_TRUE(chrome_state != NULL);
122 if (chrome_state != NULL)
123 EXPECT_TRUE(chrome_state->is_msi());
installation_validator.cc 426 const ProductState* chrome_state = machine_state.GetProductState( local
428 if (chrome_state != NULL) {
477 if (chrome_state == NULL && cf_state == NULL && app_host_state == NULL) {
483 if (chrome_state != NULL && !chrome_state->is_multi_install()) {
490 if (cf_state != NULL && app_host_state == NULL && chrome_state == NULL &&
installer_state.cc 135 const ProductState* chrome_state = machine_state.GetProductState( local
139 if (!chrome_state) {
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 618 MockProductState chrome_state; local
619 chrome_state.set_version(new Version(*current_version_));
620 chrome_state.set_multi_install(false);
621 chrome_state.set_usagestats(1);
624 BrowserDistribution::CHROME_BROWSER, chrome_state);
    [all...]
setup_main.cc 388 const ProductState* chrome_state = local
414 if (app_host && !chrome && !chrome_state) {
441 if (!chrome && chrome_state) {
    [all...]

Completed in 207 milliseconds