/external/chromium_org/chrome/browser/resources/ |
set_as_default_browser.css | 6 #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-action-box button:hover [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_frame_win.cc | 13 #include "base/win/metro.h" 67 // Windows metro exported functions from metro_driver. 121 HMODULE metro = base::win::GetMetroModule(); 122 if (!metro) 124 // We are in metro mode. 127 ::GetProcAddress(metro, "SetFrameWindow")); 135 HMODULE metro = base::win::GetMetroModule(); 136 if (!metro) 139 ::GetProcAddress(metro, "CloseFrameWindow")); 230 // This message is sent by the AnimateWindow API which is used in metro 331 HMODULE metro = base::win::GetMetroModule(); local 382 HMODULE metro = base::win::GetMetroModule(); local [all...] |
/external/chromium_org/base/win/ |
metro.cc | 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(); local 157 if (!metro) 161 ::GetProcAddress(metro, "GetLaunchType")); 169 ::GetProcAddress(metro, "GetInitialUrl")); 175 ::GetProcAddress(metro, "GetInitialSearchString")) [all...] |
win_util.cc | 25 #include "base/win/metro.h" 334 // metro mode. In order to get required values we query for core window screen 344 HMODULE metro = base::win::GetMetroModule(); local 345 // There are apparently instances when current process is inside metro 346 // environment but metro driver dll is not loaded. 347 if (!metro) { 351 ::GetProcAddress(metro, "GetRootWindow"));
|
/external/chromium_org/chrome/browser/download/ |
download_status_updater_win.cc | 14 #include "base/win/metro.h" 72 // Metro chrome will invoke these handlers on the metro thread. 107 // Don't display the Windows8 metro notifications for an incognito download. 112 // Don't display the Windows 8 metro notifications if we are in the 122 // In Windows 8 metro mode display a metro style notification which 124 HMODULE metro = base::win::GetMetroModule(); local 127 ::GetProcAddress(metro, "DisplayNotification")); 135 // Dummy notification id. Every metro style notification needs [all...] |
/external/chromium_org/ui/gfx/win/ |
hwnd_util.cc | 9 #include "base/win/metro.h" 217 // In the Metro process, we never want to show the system menu. 235 HMODULE metro = base::win::GetMetroModule(); local 236 if (!metro) 238 // In windows 8 metro-mode the root window is not the desktop. 240 reinterpret_cast<RootWindow>(::GetProcAddress(metro, "GetRootWindow"));
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
main.js | 47 * New Windows are not allowed in Windows 8 metro mode. [all...] |
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/ |
main.js | 47 * New Windows are not allowed in Windows 8 metro mode. [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |