HomeSort by relevance Sort by last modified time
    Searched defs:set_package_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/util/
installer_state.cc 106 set_package_type(pref_bool ? MULTI_PACKAGE : SINGLE_PACKAGE);
316 void InstallerState::set_package_type(PackageType type) { function in class:installer::InstallerState
407 set_package_type(the_product.HasOption(kOptionMultiInstall) ?
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 159 void set_package_type(PackageType type) { function in class:MockInstallerState
160 InstallerState::set_package_type(type);
307 installer_state->set_package_type(multi_install ?

Completed in 42 milliseconds