OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegPathGoogleUpdate
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_constants.h
33
extern const wchar_t
kRegPathGoogleUpdate
[];
google_update_constants.cc
22
const wchar_t
kRegPathGoogleUpdate
[] = L"Software\\Google\\Update";
google_update_settings.cc
526
if (update_key.Open(root_key, google_update::
kRegPathGoogleUpdate
,
540
google_update::
kRegPathGoogleUpdate
,
555
if (update_key.Open(root_key, google_update::
kRegPathGoogleUpdate
,
572
if (update_key.Open(root_key, google_update::
kRegPathGoogleUpdate
,
google_update_settings_unittest.cc
674
RegKey(root_key_, google_update::
kRegPathGoogleUpdate
, KEY_SET_VALUE);
682
RegKey(root_key_, google_update::
kRegPathGoogleUpdate
, KEY_SET_VALUE)
691
RegKey(root_key_, google_update::
kRegPathGoogleUpdate
, KEY_SET_VALUE)
732
RegKey(root_key_, google_update::
kRegPathGoogleUpdate
, KEY_SET_VALUE);
740
RegKey(root_key_, google_update::
kRegPathGoogleUpdate
, KEY_SET_VALUE)
749
RegKey(root_key_, google_update::
kRegPathGoogleUpdate
, KEY_SET_VALUE)
[
all
...]
google_update_util.cc
51
if (update_key.Open(root_key,
kRegPathGoogleUpdate
, KEY_QUERY_VALUE) ==
Completed in 92 milliseconds