Searched refs:win (Results 226 - 250 of 923) sorted by relevance

1234567891011>>

/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc17 #include "base/win/scoped_com_initializer.h"
18 #include "base/win/scoped_comptr.h"
19 #include "base/win/scoped_handle.h"
20 #include "base/win/windows_version.h"
85 base::win::ScopedComPtr<IUnknown> instance_;
92 using base::win::ScopedHandle;
126 if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
127 base::win::ScopedCOMInitializer com_initializer;
/external/chromium_org/win8/metro_driver/ime/
H A Dinput_source.cc16 #include "base/win/scoped_comptr.h"
17 #include "ui/base/win/atl_module.h"
80 base::win::ScopedComPtr<ITfSource> source_;
127 base::win::ScopedComPtr<ITfInputProcessorProfileMgr> profile_manager_;
138 ui::win::CreateATLModuleIfNeeded();
140 base::win::ScopedComPtr<ITfInputProcessorProfileMgr> profile_manager;
147 base::win::ScopedComPtr<ITfSource> profiles_source;
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc18 #include "base/win/scoped_gdi_object.h"
19 #include "base/win/scoped_hdc.h"
20 #include "base/win/scoped_select_object.h"
21 #include "base/win/win_util.h"
25 #include "ui/gfx/win/scoped_set_map_mode.h"
67 base::win::ScopedSelectObject scoped_font(hdc, font);
177 base::win::ScopedCreateDC memory_dc(CreateCompatibleDC(NULL));
183 base::win::ScopedSelectObject font(memory_dc.Get(), font_ref_->hfont());
232 base::win::GetNonClientMetrics(&metrics);
251 base::win
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc22 #include "base/win/registry.h"
23 #include "base/win/scoped_comptr.h"
24 #include "base/win/scoped_propvariant.h"
25 #include "base/win/shortcut.h"
26 #include "base/win/windows_version.h"
212 base::win::RegKey cmd_key(HKEY_CLASSES_ROOT,
355 if (base::win::GetVersion() >= base::win::VERSION_WIN8)
374 if (base::win::GetVersion() >= base::win
[all...]
H A Dplatform_util_win.cc19 #include "base/win/registry.h"
20 #include "base/win/scoped_co_mem.h"
21 #include "base/win/scoped_comptr.h"
22 #include "base/win/windows_version.h"
29 #include "ui/base/win/shell.h"
74 base::win::ScopedComPtr<IShellFolder> desktop;
79 base::win::ScopedCoMem<ITEMIDLIST> dir_item;
86 base::win::ScopedCoMem<ITEMIDLIST> file_item;
116 base::win::RegKey key;
137 // According to Mozilla in uriloader/exthandler/win/nsOSHelperAppServic
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.c174 surface->win->width, surface->win->height)) {
196 surface->dx = surface->win->dx;
197 surface->dy = surface->win->dy;
263 surface->frame_callback = wl_surface_frame(surface->win->surface);
280 wl_surface_attach(surface->win->surface, surface->buffer[WL_BUFFER_FRONT],
284 (uint *) &surface->win->attached_width,
285 (uint *) &surface->win->attached_height);
337 wl_surface_damage(surface->win->surface, 0, 0, width, height);
338 wl_surface_commit(surface->win
370 wayland_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.c174 surface->win->width, surface->win->height)) {
196 surface->dx = surface->win->dx;
197 surface->dy = surface->win->dy;
263 surface->frame_callback = wl_surface_frame(surface->win->surface);
280 wl_surface_attach(surface->win->surface, surface->buffer[WL_BUFFER_FRONT],
284 (uint *) &surface->win->attached_width,
285 (uint *) &surface->win->attached_height);
337 wl_surface_damage(surface->win->surface, 0, 0, width, height);
338 wl_surface_commit(surface->win
370 wayland_create_window_surface(struct native_display *ndpy, EGLNativeWindowType win, const struct native_config *nconf) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macevents.c256 WindowRef win; local
259 area = FindWindow(event.where, &win);
263 if ( win && (win != FrontWindow()) ) {
264 SelectWindow(win);
273 DragWindow(win, event.where, NULL);
275 DragWindow(win, event.where, &theQD->screenBits.bounds);
279 if ( TrackGoAway(win, event.where) ) {
305 newSize = GrowWindow(win, event.where, NULL);
307 newSize = GrowWindow(win, even
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_win.cc14 #include "base/win/scoped_gdi_object.h"
15 #include "base/win/scoped_hdc.h"
16 #include "base/win/scoped_select_object.h"
46 base::win::ScopedHFONT font_;
126 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
128 base::win::ScopedSelectObject select_object(hdc.Get(), font_.Get());
141 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
145 base::win::ScopedSelectObject select_object(hdc.Get(), font_.Get());
187 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
191 base::win
[all...]
/external/chromium_org/remoting/host/
H A Ddaemon_process_win.cc19 #include "base/win/registry.h"
20 #include "base/win/scoped_handle.h"
33 #include "remoting/host/win/launch_process_with_token.h"
34 #include "remoting/host/win/unprivileged_process_delegate.h"
35 #include "remoting/host/win/worker_process_launcher.h"
37 using base::win::ScopedHandle;
46 const base::win::RegKey& key) {
109 base::win::RegKey pairing_registry_privileged_key_;
110 base::win::RegKey pairing_registry_unprivileged_key_;
302 base::win
[all...]
H A Ddesktop_shape_tracker_win.cc10 #include "base/win/scoped_gdi_object.h"
23 base::win::ScopedRegion window_region;
24 base::win::ScopedRegion desktop_region;
44 base::win::ScopedRegion old_desktop_region_;
H A Dsas_injector_win.cc15 #include "base/win/registry.h"
16 #include "base/win/windows_version.h"
17 #include "third_party/webrtc/modules/desktop_capture/win/desktop.h"
18 #include "third_party/webrtc/modules/desktop_capture/win/scoped_thread_desktop.h"
50 base::win::RegKey system_policy_;
222 if (base::win::GetVersion() < base::win::VERSION_VISTA) {
/external/chromium_org/sandbox/win/tests/validation_tests/
H A Dsuite.cc11 #include "base/win/windows_version.h"
13 #include "sandbox/win/tests/common/controller.h"
123 base::win::Version version = base::win::GetVersion();
124 if (version < base::win::VERSION_WIN7)
169 if (base::win::Version() < base::win::VERSION_VISTA)
191 if (base::win::Version() < base::win::VERSION_VISTA)
/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.cc15 #include "base/win/pe_image.h"
16 #include "base/win/scoped_handle.h"
17 #include "base/win/windows_version.h"
211 base::win::ScopedHandle file(
251 base::win::PEImage pe_image(reinterpret_cast<HMODULE>(&headers[0]));
298 base::win::PEImage pe_image(dll_module);
332 if (base::win::GetVersion() > base::win::VERSION_XP) {
336 base::win::ScopedHandle file(
381 base::win
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.js218 var win = this.session_.windows[i];
220 for (var j = 0; j < win.tabs.length; j++) {
221 var tab = win.tabs[j];
229 win.hidden = !foundMatch;
248 var win = this.session_.windows[i];
249 if (win.hidden)
256 for (var j = 0; j < win.tabs.length; j++) {
257 var tab = win.tabs[j];
283 String(win.sessionId),
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc17 #include "base/win/object_watcher.h"
18 #include "base/win/registry.h"
19 #include "base/win/scoped_bstr.h"
20 #include "base/win/scoped_comptr.h"
21 #include "base/win/scoped_handle.h"
22 #include "base/win/scoped_variant.h"
23 #include "base/win/windows_version.h"
26 #include "remoting/host/win/omaha.h"
28 using base::win::ScopedBstr;
29 using base::win
[all...]
/external/chromium_org/base/debug/
H A Dprofiler.cc14 #include "base/win/pe_image.h"
115 base::win::PEImage image(this_module);
144 const base::win::PEImage &image, const char* module_name,
186 base::win::PEImage image(this_module);
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc26 #include "base/win/registry.h"
27 #include "base/win/scoped_co_mem.h"
28 #include "base/win/scoped_comptr.h"
29 #include "base/win/scoped_handle.h"
30 #include "base/win/scoped_propvariant.h"
31 #include "base/win/windows_version.h"
69 base::win::ScopedHandle file_handle(
214 const base::win::RegKey& key,
230 for (base::win::RegistryKeyIterator child(key.Handle(), L"");
233 base::win
[all...]
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.cc8 #include "remoting/host/win/wts_session_process_delegate.h"
18 #include "base/win/scoped_handle.h"
19 #include "base/win/windows_version.h"
27 #include "remoting/host/win/launch_process_with_token.h"
28 #include "remoting/host/win/worker_process_launcher.h"
29 #include "remoting/host/win/wts_terminal_monitor.h"
32 using base::win::ScopedHandle;
90 void InitializeJob(scoped_ptr<base::win::ScopedHandle> job);
93 void InitializeJobCompleted(scoped_ptr<base::win::ScopedHandle> job);
99 void ReportProcessLaunched(base::win
[all...]
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.cc5 #include "sandbox/win/src/broker_services.h"
12 #include "base/win/scoped_handle.h"
13 #include "base/win/scoped_process_information.h"
14 #include "base/win/startup_information.h"
15 #include "base/win/windows_version.h"
16 #include "sandbox/win/src/app_container.h"
17 #include "sandbox/win/src/process_mitigations.h"
18 #include "sandbox/win/src/sandbox_policy_base.h"
19 #include "sandbox/win/src/sandbox.h"
20 #include "sandbox/win/sr
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
32 XMapWindow(dpy, win);
43 swap_chain_desc.OutputWindow = (HWND)win;
/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc10 #include "base/win/windows_version.h"
14 #include "ui/views/win/hwnd_message_handler.h"
17 #include "ui/base/win/shell.h"
66 if (ui::win::IsAeroGlassEnabled())
70 *class_style |= (base::win::GetVersion() < base::win::VERSION_XP) ?
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
32 XMapWindow(dpy, win);
43 swap_chain_desc.OutputWindow = (HWND)win;
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc37 #include "base/win/registry.h"
38 #include "base/win/scoped_co_mem.h"
39 #include "base/win/scoped_comptr.h"
40 #include "base/win/shortcut.h"
41 #include "base/win/win_util.h"
42 #include "base/win/windows_version.h"
55 using base::win::RegKey;
150 if (!base::win::GetUserSidString(&user_sid)) {
311 if (base::win::GetVersion() >= base::win
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win.cc10 #include "base/win/scoped_handle.h"
11 #include "base/win/windows_version.h"
15 using device::win::DeviceRegistryPropertyValue;
16 using device::win::DevicePropertyValue;
17 using device::win::BluetoothLowEnergyDeviceInfo;
18 using device::win::BluetoothLowEnergyServiceInfo;
51 typedef base::win::GenericScopedHandle<DeviceInfoSetTraits,
52 base::win::VerifierTraits>
249 scoped_ptr<device::win::BluetoothLowEnergyDeviceInfo>& device_info,
282 scoped_ptr<device::win
542 namespace win { namespace in namespace:device
[all...]

Completed in 9136 milliseconds

1234567891011>>