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();
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...]
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 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...]
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 43 scoped_ptr<MasterPreferences> GetMasterPrefs(const ProductState& prod_state) {
57 bool GetAnyChromeProductState(bool system_level, ProductState* state) {
66 ProductState prod_state;
fake_product_state.h 13 // A ProductState helper for use by unit tests.
14 class FakeProductState : public ProductState {
installation_validator.h 28 class ProductState;
170 const ProductState& state_in,
183 const ProductState& state;
226 const ProductState& binaries_state,
253 const ProductState& product_state,
helper.cc 70 ProductState 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 34 class ProductState;
85 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(
635 const ProductState* binaries =
721 const ProductState& product_state,
752 const ProductState* multi_state =
759 const ProductState* product_state =
installation_validator_unittest.cc 25 using installer::ProductState;
72 class FakeProductState : public ProductState {
126 const ProductState& product) {
131 ProductState* GetProducts(Level install_level) {
product_unittest.cc 117 const installer::ProductState* chrome_state =
install_util.cc 38 using installer::ProductState;
208 ProductState state;
355 ProductState state;
google_update_settings.cc 316 const installer::ProductState* product_state =
  /external/chromium_org/chrome/installer/setup/
setup_util.h 31 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 174 const ProductState* product =
259 const ProductState* existing_state =
322 const ProductState* product_state =
358 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 =
setup_main.cc 74 using installer::ProductState;
198 const ProductState* state =
322 const ProductState* product_state =
379 const ProductState* chrome_state =
447 const ProductState* product_state = original_state.GetProductState(
544 const ProductState* user_level_product_state =
546 const ProductState* system_level_product_state =
642 const ProductState* product_state =
    [all...]
install_worker.cc 281 const ProductState* product_state = machine_state.GetProductState(
    [all...]
uninstall.cc 91 const installer::ProductState* product_state =
124 const installer::ProductState* product_state =
209 const installer::ProductState* product_state =
    [all...]
install.cc 284 const installer::ProductState* original_app_host_state =
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 218 installer::ProductState product_state;
261 installer::ProductState product_state;

Completed in 1994 milliseconds