Lines Matching defs:base
5 #include "base/win/win_util.h"
14 #include "base/logging.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/win/registry.h"
17 #include "base/string_util.h"
18 #include "base/stringprintf.h"
19 #include "base/threading/thread_restrictions.h"
20 #include "base/win/scoped_handle.h"
21 #include "base/win/windows_version.h"
23 namespace base {
36 (base::win::GetVersion() >= base::win::VERSION_VISTA) ?
50 base::win::ScopedHandle token_scoped(token);
90 base::ThreadRestrictions::ScopedAllowIO allow_io;
92 base::win::RegKey key(HKEY_LOCAL_MACHINE,
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);
148 } // namespace base