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

  /external/chromium_org/chrome/installer/util/
installation_state.h 32 class ProductState {
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 returned by this method
    [all...]
fake_installation_state.h 45 const ProductState& product_state) {
46 ProductState& target = GetProducts(system_install)[IndexFromDistType(type)];
51 ProductState* GetProducts(bool system_install) {
installation_state.cc 17 ProductState::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::CopyFrom(const ProductState& other)
    [all...]
product_state_unittest.cc 19 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 state
    [all...]
eula_util.cc 28 scoped_ptr<MasterPreferences> GetMasterPrefs(const ProductState& prod_state) {
42 bool GetAnyChromeProductState(bool system_level, ProductState* state) {
51 ProductState prod_state;
fake_product_state.h 13 // A ProductState helper for use by unit tests.
14 class FakeProductState : public ProductState {
helper.cc 37 ProductState state;
installation_validator.h 27 class ProductState;
169 const ProductState& state_in,
182 const ProductState& state;
226 const ProductState& binaries_state,
253 const ProductState& product_state,
installer_state.cc 37 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_state
    [all...]
installer_state.h 36 class ProductState;
87 const ProductState& state);
installation_validator.cc 395 const ProductState* binaries_state = ctx.machine_state.GetProductState(
414 const ProductState& binaries_state,
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(
637 const ProductState* binaries =
723 const ProductState& product_state,
755 const ProductState* multi_state =
762 const ProductState* product_state =
product_unittest.cc 102 const installer::ProductState* chrome_state =
installation_validator_unittest.cc 25 using installer::ProductState;
72 class FakeProductState : public ProductState {
126 const ProductState& product) {
131 ProductState* GetProducts(Level install_level) {
install_util.cc 41 using installer::ProductState;
211 ProductState state;
378 ProductState state;
google_update_util.cc 234 installer::ProductState product_state;
google_update_settings.cc 145 installer::ProductState state;
336 const installer::ProductState* product_state =
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.h 30 class ProductState;
setup_util_unittest.cc 272 class FakeProductState : public installer::ProductState {
274 static FakeProductState* FromProductState(const ProductState* product) {
275 return static_cast<FakeProductState*>(const_cast<ProductState*>(product));
433 installer::ProductState chrome_frame;
434 installer::ProductState binaries;
setup_util.cc 176 const ProductState* product =
261 const ProductState* existing_state =
324 const ProductState* product_state =
360 const ProductState* product = NULL;
install_worker_unittest.cc 28 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 =
    [all...]
setup_main.cc 76 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 =
    [all...]
uninstall.cc 90 const ProductState* product_state =
126 const ProductState* product_state =
209 const ProductState* product_state = original_state.GetProductState(
    [all...]
install_worker.cc 334 const ProductState* product_state = machine_state.GetProductState(
    [all...]
install.cc 279 const installer::ProductState* original_app_host_state =

Completed in 474 milliseconds