HomeSort by relevance Sort by last modified time
    Searched full:windows (Results 201 - 225 of 11440) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_sessions_sync_test.cc 28 // Timeout on Windows, see http://crbug.com/99819
47 SessionWindowMap windows; local
49 i, GURL(base::StringPrintf("http://127.0.0.1/bubba%i", i)), &windows));
50 client_windows[i].Reset(&windows);
83 SessionWindowMap windows; local
85 i, GURL(base::StringPrintf("http://127.0.0.1/bubba%i", i)), &windows));
86 client_windows[i].Reset(&windows);
single_client_sessions_sync_test.cc 34 // Timeout on Windows, see http://crbug.com/99819
73 ScopedWindowMap windows; local
74 ASSERT_TRUE(OpenTabAndGetLocalWindows(0, url, windows.GetMutable()));
77 for (SessionWindowMap::const_iterator it = windows.Get()->begin();
78 it != windows.Get()->end(); ++it) {
107 ScopedWindowMap windows; local
108 ASSERT_TRUE(OpenTabAndGetLocalWindows(0, url, windows.GetMutable()));
111 for (SessionWindowMap::const_iterator it = windows.Get()->begin();
112 it != windows.Get()->end(); ++it) {
  /external/chromium/third_party/libjingle/source/
CHANGELOG 4 - Fixed build on Windows 7 with VS 2010
5 - Fixed build on Windows x64
27 - Builds on Windows, Linux, and Mac OS X with swtoolkit.
41 VoiceEngine Lite media componentry on Windows.
44 - Windows build fixes with Visual Studio Express project files.
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.h 13 // Manages confirming that browser windows are closeable and closing them at
19 // Starts closing all browser windows.
32 // Notifies all browser windows that the close is cancelled.
35 // Checks whether all browser windows are ready to close and closes them if
42 // Closes all browser windows.
  /external/chromium_org/third_party/icu/source/common/
wintz.c 30 #include <windows.h>
52 * HKLM subkeys used to probe for the flavor of Windows. Note that we
59 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones",
62 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT"
69 * Windows.
73 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\",
76 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\"
80 * Flavor of Windows, from our perspective. Not a real OS version,
98 /* Detect the version of windows by trying to open a sequence of
174 This code attempts to detect the Windows time zone, as set in th
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
README.WIN32 9 Windows drivers are build with SCons. Makefiles or Visual Studio projects are
16 to build classic mesa Windows GDI drivers; or
25 Windows Drivers
31 src/mesa/drivers/windows, but the status of this code is unknown.
52 If you have a Windows-related build problem or question, please post
  /external/chromium_org/ui/views/widget/
window_reorderer.h 19 // Class which reorders the widget's child windows which have an associated view
21 // tree. Windows not associated to a view are stacked above windows with an
22 // associated view. The child windows' layers are additionally reordered
49 // Reorders windows as a result of the kHostViewKey being set on a child of
  /external/chromium_org/win8/util/
check_sdk_patch.py 6 """Script to check that the Windows 8 SDK has been appropriately patched so that
32 print ("\nERROR: You are using an unpatched Windows 8 SDK located at %s."
35 "build-instructions-windows\nfor how to apply the patch to build "
41 dummy_file.write('Windows 8 SDK has been patched!')
43 # Patched Windows 8 SDK found.
  /external/llvm/lib/Support/Windows/
Watchdog.inc 1 //===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
10 // This file provides the generic Windows implementation of the Watchdog class.
16 // on Windows. Roughly, a Windows implementation would use CreateWaitableTimer
  /external/mesa3d/docs/
README.WIN32 9 Windows drivers are build with SCons. Makefiles or Visual Studio projects are
16 to build classic mesa Windows GDI drivers; or
25 Windows Drivers
31 src/mesa/drivers/windows, but the status of this code is unknown.
52 If you have a Windows-related build problem or question, please post
  /sdk/sdklauncher/
Android.mk 5 # The "SDK Launcher" is for Windows only.
6 # This simple .exe will sit at the root of the Windows SDK
16 ifeq ($(HOST_OS),windows)
30 # When building the Windows resources under Linux, use the MinGW one
34 # Link the Windows icon file as well into the executable, based on the technique
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 67 // Collect the list of windows that were open when the test started so
110 // Get the set of windows which weren't present when the test
124 // Track the set of remaining windows so that everything can be
150 // Refresh the outstanding windows.
157 // opened windows which have not been fully released. Either
175 // This must NOT retain the windows it is returning.
176 std::set<NSWindow*> windows;
178 // Must create a pool here because [NSApp windows] has created an array
179 // with retains on all the windows in it.
181 NSArray *appWindows = [NSApp windows];
    [all...]
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmlocal.mk 9 # Windows-874
10 # * Windows-125[0-8]
11 # * Simplified Chinese : GBK(Windows cp936), GB 18030
15 # * Traditional Chinese : Big5 (Windows cp950), Big5HKSCS (no PUA)
16 # * Japanese : SJIS (Windows cp932), EUC-JP (google-euc_jp_mod)
17 # * Korean : Windows-949
18 # - EUC-KR table was removed. It's different from Windows-949, but
19 # in practice EUC-KR and Windows-949 are treated synonymously.
22 # use the windows-949 table.
23 # * Thai : Windows-87
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
KeyboardCodes.h 35 #include <windows.h>
268 // VKEY_LWIN (5B) Left Windows key (Microsoft Natural keyboard)
271 // VKEY_RWIN (5C) Right Windows key (Natural keyboard)
424 // VKEY_BROWSER_BACK (A6) Windows 2000/XP: Browser Back key
427 // VKEY_BROWSER_FORWARD (A7) Windows 2000/XP: Browser Forward key
430 // VKEY_BROWSER_REFRESH (A8) Windows 2000/XP: Browser Refresh key
433 // VKEY_BROWSER_STOP (A9) Windows 2000/XP: Browser Stop key
436 // VKEY_BROWSER_SEARCH (AA) Windows 2000/XP: Browser Search key
439 // VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser Favorites key
442 // VKEY_BROWSER_HOME (AC) Windows 2000/XP: Browser Start and Home ke
    [all...]
  /external/chromium/chrome/browser/download/
drag_download_file.h 27 // On Windows, we need to download into a temporary file. Two threads are
44 // Called on drag-and-drop thread (Windows).
62 // Called on drag-and-drop thread (Windows).
63 // Called on UI thread (Windows).
66 // Called on drag-and-drop thread (Windows only).
72 // Called on either drag-and-drop thread or UI thread (Windows).
82 // (Windows).
94 // Accessed on drag-and-drop thread (Windows).
100 // Accessed on drag-and-drop thread (Windows only).
  /external/chromium_org/chrome/common/extensions/api/
sessions.json 8 "description": "Use the <code>chrome.sessions</code> API to query and restore tabs and windows from a browsing session.",
29 "window": {"$ref": "windows.Window", "optional": true, "description": "The $ref:windows.Window, if this entry describes a window. Either this or $ref:Session.tab will be set."}
45 "description": "Gets the list of recently closed tabs and/or windows.",
57 "name": "sessions", "type": "array", "items": { "$ref": "Session" }, "description": "The list of closed entries in reverse order that they were closed (the most recently closed tab or window will be at index <code>0</code>).The entries may contain either tabs or windows."
78 "name": "devices", "type": "array", "items": { "$ref": "Device" }, "description": "The list of $ref:Device objects for each synced session, sorted in order from device with most recently modified session to device with least recently modified session. $ref:tabs.Tab objects are sorted by recency in the $ref:windows.Window of the $ref:Session objects."
87 "description": "Reopens a $ref:windows.Window or $ref:tabs.Tab, with an optional callback to run when the entry has been restored.",
93 "description": "The $ref:windows.Window.sessionId, or $ref:tabs.Tab.sessionId to restore."
103 "description": "A $ref:Session containing the restored $ref:windows.Window or $ref:tabs.Tab object."
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
KeyCodeConversionGtk.cpp 291 return VKEY_LWIN; // (5B) Left Windows key (Microsoft Natural keyboard)
293 return VKEY_RWIN; // (5C) Right Windows key (Natural keyboard)
314 return VKEY_BROWSER_BACK; // (A6) Windows 2000/XP: Browser Back key
316 return VKEY_BROWSER_FORWARD; // (A7) Windows 2000/XP: Browser Forward key
318 return VKEY_BROWSER_REFRESH; // (A8) Windows 2000/XP: Browser Refresh key
320 return VKEY_BROWSER_STOP; // (A9) Windows 2000/XP: Browser Stop key
322 return VKEY_BROWSER_SEARCH; // (AA) Windows 2000/XP: Browser Search key
324 return VKEY_BROWSER_FAVORITES; // (AB) Windows 2000/XP: Browser Favorites key
326 return VKEY_BROWSER_HOME; // (AC) Windows 2000/XP: Browser Start and Home key
328 return VKEY_VOLUME_MUTE; // (AD) Windows 2000/XP: Volume Mute ke
    [all...]
  /external/chromium_org/tools/stats_viewer/
OpenDialog.Designer.cs 27 #region Windows Form Designer generated code
35 this.name_box_ = new System.Windows.Forms.TextBox();
36 this.label1 = new System.Windows.Forms.Label();
37 this.button1 = new System.Windows.Forms.Button();
46 this.name_box_.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
70 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
84 private System.Windows.Forms.TextBox name_box_;
85 private System.Windows.Forms.Label label1;
86 private System.Windows.Forms.Button button1;
  /external/chromium_org/ui/base/test/
ui_cocoa_test_helper.mm 75 // Collect the list of windows that were open when the test started so
103 // Get the set of windows which weren't present when the test
117 // Track the set of remaining windows so that everything can be
143 // Refresh the outstanding windows.
150 // opened windows which have not been fully released. Either
168 // This must NOT retain the windows it is returning.
169 std::set<NSWindow*> windows;
171 // Must create a pool here because [NSApp windows] has created an array
172 // with retains on all the windows in it.
174 NSArray *appWindows = [NSApp windows];
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/vsprojects/addressmap_unittest/
addressmap_unittest.vcproj 1 <?xml version="1.0" encoding="Windows-1252"?>
119 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
126 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
136 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
143 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
153 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
160 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
170 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
177 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
187 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
    [all...]
  /external/chromium/base/allocator/
README 7 the default windows allocator
8 the windows low-fragmentation-heap
12 The mechanism for hooking LIBCMT in windows is rather tricky. The core
13 problem is that by default, the windows library does not declare malloc and
58 "winheap" - Windows default heap
59 "winlfh" - Windows Low-Fragmentation heap
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 48 std::vector<SessionWindow*>* windows) {
52 RestoreSessionFromCommands(read_commands.get(), windows);
88 const std::vector<SessionWindow*>& windows,
90 ASSERT_EQ(1U, windows.size());
91 EXPECT_EQ(1U, windows[0]->tabs.size());
92 EXPECT_EQ(nav_count, windows[0]->tabs[0]->navigations.size());
  /external/chromium_org/base/allocator/
README 7 the default windows allocator
8 the windows low-fragmentation-heap
12 The mechanism for hooking LIBCMT in windows is rather tricky. The core
13 problem is that by default, the windows library does not declare malloc and
58 "winheap" - Windows default heap
59 "winlfh" - Windows Low-Fragmentation heap
  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.h 30 // This is a ShellWindowItemLauncherController for shell windows. There is one
32 // For apps with multiple windows, each item controller keeps track of all
33 // windows associated with the app and their activation order.
92 // List of associated shell windows
98 // The launcher id associated with this set of windows. There is one
102 // Scoped list of observed windows (for removal on destruction)
  /external/chromium_org/third_party/tcmalloc/vendor/vsprojects/low_level_alloc_unittest/
low_level_alloc_unittest.vcproj 1 <?xml version="1.0" encoding="Windows-1252"?>
119 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
126 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
136 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
143 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
153 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
160 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
170 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
177 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
187 AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
    [all...]

Completed in 3742 milliseconds

1 2 3 4 5 6 7 891011>>