/external/chromium_org/chrome/installer/util/ |
D | fake_installation_state.h | 21 void AddChrome(bool system_install, bool multi_install, Version* version) { in AddChrome() 43 void SetProductState(bool system_install, in SetProductState() 51 ProductState* GetProducts(bool system_install) { in GetProducts()
|
D | google_update_settings.cc | 64 bool system_install, in WriteGoogleUpdateStrKeyInternal() 137 bool GetChromeChannelInternal(bool system_install, in GetChromeChannelInternal() 192 bool system_install = false; in IsSystemInstall() local 212 bool GoogleUpdateSettings::GetCollectStatsConsentAtLevel(bool system_install) { in GetCollectStatsConsentAtLevel() 251 bool GoogleUpdateSettings::SetCollectStatsConsentAtLevel(bool system_install, in SetCollectStatsConsentAtLevel() 404 std::wstring GoogleUpdateSettings::GetChromeChannel(bool system_install) { in GetChromeChannel() 410 bool GoogleUpdateSettings::GetChromeChannelAndModifiers(bool system_install, in GetChromeChannelAndModifiers() 415 void GoogleUpdateSettings::UpdateInstallStatus(bool system_install, in UpdateInstallStatus() 497 bool system_install = IsSystemInstall(); in UpdateProfileCounts() local 592 string16 GoogleUpdateSettings::GetUninstallCommandLine(bool system_install) { in GetUninstallCommandLine() [all …]
|
D | helper.cc | 41 base::FilePath GetChromeInstallPath(bool system_install, in GetChromeInstallPath() 68 BrowserDistribution* GetBinariesDistribution(bool system_install) { in GetBinariesDistribution() 84 std::wstring GetAppGuidForUpdates(bool system_install) { in GetAppGuidForUpdates()
|
D | installation_state.cc | 27 bool ProductState::Initialize(bool system_install, in Initialize() 47 bool ProductState::Initialize(bool system_install, in Initialize() 263 bool system_install, in GetNonVersionedProductState() 271 bool system_install, in GetProductState()
|
D | google_update_util.cc | 40 bool IsGoogleUpdatePresent(bool system_install) { in IsGoogleUpdatePresent() 47 base::FilePath GetGoogleUpdateSetupExe(bool system_install) { in GetGoogleUpdateSetupExe() 199 bool UninstallGoogleUpdate(bool system_install) { in UninstallGoogleUpdate()
|
D | install_util.cc | 207 bool system_install, BrowserDistribution::Type distribution_type) { in GetChromeUninstallCmd() 216 bool system_install, in GetChromeVersion() 241 bool system_install, in GetCriticalUpdateVersion() 276 void InstallUtil::AddInstallerResultItems(bool system_install, in AddInstallerResultItems() 303 void InstallUtil::UpdateInstallerStage(bool system_install, in UpdateInstallerStage() 353 bool system_install) { in IsMultiInstall()
|
D | google_chrome_binaries_distribution.cc | 56 void GoogleChromeBinariesDistribution::UpdateInstallStatus(bool system_install, in UpdateInstallStatus()
|
D | chrome_frame_distribution.cc | 148 void ChromeFrameDistribution::UpdateInstallStatus(bool system_install, in UpdateInstallStatus()
|
D | google_chrome_distribution_dummy.cc | 145 void GoogleChromeDistribution::UpdateInstallStatus(bool system_install, in UpdateInstallStatus()
|
D | chrome_app_host_distribution.cc | 151 void ChromeAppHostDistribution::UpdateInstallStatus(bool system_install, in UpdateInstallStatus()
|
D | installation_validator.h | 181 bool system_install; member
|
D | product.cc | 119 bool Product::SetMsiMarker(bool system_install, bool set) const { in SetMsiMarker()
|
D | browser_distribution.cc | 292 void BrowserDistribution::UpdateInstallStatus(bool system_install, in UpdateInstallStatus()
|
D | installer_state.cc | 474 bool InstallerState::system_install() const { in system_install() function in installer::InstallerState 809 const bool system_install = this->system_install(); in WriteInstallerResult() local
|
D | google_chrome_distribution.cc | 291 void GoogleChromeDistribution::UpdateInstallStatus(bool system_install, in UpdateInstallStatus()
|
D | installation_validator.cc | 413 bool system_install, in ValidateBinaries() 720 bool system_install, in ValidateProduct()
|
D | installer_state_unittest.cc | 451 const bool system_install = false; in TEST_F() local
|
/external/chromium_org/chrome/installer/setup/ |
D | install_worker_unittest.cc | 134 void SetProductState(bool system_install, in SetProductState() 294 bool system_install, in BuildBasicInstallerState() 384 bool system_install, in BuildChromeInstallerState() 405 bool system_install, in BuildChromeFrameInstallerState()
|
D | setup_main.cc | 787 const bool system_install = installer_state->system_install(); in InstallProducts() local 1284 bool system_install) { in InitializeCrashReporting() 1390 const bool system_install = installer_state.system_install(); in InstallProductsHelper() local 1696 bool system_install = false; in wWinMain() local
|
D | install_worker.cc | 767 const bool system_install = installer_state.system_install(); in AddOemInstallWorkItems() local 816 const bool system_install = installer_state.system_install(); in AddEulaAcceptedWorkItems() local 873 const bool system_install = installer_state.system_install(); in AddGoogleUpdateWorkItems() local
|
D | setup_util.cc | 254 bool system_install, in GetExistingHigherInstaller()
|
/external/chromium_org/chrome/browser/ |
D | upgrade_detector_impl.cc | 228 bool system_install = IsSystemInstall(); in DetectUpgradeTask() local
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_service_win.cc | 175 bool system_install = in SetDidRunForNDayActiveStats() local
|
/external/chromium_org/chrome/browser/metrics/ |
D | metrics_service.cc | 1078 const bool system_install = GoogleUpdateSettings::IsSystemInstall(); in InitTaskGetGoogleUpdateData() local
|
/external/chromium_org/chrome_frame/test/ |
D | test_with_web_server.cc | 315 bool system_install = ver_system.IsValid(); in VersionTest() local
|