Home | History | Annotate | Download | only in browser

Lines Matching refs:win

19 #include "base/win/message_window.h"
20 #include "base/win/metro.h"
21 #include "base/win/scoped_handle.h"
22 #include "base/win/win_util.h"
23 #include "base/win/windows_version.h"
102 return base::win::MessageWindow::FindWindow(user_data_dir.value());
116 if (base::win::IsMetroProcess()) {
123 base::win::MetroLaunchType launch = base::win::GetMetroLaunchParams(&terms);
124 if (launch != base::win::METRO_SEARCH) {
140 base::win::ScopedHandle process_handle;
141 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
149 if (base::win::IsProcessImmersive(process_handle.Get()))