Searched refs:windows (Results 1 - 25 of 1718) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/Windows/
H A Dwindows_h.cc4 // Just make sure we can parse <windows.h>
5 #include <windows.h>
H A Doperator_delete_wrong_argument.cc4 #include <windows.h>
H A Dglobal_const_string.cc4 #include <windows.h>
H A Dglobal_const_string_oob.cc4 #include <windows.h>
H A Doperator_array_new_right_oob.cc4 #include <windows.h>
H A Doperator_array_new_uaf.cc4 #include <windows.h>
H A Doperator_new_left_oob.cc4 #include <windows.h>
H A Doperator_new_right_oob.cc4 #include <windows.h>
H A Doperator_new_uaf.cc4 #include <windows.h>
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dprecomp.cc5 #include <windows.h>
/external/chromium_org/tools/gyp/test/win/precompiled/
H A Dprecomp.c7 #include <windows.h>
H A Dhello2.c7 #include <windows.h>
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A DSDL_systhread_c.h25 #include <windows.h>
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.h18 // A helper function to get the on-screen windows.
19 bool GetWindowList(WindowCapturer::WindowList* windows);
/external/chromium_org/tools/gyp/test/win/linker-flags/
H A Dsubsystem-windows.cc5 #include <windows.h>
/external/chromium_org/ui/gfx/
H A Dscrollbar_size.cc10 #include <windows.h>
/external/lzma/CPP/7zip/UI/Client7z/
H A DStdAfx.h6 #include <windows.h>
/external/chromium_org/athena/wm/
H A Dsplit_view_controller_unittest.cc48 // Returns whether only the split view windows are visible.
78 // Tests that when split mode is activated, the windows on the left and right
82 ScopedVector<aura::Window> windows; local
86 windows.push_back(window.release());
87 windows[i]->Hide();
90 windows[kNumWindows - 1]->Show();
91 wm::ActivateWindow(windows[kNumWindows - 1]);
98 // The last two windows should be on the left and right, respectively.
99 EXPECT_EQ(windows[kNumWindows - 1], controller->left_window());
100 EXPECT_EQ(windows[kNumWindow
166 ScopedVector<aura::Window> windows; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Dtabs.js8 chrome.windows.getAll({'populate': true}, function(windows) {
9 for (var i = 0; i < windows.length; i++) {
10 var tabs = windows[i].tabs;
21 chrome.windows.getAll({'populate': true}, function(windows) {
22 for (var i = 0; i < windows.length; i++) {
23 var tabs = windows[i].tabs;
/external/chromium_org/ui/base/cocoa/
H A Dfocus_window_set.h15 // Brings a group of windows to the front without changing their order, and
18 UI_BASE_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows);
20 // Brings a group of windows to the front without changing their
24 // behavior. Unlike FocusWindowSet, only windows on the current space
25 // are considered. It also ignores the hidden state of windows; the
28 const std::set<gfx::NativeWindow>& windows);
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhang_crash_dump_win.h8 #include <windows.h>
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_consts.cc6 #include <windows.h>
/external/chromium_org/components/crash/app/
H A Dhard_error_handler_win.h8 #include <windows.h>
/external/chromium_org/remoting/host/win/
H A Dentry_point.cc5 #include <windows.h>
/external/chromium_org/sandbox/win/src/
H A Dsandbox_globals.cc5 #include <windows.h>

Completed in 5843 milliseconds

1234567891011>>