HomeSort by relevance Sort by last modified time
    Searched refs:kAutoRunKeyPath (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/win/
win_util.cc 125 static const char16 kAutoRunKeyPath[] =
130 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE);
136 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE);
143 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_QUERY_VALUE);
  /external/chromium_org/base/win/
win_util.cc 181 static const char16 kAutoRunKeyPath[] =
186 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE);
192 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE);
199 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_QUERY_VALUE);
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 35 static const char16 kAutoRunKeyPath[] =
159 base::win::RegKey key(HKEY_CURRENT_USER, kAutoRunKeyPath, KEY_SET_VALUE);
167 base::win::RegistryValueIterator value(HKEY_CURRENT_USER, kAutoRunKeyPath);

Completed in 57 milliseconds