Searched refs:GetUninstallCommandLine (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc859 // Test GoogleUpdateSettings::GetUninstallCommandLine at system- or user-level,
861 class GetUninstallCommandLine : public GoogleUpdateSettingsTest, class in inherits:GoogleUpdateSettingsTest,testing::WithParamInterface
876 const wchar_t GetUninstallCommandLine::kDummyCommand[] =
879 // Tests that GetUninstallCommandLine returns an empty string if there's no
881 TEST_P(GetUninstallCommandLine, TestNoKey) {
883 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
886 // Tests that GetUninstallCommandLine returns an empty string if there's no
888 TEST_P(GetUninstallCommandLine, TestNoValue) {
891 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
894 // Tests that GetUninstallCommandLine return
[all...]
H A Dgoogle_update_settings.h270 static base::string16 GetUninstallCommandLine(bool system_install);
H A Dgoogle_update_util.cc140 GoogleUpdateSettings::GetUninstallCommandLine(system_install));
H A Dgoogle_update_settings.cc764 base::string16 GoogleUpdateSettings::GetUninstallCommandLine( function in class:GoogleUpdateSettings

Completed in 204 milliseconds