OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAutoRunKeyPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/win/
win_util.cc
182
static const char16
kAutoRunKeyPath
[] =
187
base::win::RegKey autorun_key(root_key,
kAutoRunKeyPath
, KEY_SET_VALUE);
193
base::win::RegKey autorun_key(root_key,
kAutoRunKeyPath
, KEY_SET_VALUE);
200
base::win::RegKey autorun_key(root_key,
kAutoRunKeyPath
, KEY_QUERY_VALUE);
/external/chromium_org/cloud_print/service/win/
chrome_launcher.cc
36
static const base::char16
kAutoRunKeyPath
[] =
139
base::win::RegKey key(HKEY_CURRENT_USER,
kAutoRunKeyPath
, KEY_SET_VALUE);
147
base::win::RegistryValueIterator value(HKEY_CURRENT_USER,
kAutoRunKeyPath
);
Completed in 314 milliseconds