Home
last modified time | relevance | path

Searched refs:kAutoRunKeyPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/win/
Dwin_util.cc125 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/
Dwin_util.cc181 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/
Dchrome_launcher.cc35 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()