Home
last modified time | relevance | path

Searched refs:kRegUninstallCmdLine (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dgoogle_update_constants.cc64 const wchar_t kRegUninstallCmdLine[] = L"UninstallCmdLine"; variable
Dgoogle_update_constants.h74 extern const wchar_t kRegUninstallCmdLine[];
Dgoogle_update_settings_unittest.cc898 .WriteValue(google_update::kRegUninstallCmdLine, L""); in TEST_P()
907 .WriteValue(google_update::kRegUninstallCmdLine, kDummyCommand); in TEST_P()
Dgoogle_update_settings.cc772 update_key.ReadValue(google_update::kRegUninstallCmdLine, &cmd_line); in GetUninstallCommandLine()