OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegUninstallCmdLine
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_constants.h
73
extern const wchar_t
kRegUninstallCmdLine
[];
google_update_constants.cc
61
const wchar_t
kRegUninstallCmdLine
[] = L"UninstallCmdLine";
google_update_settings_unittest.cc
683
.WriteValue(google_update::
kRegUninstallCmdLine
, L"");
692
.WriteValue(google_update::
kRegUninstallCmdLine
, kDummyCommand);
[
all
...]
google_update_settings.cc
528
update_key.ReadValue(google_update::
kRegUninstallCmdLine
, &cmd_line);
Completed in 60 milliseconds