Searched refs:windows (Results 251 - 275 of 1718) sorted by relevance

<<11121314151617181920>>

/external/webrtc/src/system_wrappers/source/
H A Devent_win.h14 #include <windows.h>
H A Dtrace_win.h16 #include <windows.h>
/external/chromium_org/chrome/test/chromedriver/extension/
H A Dbackground.js51 chrome.windows.getCurrent({populate: true}, function(window) {
60 * @param {Object} updateInfo Update info to pass to chrome.windows.update.
66 chrome.windows.getCurrent({}, function(window) {
68 chrome.windows.update(window.id, updateInfo, function(window) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc51 const std::vector<std::vector<SessionID::id_type> >& windows,
56 ASSERT_EQ(windows.size(), session.windows.size());
61 windows.begin();
62 win_iter != windows.end(); ++win_iter, ++i) {
65 session.windows.find(i);
66 if (map_iter != session.windows.end())
49 VerifySyncedSession( const std::string& tag, const std::vector<std::vector<SessionID::id_type> >& windows, const SyncedSession& session) argument
H A Dsynced_session_tracker.cc33 if (i->first != local_session_tag_ && !foreign_session->windows.empty()) {
36 foreign_session->windows.begin();
37 iter != foreign_session->windows.end(); ++iter) {
53 std::vector<const SessionWindow*>* windows) const {
54 DCHECK(windows);
55 windows->clear();
59 windows->clear();
61 iter->second->windows.begin();
62 window_iter != iter->second->windows.end(); window_iter++) {
63 windows
[all...]
/external/qemu/distrib/ext4_utils/src/
H A DAndroid.mk20 # -- All host/targets including windows
29 ifneq ($(HOST_OS),windows)
42 ifeq ($(HOST_OS),windows)
52 # -- All host/targets excluding windows
55 ifneq ($(HOST_OS),windows)
/external/chromium_org/athena/wm/
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/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/
H A Dconsole_tts_engine.js69 chrome.windows.getCurrent(function(curWindow) {
70 chrome.windows.create(
115 chrome.windows.onRemoved.addListener(removedListener);
/external/chromium_org/win8/metro_driver/
H A Dprint_handler.h8 #include <windows.media.playto.h>
9 #include <windows.graphics.printing.h>
10 #include <windows.ui.core.h>
/external/chromium-libpac/src/
H A Dnet_util.h10 #include <windows.h>
/external/chromium_org/base/
H A Dguid_win.cc10 #include <windows.h>
H A Drand_util_win.cc7 #include <windows.h>
11 // http://msdn.microsoft.com/en-us/library/windows/desktop/aa387694.aspx
/external/chromium_org/base/process/
H A Dmemory.h14 #include <windows.h>
/external/chromium_org/base/win/
H A Diat_patch_function.h8 #include <windows.h>
H A Dscoped_hglobal.h8 #include <windows.h>
H A Dscoped_select_object.h8 #include <windows.h>
H A Dwin_util_unittest.cc5 #include <windows.h>
/external/chromium_org/chrome/app/
H A Dclient_util.h11 #include <windows.h>
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.cc49 namespace windows = api::windows;
55 "There are no browser windows to restore the session.";
106 scoped_ptr<windows::Window> CreateWindowModelHelper(
109 const windows::Window::Type& type,
110 const windows::Window::State& state) {
111 scoped_ptr<windows::Window> window_struct(new windows::Window);
125 scoped_ptr<windows::Window> window) {
156 scoped_ptr<windows
542 std::vector<const SessionWindow*> windows; local
[all...]
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock.h11 #include <windows.h>
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_win.cc7 #include <windows.h>
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dprefs.js185 chrome.windows.getAll({populate: true}, function(windows) {
186 for (var i = 0; i < windows.length; i++) {
187 var tabs = windows[i].tabs;
/external/chromium_org/chrome/browser/sync/
H A Dopen_tabs_ui_delegate.h44 // Loads all windows for foreign session with session tag |tag|. Caller does
49 std::vector<const SessionWindow*>* windows) = 0;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc49 int windows; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5037::__anon5038
53 int windows; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5037::__anon5039
60 int windows; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5040::__anon5041
64 int windows; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5040::__anon5042
190 // Adjust the number of browsers and associated windows up or down
293 // we can easily create downloads, then we destroy or create windows
320 // Adjust the windows
326 check_case.profile_a.regular.windows,
327 check_case.profile_a.incognito.windows,
328 check_case.profile_b.regular.windows,
[all...]
H A Dhost_desktop.cc8 #include <windows.h>
59 // the Windows desktop but doesn't activate any Chrome windows there (e.g.,

Completed in 1418 milliseconds

<<11121314151617181920>>