/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
types.html | 18 browser windows and are inherited by incognito windows if they are not 25 to incognito windows. For these, they override <code>regular</code> 32 to incognito windows. For these, they override <code>regular</code> and 63 windows and incognito windows. The following example illustrates the behavior. 65 settings for regular windows <b>(R)</b> and settings for incognito windows 72 regular and incognito windows.</li> 74 incognito windows. Regular windows use the settings determined by the lowe [all...] |
/external/chromium/base/win/ |
windows_version.h | 17 // The running version of Windows. This is declared outside OSInfo for 24 VERSION_SERVER_2003, // Also includes Windows XP Professional x64. 45 // The processor architecture this copy of Windows natively uses. For 47 // 32-bit Chrome running on 32-bit Windows: X86_ARCHITECTURE 48 // 32-bit Chrome running on 64-bit Windows via WOW64: X64_ARCHITECTURE 49 // 64-bit Chrome running on 64-bit Windows: X64_ARCHITECTURE 58 // processes to run on 64-bit versions of Windows). This will return 59 // WOW64_DISABLED for both "32-bit Chrome on 32-bit Windows" and "64-bit 60 // Chrome on 64-bit Windows". WOW64_UNKNOWN means "an error occurred", e.g.
|
/external/chromium_org/ash/wm/ |
window_cycle_controller.h | 20 // Controls cycling through windows with the keyboard, for example, via alt-tab. 21 // Windows are sorted primarily by most recently used, and then by screen order. 22 // We activate windows as you cycle through them, so the order on the screen 24 // until the cycling ends. Thus we maintain the state of the windows 36 // Returns true if cycling through windows is enabled. This is false at 40 // Cycles between windows in the given |direction|. If |is_alt_down| then 45 // Cycles between windows without maintaining a multi-step cycle sequence 57 const WindowCycleList* windows() const { return windows_.get(); } function in class:ash::WindowCycleController 60 // Call to start cycling windows. You must call StopCycling() when done.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
WindowsKeyboardCodes.h | 183 #define VK_LWIN 0x5B // Left Windows key (Microsoft Natural keyboard) 185 #define VK_RWIN 0x5C // Right Windows key (Natural keyboard) 243 #define VK_BROWSER_BACK 0xA6 // Windows 2000/XP: Browser Back key 244 #define VK_BROWSER_FORWARD 0xA7 // Windows 2000/XP: Browser Forward key 245 #define VK_BROWSER_REFRESH 0xA8 // Windows 2000/XP: Browser Refresh key 246 #define VK_BROWSER_STOP 0xA9 // Windows 2000/XP: Browser Stop key 247 #define VK_BROWSER_SEARCH 0xAA // Windows 2000/XP: Browser Search key 248 #define VK_BROWSER_FAVORITES 0xAB // Windows 2000/XP: Browser Favorites key 249 #define VK_BROWSER_HOME 0xAC // Windows 2000/XP: Browser Start and Home key 250 #define VK_VOLUME_MUTE 0xAD // Windows 2000/XP: Volume Mute ke [all...] |
/ndk/ |
remove-windows-symlink.sh | 3 # Find all symlink in toolchains/windows and windows-x86_64 directories 4 WIN_DIRS=`find toolchains \( -name "windows" -o -name "windows-x86_64" \)` 33 find toolchains/ -type l | grep windows
|
/external/chromium_org/third_party/tcmalloc/vendor/vsprojects/tmu-static/ |
tmu-static.vcproj | 1 <?xml version="1.0" encoding="Windows-1252"?>
120 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
128 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
139 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
147 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
158 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
166 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
176 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
183 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
188 RelativePath="..\..\src\windows\ia32_modrm_map.cc"> [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_event_names.cc | 17 const char kOnWindowCreated[] = "windows.onCreated"; 18 const char kOnWindowFocusedChanged[] = "windows.onFocusChanged"; 19 const char kOnWindowRemoved[] = "windows.onRemoved";
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_win.h | 14 // mechanism provided by Windows Groups Policy. Policy decisions are 15 // stored as values in a special section of the Windows Registry. 17 // periodically updated by the Windows Group Policy machinery to contain
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_win.cc | 19 // handle and show this popup window under the IME windows. 20 // Otherwise, show this popup window under top-most windows. 22 // display area of IME windows, this workaround becomes unnecessary.
|
/external/chromium_org/chrome/ |
chrome.user32.delay.imports | 6 # user32.dll APIs added post-Windows XP to obviate the need for delay loading 17 # Chrome.dll uses these post-Windows XP (SP2) exports, and so they must be 18 # delay loaded for Chrome.dll to load on Windows XP computers.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_init_win.h | 8 // windows.h needs to be included before BluetoothAPIs.h. 9 #include <windows.h> 13 // The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h.
|
/external/chromium_org/third_party/skia/gyp/ |
iconv.gyp | 3 # NOTE: WINDOWS BUILD ONLY. 29 '../third_party/iconv/config/windows', 33 '../third_party/iconv/config/windows',
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
subsystem.gyp | 25 'sources': ['subsystem-windows.cc'], 35 'sources': ['subsystem-windows.cc'], 67 'sources': ['subsystem-windows.cc'],
|
/external/chromium_org/ui/aura/client/ |
window_types.h | 17 // Regular windows that should be laid out by the client. 20 // Miscellaneous windows that should not be laid out by the shell. 26 // Always on top windows aligned to bottom right of screen.
|
/external/chromium_org/ui/base/accelerators/ |
menu_label_accelerator_util_linux.h | 14 // Change windows accelerator style to GTK style. (GTK uses _ for 15 // accelerators. Windows uses & with && as an escape for &.) 19 // Removes the "&" accelerators from a Windows label.
|
/external/chromium_org/ui/compositor/ |
compositor_constants.h | 8 // This flag is used to work around a rendering bug in Windows where the 12 // over the window, Windows restores the GDI software surface underneath the 14 // small or infrequently painting windows, we force back to the software
|
/external/chromium_org/win8/metro_driver/ |
direct3d_helper.h | 10 #include <windows.ui.core.h> 11 #include <windows.foundation.h> 37 ABI::Windows::Foundation::Rect window_bounds_;
|
/external/skia/gyp/ |
iconv.gyp | 3 # NOTE: WINDOWS BUILD ONLY. 29 '../third_party/iconv/config/windows', 33 '../third_party/iconv/config/windows',
|
/ndk/sources/host-tools/ndk-stack/regex/ |
targetver.h | 4 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
10 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
11 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
|
/sdk/build/ |
windows_sdk_tools.mk | 1 # Makefile to build the Windows SDK Tools under linux. 6 # Define the list of tool-dependent modules to build for the Windows SDK. 31 # for the Windows SDK. These will be built using HOST_OS=linux.
|
/external/chromium_org/chrome/browser/ |
browser_encoding_browsertest.cc | 55 { "windows-874.html", "windows-874" }, 57 { "windows-1250.html", "windows-1250" }, 58 { "windows-1251.html", "windows-1251" }, 59 { "windows-1252.html", "windows-1252" }, 60 { "windows-1253.html", "windows-1253" } [all...] |
/external/chromium_org/ash/ |
debug.cc | 16 aura::Window::Windows root_windows = 19 for (aura::Window::Windows::iterator it = root_windows.begin(); 31 aura::Window::Windows root_windows = 34 for (aura::Window::Windows::iterator it = root_windows.begin(); 46 aura::Window::Windows root_windows = 49 for (aura::Window::Windows::iterator it = root_windows.begin();
|
/external/chromium_org/base/ |
base_paths_win.h | 8 // This file declares windows-specific path keys for the base module. 17 DIR_WINDOWS, // Windows directory, usually "c:\windows" 18 DIR_SYSTEM, // Usually c:\windows\system32" 36 // for Windows 8. Maps to "Local\AppData\Microsoft\ 37 // Windows\Application Shortcuts\".
|
/external/chromium_org/third_party/icu/source/data/mappings/ |
ucmcore.mk | 3 # A list of UCM's to build for core MIME/Unix/Windows encodings 12 # Windows-125x 13 # EUC-CN, GBK (Windows cp936), GB 18030 14 # Big5 (Windows cp950) 15 # SJIS (Windows cp932), EUC-JP 16 # EUC-KR, KS C 5601, Windows cp949
|
/external/icu4c/data/mappings/ |
ucmcore.mk | 3 # A list of UCM's to build for core MIME/Unix/Windows encodings 12 # Windows-125x 13 # EUC-CN, GBK (Windows cp936), GB 18030 14 # Big5 (Windows cp950) 15 # SJIS (Windows cp932), EUC-JP 16 # EUC-KR, KS C 5601, Windows cp949
|