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

  /external/chromium_org/chrome/installer/util/
installation_state.h 83 bool is_msi() const { return msi_; }
114 bool msi_ : 1;
installation_state.cc 20 msi_(false),
114 msi_ = (key.ReadValueDW(google_update::kRegMSIField,
167 msi_ = other.msi_;
187 msi_ = false;
installer_state.cc 72 msi_(false),
84 msi_(false),
108 if (!prefs.GetBool(master_preferences::kMsi, &msi_))
109 msi_ = false;
445 if (product != NULL && !msi_) {
449 msi_ = product_state->is_msi();
469 msi_ |= state.is_msi();
609 msi_ = false;
installer_state.h 125 bool is_msi() const { return msi_; }
273 bool msi_; member in class:installer::InstallerState

Completed in 108 milliseconds