Searched refs:win (Results 276 - 300 of 923) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/components/storage_monitor/
H A Dportable_device_watcher_win.cc20 #include "base/win/scoped_co_mem.h"
21 #include "base/win/scoped_comptr.h"
22 #include "base/win/scoped_propvariant.h"
126 base::win::ScopedComPtr<IPortableDeviceValues>* client_info) {
150 base::win::ScopedComPtr<IPortableDevice>* device) {
151 base::win::ScopedComPtr<IPortableDeviceValues> client_info;
182 base::win::ScopedComPtr<IPortableDeviceKeyCollection>* properties_to_read) {
200 base::win::ScopedCoMem<base::char16> buffer;
215 base::win::ScopedComPtr<IPortableDeviceContent> content;
222 base::win
[all...]
/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.cc16 #include "base/win/scoped_com_initializer.h"
31 com_initializer_.reset(new base::win::ScopedCOMInitializer());
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_browsertest.cc25 #include "base/win/windows_version.h"
140 if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_WIN8) {
197 if (base::win::OSInfo::GetInstance()->version() >= base::win::VERSION_WIN8) {
/external/chromium_org/content/plugin/
H A Dplugin_main.cc24 #include "base/win/scoped_com_initializer.h"
26 #include "sandbox/win/src/sandbox.h"
54 base::win::ScopedCOMInitializer com_initializer;
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.h15 #include "base/win/object_watcher.h"
44 public base::win::ObjectWatcher::Delegate {
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_win.cc24 #include "base/win/object_watcher.h"
25 #include "base/win/registry.h"
30 using base::win::RegKey;
43 public base::win::ObjectWatcher::Delegate {
213 base::win::ObjectWatcher user_policy_watcher_;
214 base::win::ObjectWatcher machine_policy_watcher_;
/external/chromium_org/remoting/host/win/
H A Drdp_desktop_session.h13 #include "base/win/scoped_comptr.h"
16 #include "remoting/host/win/rdp_client.h"
65 base::win::ScopedComPtr<IRdpDesktopSessionEventHandler> event_handler_;
/external/chromium_org/sandbox/win/src/
H A Dresolver.cc5 #include "sandbox/win/src/resolver.h"
7 #include "base/win/pe_image.h"
8 #include "sandbox/win/src/sandbox_nt_util.h"
50 base::win::PEImage pe(interceptor_module);
/external/chromium_org/third_party/sqlite/src/
H A Dmkdll.sh11 TCLDIR=/home/drh/tcltk/846/win/846win
/external/chromium_org/ui/base/win/
H A Dshell.h18 namespace win { namespace in namespace:ui
70 } // namespace win
/external/chromium_org/ui/gfx/win/
H A Ddpi.h37 // TODO(kevers|girard): Move above methods into win namespace.
39 namespace win { namespace in namespace:gfx
68 } // namespace win
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc23 #include "base/win/registry.h"
24 #include "base/win/scoped_comptr.h"
25 #include "base/win/scoped_handle.h"
26 #include "base/win/win_util.h"
64 base::win::ScopedHandle handle(::OpenEvent(
88 base::win::RegKey key(root, reg_path_chrome_client.c_str(), KEY_QUERY_VALUE);
106 base::win::ScopedHandle process_handle;
127 base::win::ScopedComPtr<IProcessLauncher> process_launcher;
/external/chromium_org/win8/metro_driver/
H A Ddirect3d_helper.cc12 #include "base/win/windows_version.h"
13 #include "ui/gfx/win/dpi.h"
94 if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
130 if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
/external/qemu/slirp/
H A Dtcp_timer.c247 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg; local
248 if (win < 2)
249 win = 2;
251 tp->snd_ssthresh = win * tp->t_maxseg;
/external/qemu/slirp-android/
H A Dtcp_timer.c247 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg; local
248 if (win < 2)
249 win = 2;
251 tp->snd_ssthresh = win * tp->t_maxseg;
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_factory_win.cc5 #include "media/video/capture/win/video_capture_device_factory_win.h"
14 #include "base/win/metro.h"
15 #include "base/win/scoped_co_mem.h"
16 #include "base/win/scoped_variant.h"
17 #include "base/win/windows_version.h"
19 #include "media/video/capture/win/video_capture_device_mf_win.h"
20 #include "media/video/capture/win/video_capture_device_win.h"
22 using base::win::ScopedCoMem;
23 using base::win::ScopedComPtr;
24 using base::win
[all...]
/external/chromium_org/chrome/app/
H A Dchrome_exe_main_win.cc13 #include "base/win/windows_version.h"
23 #include "ui/gfx/win/dpi.h"
104 if (base::win::GetVersion() > base::win::VERSION_VISTA)
/external/chromium_org/chrome/browser/prefs/
H A Dincognito_mode_prefs.cc16 #include "base/win/metro.h"
109 return base::win::IsParentalControlActivityLoggingOn();
119 g_parental_control_on = base::win::IsParentalControlActivityLoggingOn();
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_badge_controller.cc14 #include "base/win/windows_version.h"
90 if (base::win::GetVersion() == base::win::VERSION_XP) {
/external/chromium_org/chrome/browser/ui/webui/
H A Dflash_ui.cc45 #include "base/win/windows_version.h"
251 base::win::OSInfo* os = base::win::OSInfo::GetInstance();
253 case base::win::VERSION_XP: os_label += " XP"; break;
254 case base::win::VERSION_SERVER_2003:
257 case base::win::VERSION_VISTA: os_label += " Vista or Server 2008"; break;
258 case base::win::VERSION_WIN7: os_label += " 7 or Server 2008 R2"; break;
259 case base::win::VERSION_WIN8: os_label += " 8 or Server 2012"; break;
265 if (os->architecture() == base::win::OSInfo::X64_ARCHITECTURE)
H A Dnacl_ui.cc41 #include "base/win/windows_version.h"
193 base::win::OSInfo* os = base::win::OSInfo::GetInstance();
195 case base::win::VERSION_XP: os_label += " XP"; break;
196 case base::win::VERSION_SERVER_2003:
199 case base::win::VERSION_VISTA: os_label += " Vista or Server 2008"; break;
200 case base::win::VERSION_WIN7: os_label += " 7 or Server 2008 R2"; break;
201 case base::win::VERSION_WIN8: os_label += " 8 or Server 2012"; break;
207 if (os->architecture() == base::win::OSInfo::X64_ARCHITECTURE)
H A Dvoicesearch_ui.cc44 #include "base/win/windows_version.h"
147 base::win::OSInfo* os = base::win::OSInfo::GetInstance();
149 case base::win::VERSION_XP:
152 case base::win::VERSION_SERVER_2003:
155 case base::win::VERSION_VISTA:
158 case base::win::VERSION_WIN7:
161 case base::win::VERSION_WIN8:
173 if (os->architecture() == base::win::OSInfo::X64_ARCHITECTURE)
/external/chromium_org/chrome/installer/util/
H A Dadvanced_firewall_manager_win_unittest.cc9 #include "base/win/scoped_bstr.h"
43 std::vector<base::win::ScopedComPtr<INetFwRule> > rules;
46 base::win::ScopedBstr name;
H A Dinstallation_state.h20 namespace win { namespace in namespace:base
103 static bool InitializeCommands(const base::win::RegKey& version_key,
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.h28 namespace win { namespace in namespace:base
213 scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;

Completed in 542 milliseconds

<<11121314151617181920>>