HomeSort by relevance Sort by last modified time
    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[] =
141 base::win::RegKey key(HKEY_CURRENT_USER, kAutoRunKeyPath, KEY_SET_VALUE);
149 base::win::RegistryValueIterator value(HKEY_CURRENT_USER, kAutoRunKeyPath);

Completed in 119 milliseconds