Lines Matching refs:metro
5 #include "base/win/metro.h"
29 // This must be a metro process if the metro_driver is loaded.
82 // Since Windows 8 Metro mode disables CUAS (Cicero Unaware Application
84 // Metro mode. For debugging purposes, explicitly call ImmDisableLegacyIME so
146 // Metro driver exports for getting the launch type, initial url, initial
156 HMODULE metro = base::win::GetMetroModule();
157 if (!metro)
161 ::GetProcAddress(metro, "GetLaunchType"));
169 ::GetProcAddress(metro, "GetInitialUrl"));
175 ::GetProcAddress(metro, "GetInitialSearchString"));