Searched refs:kAutoRunKeyPath (Results 1 – 3 of 3) sorted by relevance
/external/chromium/base/win/ |
D | win_util.cc | 125 static const char16 kAutoRunKeyPath[] = variable 130 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE); in AddCommandToAutoRun() 136 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE); in RemoveCommandFromAutoRun() 143 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_QUERY_VALUE); in ReadCommandFromAutoRun()
|
/external/chromium_org/base/win/ |
D | win_util.cc | 181 static const char16 kAutoRunKeyPath[] = variable 186 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE); in AddCommandToAutoRun() 192 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE); in RemoveCommandFromAutoRun() 199 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_QUERY_VALUE); in ReadCommandFromAutoRun()
|
/external/chromium_org/cloud_print/service/win/ |
D | chrome_launcher.cc | 35 static const char16 kAutoRunKeyPath[] = variable 159 base::win::RegKey key(HKEY_CURRENT_USER, kAutoRunKeyPath, KEY_SET_VALUE); in DeleteAutorunKeys() 167 base::win::RegistryValueIterator value(HKEY_CURRENT_USER, kAutoRunKeyPath); in DeleteAutorunKeys()
|