Searched defs:windows (Results 51 - 75 of 89) sorted by relevance

1234

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsessions_helper.cc37 ScopedWindowMap::ScopedWindowMap(SessionWindowMap* windows) { argument
38 Reset(windows);
53 void ScopedWindowMap::Reset(SessionWindowMap* windows) { argument
56 std::swap(*windows, windows_);
72 if (local_session->windows.size() == 0) {
73 DVLOG(1) << "Empty windows vector";
80 local_session->windows.begin();
81 it != local_session->windows.end(); ++it) {
201 for (SessionWindowMap::const_iterator w = local_session->windows.begin();
202 w != local_session->windows
342 CheckForeignSessionsAgainst( int index, const std::vector<ScopedWindowMap>& windows) argument
379 CheckForeignSessionsChecker( int index, const std::vector<ScopedWindowMap>& windows) argument
398 AwaitCheckForeignSessionsAgainst( int index, const std::vector<ScopedWindowMap>& windows) argument
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc79 std::vector<WindowInfo> windows; member in struct:RecentTabsBuilderTestHelper::SessionInfo
122 sessions_[session_index].windows.push_back(window_info);
126 return sessions_[session_index].windows.size();
131 return sessions_[session_index].windows[window_index].id;
148 sessions_[session_index].windows[window_index].tabs.push_back(tab_info);
153 return sessions_[session_index].windows[window_index].tabs.size();
159 return sessions_[session_index].windows[window_index].tabs[tab_index].id;
165 return sessions_[session_index].windows[window_index]
173 sessions_[session_index].windows[window_index].tabs[tab_index].title;
228 std::vector<const SessionWindow*> windows; local
[all...]
H A Drecent_tabs_sub_menu_model.cc358 // - Recently closed header, then list of local recently closed tabs/windows,
367 // |local_window_items_| contains the local recently closed windows.
449 // Get windows of session.
450 std::vector<const SessionWindow*> windows; local
451 if (!open_tabs->GetForeignSession(session_tag, &windows) ||
452 windows.empty()) {
456 // Collect tabs from all windows of session, pruning those that are not
460 for (size_t j = 0; j < windows.size(); ++j) {
461 const SessionWindow* window = windows[j];
650 // Remove local items (recently closed tabs and windows) fro
[all...]
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc59 // FindWindowEx() this function walks the tree of windows recursively. The walk
63 std::list<HWND> windows; local
64 windows.push_back(parent);
66 while (!windows.empty()) {
67 HWND child = FindWindowEx(windows.front(), NULL, NULL, NULL);
76 windows.push_back(child);
79 child = FindWindowEx(windows.front(), child, NULL, NULL);
82 windows.pop_front();
90 // Used to close any windows activated on a particular thread. It installs
92 // windows
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc95 virtual bool GetWindowList(WindowList* windows) OVERRIDE;
163 bool WindowCapturerLinux::GetWindowList(WindowList* windows) { argument
177 LOG(LS_ERROR) << "Failed to query for child windows for screen "
183 // Iterate in reverse order to return windows from front to back.
198 windows->swap(result);
347 LOG(LS_ERROR) << "Failed to query for child windows although window"
369 // says this hint *should* be present on all windows, and we use the existence
371 // a desktop element (that is, only "normal" windows should be shareable).
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py22 import drivers # Functions for driving keyboard/mouse/windows, OS-specific namespace
/external/libvorbis/doc/
H A D01-introduction.tex296 \item decode window shape (long windows only)
341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
354 This is easy to visualize in the case of equal sized-windows:
358 \captionof{figure}{overlap of two equal-sized windows}
362 windows:
374 window (short windows require no modification), Vorbis also codes two
383 can be found in \cite{Sporer/Brandenburg/Edler}. Vorbis windows
512 of the current window. In the case of same-sized windows, the amount
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc278 // Tests entering overview mode with two windows and selecting one by clicking.
295 // In overview mode the windows should no longer overlap and the text filter
387 // Tests entering overview mode with two windows and selecting one.
577 // Tests that non-activatable windows are hidden when entering overview mode.
600 // Tests that windows with modal child windows are transformed with the modal
627 // Given that their relative positions are preserved, the windows should still
637 // Tests that windows remain on the display they are currently on in overview
701 // These windows will be deleted when the test exits and the Shell instance
845 ScopedVector<aura::Window> windows; local
890 ScopedVector<aura::Window> windows; local
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc193 // Get a list of all windows.
194 const std::vector<aura::Window*> windows = local
197 if (windows.empty())
200 aura::Window::Windows::const_iterator iter = windows.begin();
203 iter = std::find(windows.begin(), windows.end(), active);
205 int index = (iter == windows.end()) ? 0 : (iter - windows.begin());
212 for (int i = index + windows.size(); i >= 0; i--) {
213 aura::Window* window = windows[
506 const std::vector<aura::Window*> windows = local
[all...]
/external/chromium_org/athena/wm/
H A Dsplit_view_controller.cc183 const aura::Window::Windows& windows = window_list_provider_->GetWindowList(); local
184 aura::Window::Windows::const_reverse_iterator iter = windows.rbegin();
192 if (!left && iter != windows.rend()) {
195 if (left == right && iter != windows.rend()) {
201 if (!right && iter != windows.rend()) {
204 if (right == left && iter != windows.rend()) {
509 const aura::Window::Windows& windows = window_list_provider_->GetWindowList(); local
510 CHECK(windows.size() >= 2);
511 aura::Window::Windows::const_reverse_iterator iter = windows.rbegin();
H A Dwindow_overview_mode.cc49 // |split| is set if this window is one of the two split windows in split-view
218 // Prepare the desired transforms for all the windows, and set the initial
219 // state on the windows.
230 const aura::Window::Windows& windows = local
232 if (windows.empty())
234 std::for_each(windows.begin(),
235 windows.end(),
241 // Computes the transforms for all windows in both the topmost and bottom-most
243 // the windows.
247 const aura::Window::Windows& windows local
300 const aura::Window::Windows& windows = local
358 const aura::Window::Windows& windows = local
720 const aura::Window::Windows& windows = variable
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc94 // WindowStateManager remembers which windows have been minimized in order to
101 // Minimizes all windows except the active window.
104 // Unminimizes all minimized windows restoring them to their previous state.
113 // Store all unminimized windows except |active_window| and minimize them.
114 // All the windows are saved in a map and the key value is |user_id_hash|.
118 // Unminimize all the stored windows for |user_id_hash|.
128 // Map of user id hash and associated list of minimized windows.
174 std::vector<aura::Window*> windows = local
177 for (std::vector<aura::Window*>::iterator iter = windows.begin();
178 iter != windows
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_sanity_browsertest.cc626 std::vector<DevToolsWindow*> windows; local
632 windows.push_back(devtools_window);
645 DevToolsWindowTesting::Get(windows[0])->main_web_contents());
647 DevToolsWindowTesting::Get(windows[2])->main_web_contents());
653 chrome::CloseWindow(DevToolsWindowTesting::Get(windows[1])->browser());
784 // Flaking on windows swarm try runs: crbug.com/409285.
/external/clang/test/Sema/
H A Ddesignated-initializers.c63 struct rect windows[] = { variable in typeref:struct:rect
70 int windows_size[((sizeof(windows) / sizeof(struct rect)) == 6)? 1 : -1];
78 struct rect windows[10]; member in struct:gui
82 [5].windows[3].top_left.x = { 7.0 } // expected-warning{{braces around scalar initializer}}
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc172 // Deactivate the window to close menu / bubble windows.
357 aura::Window::Windows windows; local
363 windows.push_back(GetWindow(it->second));
365 return windows;
474 // Swap root windows between current and new primary display.
/external/chromium_org/ash/
H A Droot_window_controller.cc147 // Docked windows have bounds handled by the layout manager in AddChild().
155 // Reparents the appropriate set of windows from |src| to |dst|.
157 // Set of windows to move.
171 // Restart iteration from the source container windows each time as they
172 // may change as a result of moving other windows.
179 // If the entire window list is modal background windows then stop.
358 // Change the target root window before closing child windows. If any child
360 // window list adding windows from the target root window's containers which
485 // Deactivate keyboard container before closing child windows and shutting
489 // panel_layout_manager_ needs to be shut down before windows ar
613 const aura::Window::Windows& windows = local
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc1017 const std::vector<aura::Window*> windows = local
1020 // Process the window list and check if there are any visible windows.
1022 for (size_t i = 0; i < windows.size(); ++i) {
1023 if (windows[i] && windows[i]->IsVisible() &&
1024 !wm::GetWindowState(windows[i])->IsMinimized() &&
1025 root_window_ == windows[i]->GetRootWindow()) {
1030 // If there are no visible windows do not hide the shelf.
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc52 #include "chrome/common/extensions/api/windows.h"
103 namespace windows = api::windows;
209 scoped_ptr<windows::Get::Params> params(windows::Get::Params::Create(*args_));
231 scoped_ptr<windows::GetCurrent::Params> params(
232 windows::GetCurrent::Params::Create(*args_));
253 scoped_ptr<windows::GetLastFocused::Params> params(
254 windows::GetLastFocused::Params::Create(*args_));
280 scoped_ptr<windows
289 const WindowControllerList::ControllerList& windows = local
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service.cc143 // Creates and add entries to |entries| for each of the windows in |windows|.
144 static void CreateEntriesFromWindows(std::vector<SessionWindow*>* windows,
191 // Callback from SessionService when we've received the windows from the
195 void OnGotPreviousSession(ScopedVector<SessionWindow> windows,
346 // that we need to load the windows from session service (which will have
370 std::vector<SessionWindow*>* windows,
372 for (size_t i = 0; i < windows->size(); ++i) {
374 if (ConvertSessionWindowToWindow((*windows)[i], window.get()))
778 ScopedVector<SessionWindow> windows,
369 CreateEntriesFromWindows( std::vector<SessionWindow*>* windows, std::vector<Entry*>* entries) argument
777 OnGotPreviousSession( ScopedVector<SessionWindow> windows, SessionID::id_type ignored_active_window) argument
[all...]
H A Dsession_restore.cc552 // When asynchronous its possible for there to be no windows. To make sure
773 void OnGotSession(ScopedVector<SessionWindow> windows, argument
789 windows_.swap(windows.get());
796 ProcessSessionWindows(&windows.get(), active_window_id);
799 Browser* ProcessSessionWindows(std::vector<SessionWindow*>* windows, argument
801 VLOG(1) << "ProcessSessionWindows " << windows->size();
811 if (windows->empty()) {
831 // windows has the same id as specified in active_window_id.
839 for (std::vector<SessionWindow*>::iterator i = windows->begin();
840 i != windows
[all...]
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc170 std::set<SyncedWindowDelegate*> windows = local
174 windows.begin(); i != windows.end(); ++i) {
248 current_session->windows[window_id]);
256 // if the entity specifics are identical (i.e windows, client name did
390 // Note, we always associate windows because it's possible a tab became
442 for (win_iter = session->windows.begin();
443 win_iter != session->windows.end(); ++win_iter) {
630 // unused tabs/windows get cleared by the CleanupSession(...) call).
633 // Process all the windows an
861 GetForeignSession( const std::string& tag, std::vector<const SessionWindow*>* windows) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc1325 // app windows for incognito processes.
1389 const AppWindowRegistry::AppWindowList windows = local
1394 for (AppWindowRegistry::const_iterator it = windows.begin();
1395 it != windows.end();
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc467 // Child windows are invisible at first, and shown after being resized.
479 // Create the child windows in tab order.
501 } windows[] = { local
511 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator;
513 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
514 CalculateWindowSizeForText(windows[i].wnd, windows[i].text,
515 &windows[i].width, &windows[i].height);
516 total_width += windows[
[all...]
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dtest_util.js60 var windows = {};
63 windows[id] = {
69 windows[id] = {
74 return windows;
/external/deqp/modules/egl/
H A DteglMultiThreadTests.cpp845 // Clear windows
965 vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); local
993 else if (windows.size() > 5 && ((m_types & TYPE_WINDOW) != 0))
1023 else if (windows.size() < 3 && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TYPE_SINGLE_WINDOW) == 0))
1028 else if (windows.empty() && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TYPE_SINGLE_WINDOW) != 0))
1079 windows.push_back(std::make_pair(window, surface));
1105 windows.push_back(std::make_pair(window, surface));
1185 const int windowNdx = rnd.getInt(0, (int)(windows.size()-1));
1187 thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << windows[windowNdx].second << ")" << ThreadLog::EndMessage;
1189 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, windows[windowNd
1237 vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); local
1266 vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); local
1393 vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); local
[all...]

Completed in 931 milliseconds

1234