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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 30 ScopedWindowMap::ScopedWindowMap(SessionWindowMap* windows) {
31 Reset(windows);
46 void ScopedWindowMap::Reset(SessionWindowMap* windows) {
49 std::swap(*windows, windows_);
65 if (local_session->windows.size() == 0) {
66 DVLOG(1) << "Empty windows vector";
73 local_session->windows.begin();
74 it != local_session->windows.end(); ++it) {
155 for (SessionWindowMap::const_iterator w = local_session->windows.begin();
156 w != local_session->windows.end(); ++w)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager.h 22 // The MultiUserWindowManager manages windows from multiple users by presenting
23 // only user relevant windows to the current user. The manager is automatically
24 // determining the window ownership from browser and application windows and
26 // Un-owned windows will be visible on all users desktop's and owned windows can
29 // Windows which are neither a browser nor an app can be associated with a user
36 // - All child windows will be owned by the same owner as its parent.
44 MULTI_PROFILE_MODE_MIXED // All users mix windows freely.
90 // Returns true when windows are shared among users.
102 // Adds user to monitor starting and running V1/V2 application windows
    [all...]
  /external/icu4c/common/
umutex.h 33 /* TODO(andy): Why doesn't windows.h compile in all files? It does in some.
34 * The intent was to include windows.h here, and have struct UMutex
35 * have an embedded CRITICAL_SECTION when building on Windows.
37 * avoiding the need to include windows.h everwhere this header is included.
45 # include <windows.h>
154 /* U_INIT_ONCE mimics the windows API INIT_ONCE, which exists on Windows Vista and newer.
155 * When ICU no longer needs to support older Windows platforms (XP) that do not have
156 * a native INIT_ONCE, switch this implementation over to wrap the native Windows APIs.
169 * Windows.h, which would allow using CRITICAL_SECTIO
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidLocaleTest.java 134 "Windows-950",
135 "Windows-1250",
136 "Windows-1251",
137 "Windows-1252",
138 "Windows-1253",
139 "Windows-1254",
140 "Windows-1255",
141 "Windows-1256",
142 "Windows-1257",
143 "Windows-1258"
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
whats_new.html 31 <li> The <a href="windows.html#method-create">chrome.windows.create()</a>
33 Previously, all new windows had the keyboard focus;
34 now you can create windows without interrupting the user's typing.
39 the <a href="windows.html#method-create">chrome.windows.create()</a>
41 or the <a href="windows.html#type-Window">Window</a> type.
95 to run even when Chrome has no windows open.
101 <li> The <a href="windows.html#method-create">chrome.windows.create()</a
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 76 std::vector<WindowInfo> windows; member in struct:RecentTabsBuilderTestHelper::SessionInfo
119 sessions_[session_index].windows.push_back(window_info);
123 return sessions_[session_index].windows.size();
128 return sessions_[session_index].windows[window_index].id;
145 sessions_[session_index].windows[window_index].tabs.push_back(tab_info);
150 return sessions_[session_index].windows[window_index].tabs.size();
156 return sessions_[session_index].windows[window_index].tabs[tab_index].id;
162 return sessions_[session_index].windows[window_index]
170 sessions_[session_index].windows[window_index].tabs[tab_index].title;
202 std::vector<const SessionWindow*> windows; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.js 12 chrome.windows.getCurrent(function(currentWindow) {
14 chrome.windows.getLastFocused(function(focusedWindow) {
26 chrome.windows.getAll({ populate: true }, function(windowList) {
142 chrome.windows.onCreated.addListener(function(createInfo) {
143 appendToLog('windows.onCreated -- window: ' + createInfo.id);
147 chrome.windows.onFocusChanged.addListener(function(windowId) {
149 appendToLog('windows.onFocusChanged -- window: ' + windowId);
153 chrome.windows.onRemoved.addListener(function(windowId) {
154 appendToLog('windows.onRemoved -- window: ' + windowId);
235 chrome.windows.create(args)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 48 namespace windows = api::windows;
54 "There are no browser windows to restore the session.";
103 scoped_ptr<windows::Window> CreateWindowModelHelper(
106 const windows::Window::Type& type,
107 const windows::Window::State& state) {
108 scoped_ptr<windows::Window> window_struct(new windows::Window);
122 scoped_ptr<windows::Window> window) {
153 scoped_ptr<windows::Window
529 std::vector<const SessionWindow*> windows; local
    [all...]
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h 13 // Given a top-level window handle, it enumerates all descendant windows
42 // child windows of the browser window to check if they are hung.
51 // of hung windows.
55 // This method initialized the monitoring of hung windows. All descendant
56 // windows of the passed-in top-level window which belong to a thread
85 // Indicates if this object is currently enumerating hung windows
  /external/chromium/chrome/common/
win_safe_util.cc 31 // Windows installation, or the thread does not have COM initialized.
50 // To help windows decide if the downloaded file is dangerous we can provide
62 // Now check the windows policy.
68 // "windows found that this file is potentially harmful. To help protect
69 // your computer, Windows has blocked access to this file."
70 // Upon dismissal of the dialog windows will delete the file (!!).
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.cc 20 aura::Window::Windows root_windows =
22 for (aura::Window::Windows::iterator iter = root_windows.begin();
32 aura::Window::Windows root_windows =
34 for (aura::Window::Windows::iterator iter = root_windows.begin();
44 aura::Window::Windows root_windows =
46 for (aura::Window::Windows::iterator iter = root_windows.begin();
  /external/chromium_org/ash/wm/overview/
window_selector.h 56 WindowSelector(const WindowList& windows,
67 // Choose |window| from the available windows to select.
92 // Begins positioning windows such that all windows are visible on the screen.
100 // restores their state and helps transform them to other root windows.
103 // Tracks observed windows.
window_selector_item.h 18 // windows, of which only one can be activated by keyboard (i.e. alt+tab) but
47 // Returns true if this item has no more selectable windows (i.e. after
52 // one time actions such as restoring minimized windows.
60 // Recomputes the positions for the windows in this selection item. This is
69 // If |animate| the windows are animated from their current location.
74 // Sets the bounds used by the selector item's windows.
window_selector_controller.h 31 // Manages a window selector which displays an overview of all windows and
39 // Returns true if selecting windows in an overview is enabled. This is false
48 // Cycles between windows in the given |direction|. It is assumed that the
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 12 // Given a top-level window handle, it enumerates all descendant windows
40 // child windows of the browser window to check if they are hung.
49 // of hung windows.
53 // This method initialized the monitoring of hung windows. All descendant
54 // windows of the passed-in top-level window which belong to a thread
83 // Indicates if this object is currently enumerating hung windows
  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc 57 std::vector<SessionWindow*>* windows,
63 read_commands.get(), windows, active_window_id);
97 const std::vector<SessionWindow*>& windows,
99 ASSERT_EQ(1U, windows.size());
100 EXPECT_EQ(1U, windows[0]->tabs.size());
101 EXPECT_EQ(nav_count, windows[0]->tabs[0]->navigations.size());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_win.py 40 """DumpReader for windows breakpad."""
76 '%s\\Debugging Tools For Windows',
77 '%s\\Debugging Tools For Windows (x86)',
78 '%s\\Debugging Tools For Windows (x64)',
79 '%s\\Windows Kits\\8.0\\Debuggers\\x86',
80 '%s\\Windows Kits\\8.0\\Debuggers\\x64',
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 28 #include <windows.h>
96 /* Called by windows message loop when application is activated */
99 /* Called by windows message loop when system palette is available */
102 /* Called by windows message loop when the system palette changes */
105 /* Called by windows message loop when a portion of the screen needs update */
108 /* Called by windows message loop when the message isn't handled */
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 78 // The windows tab hides the property tab, so let's bring the property
82 IWorkbenchWindow[] windows = local
84 for (IWorkbenchWindow currentWindow : windows) {
103 // The windows tab hides the tree tab, so let's bring the tree tab
106 IWorkbenchWindow[] windows = local
108 for (IWorkbenchWindow window : windows) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 25 * On windows platforms with IPV6 enabled there are a number of pseudo
32 // only use these on windows platforms
33 if (platform.startsWith("Windows")) {
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.h 30 // Restored tabbed browser windows.
33 // All other restored windows.
36 // Maximized or fullscreen windows.
  /external/chromium_org/base/win/
iat_patch_function.h 8 #include <windows.h>
38 // Returns: Windows error code (winerror.h). NO_ERROR if successful
53 // Returns: Windows error code (winerror.h). NO_ERROR if successful
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.h 24 // App's previous key windows. Most recent key window is last.
38 // Keep track of the previous key windows and whether windows are being
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_gtk.cc 16 // Used to pad the default new window size. On Windows, this is also used for
17 // positioning new windows (each window is offset from the previous one).
18 // Since we don't position windows, it's only used for the default new window
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.h 9 #include <windows.h>
28 // Windows.
47 // Windows. |append_flag| will be passed to zipOpen2().

Completed in 593 milliseconds

<<11121314151617181920>>