Home | History | Annotate | Download | only in browser

Lines Matching refs:win

22 #include "base/win/metro.h"
23 #include "base/win/win_util.h"
24 #include "base/win/windows_version.h"
25 #include "base/win/wrapped_window_proc.h"
29 #include "chrome/browser/install_verification/win/install_verification.h"
57 #include "ui/base/win/message_box_win.h"
69 base::win::WinProcExceptionFilter exception_filter =
70 reinterpret_cast<base::win::WinProcExceptionFilter>(
74 exception_filter = base::win::SetWinProcExceptionFilter(exception_filter);
103 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
178 if (base::win::IsMetroProcess()) {
181 GetProcAddress(base::win::GetMetroModule(),
231 base::win::GetVersion() < base::win::VERSION_XP) {
251 UMA_HISTOGRAM_BOOLEAN("Windows.Tablet", base::win::IsTabletDevice());
301 DCHECK(base::win::GetVersion() >= base::win::VERSION_VISTA);
338 base::win::Version version = base::win::GetVersion();
339 if (version >= base::win::VERSION_VISTA) {
341 } else if (version >= base::win::VERSION_XP) {
374 bool is_metro = base::win::IsMetroProcess();