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

  /external/chromium_org/chrome/installer/util/
installation_state.cc 16 ProductState::ProductState()
27 bool ProductState::Initialize(bool system_install,
36 bool ProductState::InitializeCommands(const base::win::RegKey& version_key,
47 bool ProductState::Initialize(bool system_install,
69 // absent. Note that ProductState instances containing these values will
146 base::FilePath ProductState::GetSetupPath() const {
150 const Version& ProductState::version() const {
155 ProductState& ProductState::CopyFrom(const ProductState& other)
    [all...]
installation_state.h 32 class ProductState {
34 ProductState();
95 ProductState& CopyFrom(const ProductState& other);
123 DISALLOW_COPY_AND_ASSIGN(ProductState);
124 }; // class ProductState
137 const ProductState* GetProductState(bool system_install,
141 // This is useful during first install, when some but not all ProductState
143 // ProductState returned here are the version numbers. Do NOT try to access
144 // the version numbers from a ProductState returned by this method
    [all...]

Completed in 26 milliseconds