Home | History | Annotate | Download | only in browser

Lines Matching refs:win

15 #include "base/win/scoped_handle.h"
16 #include "base/win/windows_version.h"
77 base::win::OSInfo::WindowsArchitecture windows_architecture =
78 base::win::OSInfo::GetInstance()->architecture();
80 base::win::ScopedHandle snapshot(
93 base::win::ScopedHandle process_handle(::OpenProcess(
98 ((windows_architecture == base::win::OSInfo::X64_ARCHITECTURE) ||
99 (windows_architecture == base::win::OSInfo::IA64_ARCHITECTURE)) &&
100 (base::win::OSInfo::GetWOW64StatusForProcess(process_handle) ==
101 base::win::OSInfo::WOW64_DISABLED);