HomeSort by relevance Sort by last modified time
    Searched defs:windows (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/extensions/
window_controller_list.h 49 const ControllerList& windows() const { return windows_; } function in class:extensions::WindowControllerList
  /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_org/ui/aura/
window_tracker.h 17 // This class keeps track of a set of windows. A Window is removed either
21 typedef std::set<Window*> Windows;
26 // Returns the set of windows being observed.
27 const std::set<Window*>& windows() const { return windows_; } function in class:aura::WindowTracker
29 // Adds |window| to the set of Windows being tracked.
32 // Removes |window| from the set of windows being tracked.
43 Windows windows_;
  /external/v8/tools/
tickprocessor-driver.js 42 'windows': WindowsCppEntriesProvider,
  /external/chromium_org/ash/wm/
base_layout_manager.h 35 // for adding and removing windows, otherwise show state will not be tracked
49 const WindowSet& windows() const { return windows_; } function in class:ash::internal::BaseLayoutManager
99 // windows are readjusted to make sure the window is completely within the
117 // Set of windows we're listening to.
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.
window_cycle_list.h 17 // Tracks a set of Windows that can be stepped through. This class is used by
28 explicit WindowCycleList(const WindowList& windows);
36 const WindowList& windows() const { return windows_; } function in class:ash::WindowCycleList
45 // List of weak pointers to windows to use while cycling with the keyboard.
mru_window_tracker.cc 24 // Adds the windows that can be cycled through for the specified window id to
25 // |windows|.
28 MruWindowTracker::WindowList* windows) {
31 windows->insert(windows->end(), children.begin(), children.end());
34 // Returns true if |window| is a container whose windows can be cycled to.
46 // is used for a stable sort to move minimized windows to the LRU end of the
52 // Returns a list of windows ordered by their stacking order.
53 // If |mru_windows| is passed, these windows are moved to the front of the list.
59 MruWindowTracker::WindowList windows; local
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_controller.cc 38 std::vector<aura::Window*> windows = ash::Shell::GetInstance()-> local
40 // Don't enter overview mode with no windows.
41 if (windows.empty())
45 new WindowSelector(windows, WindowSelector::OVERVIEW, this));
56 std::vector<aura::Window*> windows = ash::Shell::GetInstance()-> local
58 // Don't cycle with no windows.
59 if (windows.empty())
63 new WindowSelector(windows, WindowSelector::CYCLE, this));
  /external/chromium_org/v8/tools/
tickprocessor-driver.js 54 'windows': WindowsCppEntriesProvider,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
OS.java 23 private static boolean windows; field in class:OS
29 windows = "Windows".startsWith(osName);
49 return windows;
  /ndk/build/core/
definitions-host.mk 43 ifeq ($(HOST_OS),windows)
58 ifeq ($(HOST_OS),windows)
73 ifeq ($(HOST_OS),windows)
87 ifeq ($(HOST_OS),windows)
102 ifeq ($(HOST_OS),windows)
131 ifeq ($(HOST_OS),windows)
146 # On Windows, we need to take care drive prefix in file paths, e.g.:
157 ndk-windows-drive-letters := a b c d e f g h i j k l m n o p q r s t u v w x y z \
160 ndk-windows-drive-patterns := $(foreach _drive,$(ndk-windows-drive-letters),$(_drive):%
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 64 session->windows.push_back(win);
147 std::vector<SessionWindow*> windows; local
148 ASSERT_TRUE(tracker.LookupSessionWindows(tag1, &windows));
149 ASSERT_EQ(0U, windows.size());
151 // The sessions don't have valid windows, lookup should not succeed.
  /external/chromium_org/apps/
app_lifetime_monitor.cc 84 ShellWindowRegistry::ShellWindowList windows =
87 if (windows.size() == 1)
94 ShellWindowRegistry::ShellWindowList windows = local
97 if (windows.empty())
  /external/chromium_org/chrome/browser/sync/glue/
synced_session.h 22 // list of windows along with a unique session identifer (tag) and meta-data
54 // Map of windows that make up this session. Windowws are owned by the session
56 SyncedWindowMap windows; member in struct:browser_sync::SyncedSession
synced_session_tracker_unittest.cc 41 ASSERT_EQ(1U, session->windows.size());
50 ASSERT_EQ(1U, session->windows.size());
51 ASSERT_EQ(1U, session->windows[10]->tabs.size());
52 ASSERT_EQ(tracker.GetTab("tag", 15, 1), session->windows[10]->tabs[0]);
77 std::vector<const SessionWindow*> windows; local
78 ASSERT_FALSE(tracker.LookupSessionWindows("tag1", &windows));
85 ASSERT_TRUE(tracker.LookupSessionWindows("tag1", &windows));
86 ASSERT_EQ(2U, windows.size()); // Only windows from tag1 session.
87 ASSERT_NE((SessionWindow*)NULL, windows[0])
152 std::vector<const SessionWindow*> windows; local
    [all...]
  /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/chromium/chrome/browser/
fullscreen_linux.cc 23 std::vector<XID> windows; local
25 if (!ui::GetXWindowStack(window, &windows)) {
27 // to old school enumeration of all X windows.
34 windows.push_back(children[i]);
40 for (iter = windows.begin(); iter != windows.end(); iter++) {
47 // 1) Enumerate all top-level windows from the top to the bottom.
52 // 2.3) Enumerate all its child windows. If there is a child window that is
  /external/chromium_org/chrome/browser/
fullscreen_gtk.cc 22 std::vector<XID> windows; local
24 if (!ui::GetXWindowStack(window, &windows)) {
26 // to old school enumeration of all X windows.
33 windows.push_back(children[i]);
39 for (iter = windows.begin(); iter != windows.end(); iter++) {
46 // 1) Enumerate all top-level windows from the top to the bottom.
51 // 2.3) Enumerate all its child windows. If there is a child window that is
  /external/chromium_org/ui/views/widget/
window_reorderer.cc 59 // Class which reorders windows as a result of the kHostViewKey property being
127 const std::vector<aura::Window*>& windows = parent_window_->children(); local
128 for (size_t i = 0; i < windows.size(); ++i)
129 association_observer_->StartObserving(windows[i]);
136 // |association_observer_| stops observing any windows it is observing upon
149 // Exit early if there are no views with associated windows.
156 // with layers and views with associated windows in the view tree.
162 // layers of windows associated with a view. Iterate through
163 // |view_with_layer_order| backwards and stack windows at the bottom so that
164 // windows not associated to a view are stacked above windows with a
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowToken.java 24 * Container of a set of related windows in the window manager. Often this
26 * to display windows. For nested windows, there is a WindowToken created for
40 // not be removed when all windows are removed.
49 // All of the windows associated with this token.
50 final WindowList windows = new WindowList(); field in class:WindowToken
55 // Should this token's windows be hidden?
58 // Temporary for finding which tokens no longer have visible windows.
70 // windows will be put to the bottom of the list.
81 pw.print(prefix); pw.print("windows="); pw.println(windows)
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 114 GList* windows = gtk_window_list_toplevels(); local
115 for (GList* element = windows; element; element = g_list_next(element)) {
122 g_list_free(windows);
  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 84 void ReadWindows(std::vector<SessionWindow*>* windows) {
90 helper_.ReadWindows(windows);
110 ScopedVector<SessionWindow> windows; local
111 ReadWindows(&(windows.get()));
113 EXPECT_EQ(1U, windows->size());
116 EXPECT_EQ(1U, windows[0]->tabs.size());
120 SessionTab* tab = windows[0]->tabs[0];
156 ScopedVector<SessionWindow> windows; local
157 ReadWindows(&(windows.get()));
159 ASSERT_EQ(1U, windows->size())
185 ScopedVector<SessionWindow> windows; local
210 ScopedVector<SessionWindow> windows; local
241 ScopedVector<SessionWindow> windows; local
279 ScopedVector<SessionWindow> windows; local
330 ScopedVector<SessionWindow> windows; local
363 ScopedVector<SessionWindow> windows; local
406 ScopedVector<SessionWindow> windows; local
445 ScopedVector<SessionWindow> windows; local
484 ScopedVector<SessionWindow> windows; local
526 ScopedVector<SessionWindow> windows; local
567 ScopedVector<SessionWindow> windows; local
597 ScopedVector<SessionWindow> windows; local
662 ScopedVector<SessionWindow> windows; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 111 foreign_session->windows.begin(); it != foreign_session->windows.end();
177 std::vector<SessionWindow*> windows; local
179 if (!associator->GetForeignSession(session_string_value, &windows)) {
184 std::vector<SessionWindow*>::const_iterator iter_begin = windows.begin() +
188 std::vector<SessionWindow*>::const_iterator(windows.end()) :

Completed in 266 milliseconds

1 2 3 4 5