Searched refs:ProductState (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dinstallation_state.h32 class ProductState { class in namespace:installer
34 ProductState();
97 ProductState& CopyFrom(const ProductState& other);
125 DISALLOW_COPY_AND_ASSIGN(ProductState);
126 }; // class ProductState
139 const ProductState* GetProductState(bool system_install,
143 // This is useful during first install, when some but not all ProductState
145 // ProductState returned here are the version numbers. Do NOT try to access
146 // the version numbers from a ProductState returne
[all...]
H A Dinstallation_state.cc17 ProductState::ProductState() function in class:installer::ProductState
28 bool ProductState::Initialize(bool system_install,
37 bool ProductState::InitializeCommands(const base::win::RegKey& version_key,
49 bool ProductState::Initialize(bool system_install,
71 // absent. Note that ProductState instances containing these values will
147 base::FilePath ProductState::GetSetupPath() const {
151 const Version& ProductState::version() const {
156 ProductState& ProductState
[all...]
H A Dproduct_state_unittest.cc19 using installer::ProductState;
120 ProductState state;
128 ProductState state;
136 ProductState state;
145 ProductState state;
160 ProductState state;
169 ProductState state;
178 ProductState state;
188 ProductState state;
204 ProductState stat
[all...]
H A Deula_util.cc28 scoped_ptr<MasterPreferences> GetMasterPrefs(const ProductState& prod_state) {
42 bool GetAnyChromeProductState(bool system_level, ProductState* state) {
51 ProductState prod_state;
H A Dfake_installation_state.h45 const ProductState& product_state) {
46 ProductState& target = GetProducts(system_install)[IndexFromDistType(type)];
51 ProductState* GetProducts(bool system_install) {
H A Dfake_product_state.h13 // A ProductState helper for use by unit tests.
14 class FakeProductState : public ProductState {
H A Dhelper.cc37 ProductState state;
H A Dinstallation_validator.h27 class ProductState;
169 const ProductState& state_in,
182 const ProductState& state;
214 const ProductState& binaries_state,
241 const ProductState& product_state,
H A Dinstaller_state.cc37 const ProductState* binaries =
47 const ProductState* product =
135 const ProductState* chrome_state = machine_state.GetProductState(
140 const ProductState* binaries_state = machine_state.GetProductState(
182 const ProductState* product_state = machine_state.GetProductState(
207 const ProductState* product_state =
446 const ProductState* product_state = machine_state.GetProductState(
457 const ProductState& state) {
524 const ProductState* state =
535 const ProductState* product_stat
[all...]
H A Dinstaller_state.h36 class ProductState;
87 const ProductState& state);
H A Dinstallation_validator.cc337 const ProductState* binaries_state = ctx.machine_state.GetProductState(
356 const ProductState& binaries_state,
368 const ProductState* chrome_state = machine_state.GetProductState(
383 const ProductState* cf_state = machine_state.GetProductState(
399 const ProductState* app_host_state = machine_state.GetProductState(
579 const ProductState* binaries =
660 const ProductState& product_state,
692 const ProductState* multi_state =
699 const ProductState* product_state =
H A Dproduct_unittest.cc102 const installer::ProductState* chrome_state =
H A Dgoogle_update_util.cc156 installer::ProductState product_state;
H A Dinstallation_validator_unittest.cc25 using installer::ProductState;
72 class FakeProductState : public ProductState {
122 const ProductState& product) {
127 ProductState* GetProducts(Level install_level) {
H A Dinstall_util.cc41 using installer::ProductState;
211 ProductState state;
378 ProductState state;
H A Dgoogle_update_settings.cc143 installer::ProductState state;
361 const installer::ProductState* product_state =
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.h30 class ProductState;
H A Dsetup_util_unittest.cc274 class FakeProductState : public installer::ProductState {
276 static FakeProductState* FromProductState(const ProductState* product) {
277 return static_cast<FakeProductState*>(const_cast<ProductState*>(product));
434 installer::ProductState chrome_frame;
435 installer::ProductState binaries;
H A Dsetup_util.cc176 const ProductState* product =
261 const ProductState* existing_state =
324 const ProductState* product_state =
360 const ProductState* product = NULL;
H A Dinstall_worker_unittest.cc28 using installer::ProductState;
100 class MockProductState : public ProductState {
136 const ProductState& product_state) {
137 ProductState& target = (system_install ? system_products_ :
324 const ProductState* chrome_binaries =
344 const ProductState* chrome =
366 const ProductState* cf =
H A Dsetup_main.cc76 using installer::ProductState;
200 const ProductState* state =
331 const ProductState* product_state =
388 const ProductState* chrome_state =
456 const ProductState* product_state = original_state.GetProductState(
553 const ProductState* user_level_product_state =
555 const ProductState* system_level_product_state =
651 const ProductState* product_state =
758 const ProductState* binaries_state =
905 const ProductState* existing_chrom
[all...]
H A Dinstall_worker.cc323 const ProductState* product_state = machine_state.GetProductState(
887 const ProductState* source_product =
942 const ProductState* product_state =
1006 const ProductState* chrome_product_state =
1050 const ProductState* product_state =
H A Duninstall.cc90 const ProductState* product_state =
126 const ProductState* product_state =
209 const ProductState* product_state = original_state.GetProductState(
1302 const ProductState* product_state =
H A Dinstall.cc267 const installer::ProductState* original_app_host_state =

Completed in 279 milliseconds