Searched defs:OSInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/win/
H A Dwindows_version.cc15 OSInfo* OSInfo::GetInstance() {
16 return Singleton<OSInfo>::get();
19 OSInfo::OSInfo() function in class:base::win::OSInfo
52 OSInfo::~OSInfo() {
56 OSInfo::WOW64Status OSInfo::GetWOW64StatusForProcess(HANDLE process_handle) {
69 return OSInfo
[all...]
H A Dwindows_version.h17 // The running version of Windows. This is declared outside OSInfo for
32 class BASE_API OSInfo { class in namespace:base::win
68 static OSInfo* GetInstance();
84 OSInfo();
85 ~OSInfo();
95 friend struct DefaultSingletonTraits<OSInfo>;
96 DISALLOW_COPY_AND_ASSIGN(OSInfo);

Completed in 40 milliseconds