OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegOldVersionField
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_constants.h
64
extern const wchar_t
kRegOldVersionField
[];
google_update_constants.cc
52
const wchar_t
kRegOldVersionField
[] = L"opv";
product_state_unittest.cc
175
LONG result = clients_.DeleteValue(google_update::
kRegOldVersionField
);
184
LONG result = clients_.WriteValue(google_update::
kRegOldVersionField
, L"");
193
LONG result = clients_.WriteValue(google_update::
kRegOldVersionField
,
203
LONG result = clients_.WriteValue(google_update::
kRegOldVersionField
,
installation_state.cc
71
if (key.ReadValue(google_update::
kRegOldVersionField
,
/external/chromium_org/chrome/installer/setup/
install_worker.cc
[
all
...]
setup_main.cc
273
reg_root, version_key, google_update::
kRegOldVersionField
);
[
all
...]
Completed in 439 milliseconds