HomeSort by relevance Sort by last modified time
    Searched defs:GetUninstallCommandLine (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/util/
google_update_settings.cc 592 string16 GoogleUpdateSettings::GetUninstallCommandLine(bool system_install) {
google_update_settings_unittest.cc 645 // Test GoogleUpdateSettings::GetUninstallCommandLine at system- or user-level,
647 class GetUninstallCommandLine : public GoogleUpdateSettingsTest,
662 const wchar_t GetUninstallCommandLine::kDummyCommand[] =
665 // Tests that GetUninstallCommandLine returns an empty string if there's no
667 TEST_P(GetUninstallCommandLine, TestNoKey) {
669 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
672 // Tests that GetUninstallCommandLine returns an empty string if there's no
674 TEST_P(GetUninstallCommandLine, TestNoValue) {
677 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
680 // Tests that GetUninstallCommandLine returns an empty string if there's a
    [all...]

Completed in 1886 milliseconds