HomeSort by relevance Sort by last modified time
    Searched refs:InstallationState (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/installer/util/
installation_validation_helper.h 16 class InstallationState;
26 const InstallationState& machine_state,
38 const InstallationState& machine_state,
installation_state.h 27 class InstallationState;
123 friend class InstallationState;
130 class InstallationState {
132 InstallationState();
167 DISALLOW_COPY_AND_ASSIGN(InstallationState);
168 }; // class InstallationState
installer_state.h 33 class InstallationState;
80 const InstallationState& machine_state);
160 const InstallationState& machine_state) const;
174 bool IsChromeFrameRunning(const InstallationState& machine_state) const;
178 bool AreBinariesInUse(const InstallationState& machine_state) const;
237 bool AnyExistsAndIsInUse(const InstallationState& machine_state,
247 const InstallationState& machine_state);
249 const InstallationState& machine_state);
fake_installation_state.h 17 // An InstallationState helper for use by unit tests.
18 class FakeInstallationState : public InstallationState {
installation_validation_helper.cc 113 const InstallationState& machine_state,
130 const InstallationState& machine_state,
installation_state.cc 72 // only be accessible via InstallationState::GetNonVersionedProductState.
219 InstallationState::InstallationState() {
223 int InstallationState::IndexFromDistType(BrowserDistribution::Type type) {
239 void InstallationState::Initialize() {
263 const ProductState* InstallationState::GetNonVersionedProductState(
271 const ProductState* InstallationState::GetProductState(
installation_validator.h 25 class InstallationState;
82 const InstallationState& machine_state,
167 ProductContext(const InstallationState& machine_state_in,
179 const InstallationState& machine_state;
224 static void ValidateBinaries(const InstallationState& machine_state,
251 static void ValidateProduct(const InstallationState& machine_state,
google_update_settings.h 21 class InstallationState;
98 static bool SetEULAConsent(const installer::InstallationState& machine_state,
installer_state.cc 35 const InstallationState& machine_state) {
93 const InstallationState& machine_state) {
437 const InstallationState& machine_state) {
505 const InstallationState& machine_state) const {
571 const InstallationState& machine_state) const {
576 const InstallationState& machine_state) const {
615 const InstallationState& machine_state,
740 // current value from the registry since the InstallationState instance used
product_unittest.cc 59 installer::InstallationState machine_state;
installer_state_unittest.cc 39 using installer::InstallationState;
80 InstallationState machine_state;
256 InstallationState machine_state;
339 InstallationState machine_state;
390 InstallationState machine_state;
422 InstallationState machine_state;
606 InstallationState machine_state;
706 InstallationState machine_state_;
  /external/chromium_org/chrome/installer/setup/
setup_main.h 19 class InstallationState;
28 InstallStatus InstallProductsHelper(const InstallationState& original_state,
setup_util.h 28 class InstallationState;
54 base::FilePath FindArchiveToPatch(const InstallationState& original_state,
70 bool GetExistingHigherInstaller(const InstallationState& original_state,
93 const installer::InstallationState& machine_state,
107 const installer::InstallationState& machine_state);
uninstall.h 24 class InstallationState;
73 const InstallationState& original_state,
93 const InstallationState& original_state,
install_worker.h 26 class InstallationState;
49 void AddOemInstallWorkItems(const InstallationState& original_state,
54 void AddEulaAcceptedWorkItems(const InstallationState& original_state,
60 void AddGoogleUpdateWorkItems(const InstallationState& original_state,
70 void AddUsageStatsWorkItems(const InstallationState& original_state,
103 void AddInstallWorkItems(const InstallationState& original_state,
install.h 26 class InstallationState;
109 const InstallationState& original_state,
setup_main.cc 72 using installer::InstallationState;
139 const installer::InstallationState& original_state,
192 void AddExistingMultiInstalls(const InstallationState& original_state,
222 const InstallationState& original_state,
301 bool CheckGroupPolicySettings(const InstallationState& original_state,
373 bool CheckMultiInstallConditions(const InstallationState& original_state,
479 bool CheckAppHostPreconditions(const InstallationState& original_state,
512 bool CheckPreInstallConditions(const InstallationState& original_state,
644 const InstallationState& original_state,
669 const InstallationState& original_state
    [all...]
setup_util.cc 170 base::FilePath FindArchiveToPatch(const InstallationState& original_state,
255 const InstallationState& original_state,
320 const installer::InstallationState& machine_state,
358 const installer::InstallationState& machine_state) {
install_worker_unittest.cc 25 using installer::InstallationState;
131 class MockInstallationState : public InstallationState {
296 const InstallationState& machine_state,
314 const InstallationState& machine_state,
341 const InstallationState& machine_state,
363 const InstallationState& machine_state,
386 const InstallationState& machine_state,
407 const InstallationState& machine_state,
447 scoped_ptr<InstallationState> installation_state(
    [all...]
install_worker.cc 201 const InstallationState& machine_state,
235 const InstallationState& machine_state,
248 const InstallationState& machine_state,
316 const InstallationState& machine_state,
361 const InstallationState& machine_state,
395 void AddProductSpecificWorkItems(const InstallationState& original_state,
476 void AddChromeWorkItems(const InstallationState& original_state,
    [all...]
install.cc 176 const installer::InstallationState& original_state,
277 const installer::InstallationState& original_state,
499 const installer::InstallationState& original_state,
uninstall.cc 81 const InstallationState& original_state,
120 void ProcessGoogleUpdateItems(const InstallationState& original_state,
193 void CheckShouldRemoveSetupAndArchive(const InstallationState& original_state,
    [all...]
setup_util_unittest.cc 265 // A test fixture that configures an InstallationState and an InstallerState
269 class FakeInstallationState : public installer::InstallationState {
467 installer::InstallationState machine_state;
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.h 19 enum InstallationState {
72 InstallationState GetAppLauncherInstallationState();
chrome_launcher_support.cc 214 InstallationState GetAppLauncherInstallationState() {

Completed in 815 milliseconds

1 2