Home
last modified time | relevance | path

Searched refs:kAutoRunKeyPath (Results 1 – 1 of 1) 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()