Searched refs:win (Results 76 - 100 of 923) sorted by relevance

1234567891011>>

/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_operation.cc10 #include "base/win/windows_version.h"
24 if (base::win::GetVersion() >= base::win::VERSION_WIN7) {
31 base::win::GetVersion() >= base::win::VERSION_WIN8) {
/external/chromium_org/win8/metro_driver/ime/
H A Dinput_scope.cc11 #include "ui/base/win/atl_module.h"
73 base::win::ScopedComPtr<ITfInputScope>
75 ui::win::CreateATLModuleIfNeeded();
81 return base::win::ScopedComPtr<ITfInputScope>();
84 return base::win::ScopedComPtr<ITfInputScope>(object);
/external/chromium_org/remoting/host/
H A Dcontinue_window_win.cc16 #include "remoting/host/win/core_resource.h"
76 ContinueWindowWin* win = NULL; local
78 win = reinterpret_cast<ContinueWindowWin*>(lParam);
79 CHECK(win);
80 SetWindowLongPtr(hwnd, DWLP_USER, (LONG_PTR)win);
83 win = reinterpret_cast<ContinueWindowWin*>(lp);
85 if (win == NULL)
87 return win->OnDialogMessage(hwnd, msg, wParam, lParam);
/external/chromium_org/rlz/test/
H A Drlz_test_helpers.cc18 #include "base/win/registry.h"
19 #include "base/win/windows_version.h"
46 void ReadRegistryTree(const base::win::RegKey& src, RegistryKeyData* data) {
49 base::win::RegistryValueIterator i(src.Handle(), L"");
63 for (base::win::RegistryKeyIterator i(src.Handle(), L"");
65 ReadRegistryTree(base::win::RegKey(src.Handle(), i.Name(), KEY_READ),
70 void WriteRegistryTree(const RegistryKeyData& data, base::win::RegKey* dest) {
84 base::win::RegKey key(dest->Handle(), iter->first.c_str(), KEY_ALL_ACCESS);
99 const bool do_copy = (base::win::GetVersion() >= base::win
[all...]
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.h105 #include "base/win/scoped_co_mem.h"
106 #include "base/win/scoped_com_initializer.h"
107 #include "base/win/scoped_comptr.h"
108 #include "base/win/scoped_handle.h"
226 base::win::ScopedComPtr<IAudioClient> audio_client_;
230 base::win::ScopedComPtr<IAudioRenderClient> audio_render_client_;
234 base::win::ScopedHandle audio_samples_render_event_;
237 base::win::ScopedHandle stop_render_event_;
242 base::win::ScopedComPtr<IAudioClock> audio_clock_;
/external/qemu/slirp/
H A Dtcp_output.c70 register long len, win; local
98 win = min(tp->snd_wnd, tp->snd_cwnd);
111 if (win == 0) {
130 win = 1;
137 len = min(so->so_snd.sb_cc, win) - off;
151 if (win == 0) {
164 win = sbspace(&so->so_rcv);
197 if (win > 0) {
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
437 if (win < (lon
[all...]
/external/qemu/slirp-android/
H A Dtcp_output.c70 register long len, win; local
98 win = min(tp->snd_wnd, tp->snd_cwnd);
111 if (win == 0) {
130 win = 1;
137 len = min(so->so_snd.sb_cc, win) - off;
151 if (win == 0) {
164 win = sbspace(&so->so_rcv);
197 if (win > 0) {
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
437 if (win < (lon
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_process_finder_win.cc19 #include "base/win/message_window.h"
20 #include "base/win/metro.h"
21 #include "base/win/scoped_handle.h"
22 #include "base/win/win_util.h"
23 #include "base/win/windows_version.h"
102 return base::win::MessageWindow::FindWindow(user_data_dir.value());
116 if (base::win::IsMetroProcess()) {
123 base::win::MetroLaunchType launch = base::win::GetMetroLaunchParams(&terms);
124 if (launch != base::win
[all...]
H A Dchrome_browser_main_win.cc22 #include "base/win/metro.h"
23 #include "base/win/win_util.h"
24 #include "base/win/windows_version.h"
25 #include "base/win/wrapped_window_proc.h"
29 #include "chrome/browser/install_verification/win/install_verification.h"
56 #include "ui/base/win/message_box_win.h"
73 base::win::WinProcExceptionFilter exception_filter =
74 reinterpret_cast<base::win::WinProcExceptionFilter>(
78 exception_filter = base::win::SetWinProcExceptionFilter(exception_filter);
107 if (base::win
[all...]
H A Dmemory_details_win.cc15 #include "base/win/scoped_handle.h"
16 #include "base/win/windows_version.h"
78 base::win::OSInfo::WindowsArchitecture windows_architecture =
79 base::win::OSInfo::GetInstance()->architecture();
81 base::win::ScopedHandle snapshot(
94 base::win::ScopedHandle process_handle(::OpenProcess(
99 ((windows_architecture == base::win::OSInfo::X64_ARCHITECTURE) ||
100 (windows_architecture == base::win::OSInfo::IA64_ARCHITECTURE)) &&
101 (base::win::OSInfo::GetWOW64StatusForProcess(process_handle.Get()) ==
102 base::win
[all...]
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.cc86 return base::win::IUnknownImpl::AddRef();
91 return base::win::IUnknownImpl::Release();
103 return base::win::IUnknownImpl::QueryInterface(riid, ptr_void);
133 base::win::ScopedComPtr<ITrayNotifyWin8> tray_notify_win8;
140 base::win::ScopedComPtr<ITrayNotify> tray_notify_legacy;
178 base::win::ScopedComPtr<ITrayNotifyWin8> tray_notify_win8;
198 base::win::ScopedComPtr<ITrayNotify> tray_notify;
225 base::win::ScopedComPtr<ITrayNotify> tray_notify;
230 base::win::ScopedComPtr<ITrayNotifyWin8> tray_notify;
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c55 Window win = 0; local
113 win = XCreateWindow( graw.display, root, x, y, width, height,
127 XSetNormalHints(graw.display, win, &sizehints);
128 XSetStandardProperties(graw.display, win, name, name,
132 XMapWindow(graw.display, win);
136 if (e.type == MapNotify && e.xmap.window == win) {
142 xlib_handle->drawable = (Drawable)win;
163 if (win)
164 XDestroyWindow(graw.display, win);
/external/chromium_org/win8/test/
H A Dui_automation_client.cc20 #include "base/win/scoped_comptr.h"
21 #include "base/win/scoped_variant.h"
50 base::win::ScopedComPtr<IUIAutomationElement> sender,
65 const base::win::ScopedComPtr<IUIAutomationElement>& window);
67 const base::win::ScopedComPtr<IUIAutomationElement>& window);
69 const base::win::ScopedComPtr<IUIAutomationElement>& element);
71 const base::win::ScopedComPtr<IUIAutomationElement>& element,
73 void CloseWindow(const base::win::ScopedComPtr<IUIAutomationElement>& window);
90 base::win::ScopedComPtr<IUIAutomation> automation_;
93 base::win
[all...]
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c55 Window win = 0; local
113 win = XCreateWindow( graw.display, root, x, y, width, height,
127 XSetNormalHints(graw.display, win, &sizehints);
128 XSetStandardProperties(graw.display, win, name, name,
132 XMapWindow(graw.display, win);
136 if (e.type == MapNotify && e.xmap.window == win) {
142 xlib_handle->drawable = (Drawable)win;
163 if (win)
164 XDestroyWindow(graw.display, win);
/external/chromium_org/base/test/expectations/
H A Dexpectation.cc10 #include "base/win/windows_version.h"
94 base::win::Version version = base::win::GetVersion();
95 if (version == base::win::VERSION_XP)
97 else if (version == base::win::VERSION_VISTA)
99 else if (version == base::win::VERSION_WIN7)
101 else if (version == base::win::VERSION_WIN8)
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc5 #include "chrome/browser/media_galleries/win/mtp_device_operations_util.h"
19 #include "base/win/scoped_co_mem.h"
20 #include "base/win/scoped_propvariant.h"
31 base::win::ScopedComPtr<IPortableDeviceValues>* client_info) {
55 base::win::ScopedComPtr<IPortableDeviceContent> GetDeviceContent(
59 base::win::ScopedComPtr<IPortableDeviceContent> content;
62 return base::win::ScopedComPtr<IPortableDeviceContent>();
68 base::win::ScopedComPtr<IEnumPortableDeviceObjectIDs> GetDeviceObjectEnumerator(
74 base::win::ScopedComPtr<IPortableDeviceContent> content =
77 return base::win
[all...]
/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_policy_test.cc5 #include "base/win/windows_version.h"
6 #include "sandbox/win/src/handle_closer.h"
7 #include "sandbox/win/src/sandbox.h"
8 #include "sandbox/win/src/sandbox_policy.h"
9 #include "sandbox/win/src/sandbox_factory.h"
10 #include "sandbox/win/tests/common/controller.h"
76 if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_VISTA) {
93 if (base::win::OSInfo::GetInstance()->version() >= base::win
[all...]
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.cc19 using base::win::MetroPinUmaResultCallback;
55 base::win::MetroSecondaryTilePinUmaResult pin_state =
56 base::win::METRO_PIN_STATE_NONE;
65 base::win::METRO_PIN_RESULT_CANCEL :
66 base::win::METRO_UNPIN_RESULT_CANCEL;
70 base::win::METRO_PIN_RESULT_OK :
71 base::win::METRO_UNPIN_RESULT_OK;
75 base::win::METRO_PIN_RESULT_OTHER :
76 base::win::METRO_UNPIN_RESULT_OTHER;
83 base::win
[all...]
/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher.h12 #include "base/win/object_watcher.h"
63 : public win::ObjectWatcher::Delegate {
96 win::ObjectWatcher watcher_;
/external/chromium_org/chrome/browser/tab_contents/
H A Dnavigation_metrics_recorder.cc15 #include "base/win/windows_version.h"
38 if (render_view_host && base::win::GetVersion() >= base::win::VERSION_WIN8) {
/external/chromium_org/chrome/common/
H A Dterminate_on_heap_corruption_experiment_win.cc9 #include "base/win/registry.h"
42 base::win::RegKey regkey(
48 base::win::RegKey regkey(HKEY_CURRENT_USER);
/external/chromium_org/chrome/installer/test/
H A Dpe_image_resources.h19 namespace base { namespace win { class PEImage; } } namespace in namespace:base
57 bool EnumResources(const base::win::PEImage& image, EnumResource_Fn callback,
/external/chromium_org/chrome/installer/util/
H A Dapp_commands.h18 namespace win { namespace in namespace:base
39 bool Initialize(const base::win::RegKey& key);
/external/chromium_org/chrome/test/base/
H A Dinteractive_ui_tests_main.cc23 #include "base/win/scoped_com_initializer.h"
44 com_initializer_.reset(new base::win::ScopedCOMInitializer());
65 scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.h24 #include "base/win/scoped_comptr.h"
145 void DecodeInternal(const base::win::ScopedComPtr<IMFSample>& input_sample);
162 base::win::ScopedComPtr<IMFTransform> decoder_;
164 base::win::ScopedComPtr<IDirect3D9Ex> d3d9_;
165 base::win::ScopedComPtr<IDirect3DDevice9Ex> device_;
166 base::win::ScopedComPtr<IDirect3DDeviceManager9> device_manager_;
167 base::win::ScopedComPtr<IDirect3DQuery9> query_;
190 base::win::ScopedComPtr<IMFSample> output_sample;
216 typedef std::list<base::win::ScopedComPtr<IMFSample>> PendingInputs;

Completed in 1146 milliseconds

1234567891011>>