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

  /external/chromium_org/chrome/installer/util/
product_unittest.cc 81 EXPECT_TRUE(machine_state.GetProductState(
103 machine_state.GetProductState(system_level, distribution->GetType());
120 machine_state.GetProductState(system_level, distribution->GetType());
installer_state.cc 38 machine_state.GetProductState(level_ == SYSTEM_LEVEL,
48 machine_state.GetProductState(level_ == SYSTEM_LEVEL,
135 const ProductState* chrome_state = machine_state.GetProductState(
140 const ProductState* binaries_state = machine_state.GetProductState(
182 const ProductState* product_state = machine_state.GetProductState(
208 machine_state.GetProductState(system_install(), type);
233 if (!machine_state.GetProductState(
236 !machine_state.GetProductState(
250 machine_state.GetProductState(system_install(),
446 const ProductState* product_state = machine_state.GetProductState(
    [all...]
installation_state.h 139 const ProductState* GetProductState(bool system_install,
installation_validator.cc 395 const ProductState* binaries_state = ctx.machine_state.GetProductState(
426 const ProductState* chrome_state = machine_state.GetProductState(
441 const ProductState* cf_state = machine_state.GetProductState(
457 const ProductState* app_host_state = machine_state.GetProductState(
638 ctx.machine_state.GetProductState(ctx.system_install,
642 if (!ctx.machine_state.GetProductState(
645 !ctx.machine_state.GetProductState(
756 machine_state.GetProductState(system_level,
763 machine_state.GetProductState(system_level,
777 machine_state.GetProductState(system_level
    [all...]
installation_state.cc 271 const ProductState* InstallationState::GetProductState(
google_update_settings.cc 337 machine_state.GetProductState(true, dist->GetType());
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 177 original_state.GetProductState(installer_state.system_install(),
262 original_state.GetProductState(system_install,
268 original_state.GetProductState(system_install,
325 machine_state.GetProductState(installer_state.system_install(), type);
369 product = machine_state.GetProductState(system_level,
391 product = machine_state.GetProductState(system_level, type);
setup_main.cc 201 original_state.GetProductState(installer_state->system_install(),
332 original_state.GetProductState(is_system_install, dist->GetType());
389 original_state.GetProductState(system_level,
417 if (original_state.GetProductState(
420 original_state.GetProductState(
456 const ProductState* product_state = original_state.GetProductState(
554 original_state.GetProductState(false, browser_dist->GetType());
556 original_state.GetProductState(true, browser_dist->GetType());
652 original_state.GetProductState(installer_state.system_install(),
    [all...]
install_worker_unittest.cc 195 if (installation_state->GetProductState(
325 machine_state.GetProductState(installer_state->system_install(),
345 machine_state.GetProductState(installer_state->system_install(),
367 machine_state.GetProductState(installer_state->system_install(),
395 machine_state.GetProductState(system_install,
    [all...]
install.cc 280 original_state.GetProductState(installer_state.system_install(),
582 !original_state.GetProductState(installer_state.system_install(),
uninstall.cc 91 original_state.GetProductState(system_level, dist_type);
127 original_state.GetProductState(system_level, distribution->GetType());
209 const ProductState* product_state = original_state.GetProductState(
    [all...]
setup_util_unittest.cc 305 *original_state_->GetProductState(kSystemInstall_, kProductType_));
install_worker.cc 334 const ProductState* product_state = machine_state.GetProductState(
    [all...]

Completed in 969 milliseconds