Searched refs:metro (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css6 #metro-setup-outer-container {
22 #metro-setup-outer-container .page {
36 #metro-setup-outer-container .page .content-area {
43 #metro-setup-overlay {
50 #metro-title-container {
56 #metro-setup-outer-container .page h1 {
67 #metro-setup-outer-container .page h2 {
77 #metro-setup-overlay .content-area {
83 #metro-action-box button {
97 #metro
[all...]
/external/chromium_org/base/win/
H A Dmetro.cc5 #include "base/win/metro.h"
25 // This must be a metro process if the metro_driver is loaded.
118 HMODULE metro = base::win::GetMetroModule(); local
119 if (!metro)
123 ::GetProcAddress(metro, "GetLaunchType"));
131 ::GetProcAddress(metro, "GetInitialUrl"));
137 ::GetProcAddress(metro, "GetInitialSearchString"));
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc9 #include "base/win/metro.h"
236 HMODULE metro = base::win::GetMetroModule(); local
237 if (!metro)
239 // In windows 8 metro-mode the root window is not the desktop.
241 reinterpret_cast<RootWindow>(::GetProcAddress(metro, "GetRootWindow"));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.cc52 #include "base/win/metro.h"
89 // Fullscreen mode for metro snap, occupying the full height and 20% of
116 // 2- If we are the default, restart chrome in metro and exit
119 // 5- If we are the default then restart chrome in metro and exit
998 bool metro = browser_->host_desktop_type() == chrome::HOST_DESKTOP_TYPE_ASH; local
999 command_updater_.UpdateCommandEnabled(IDC_METRO_SNAP_ENABLE, metro);
1000 command_updater_.UpdateCommandEnabled(IDC_METRO_SNAP_DISABLE, metro);
1001 int restart_mode = metro ? IDC_WIN_DESKTOP_RESTART :
1255 // Disable explicit fullscreen toggling when in metro snap mode.

Completed in 458 milliseconds