Searched refs:win (Results 101 - 125 of 923) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/
H A Drender_font_warmup_win.cc11 #include "base/win/iat_patch_function.h"
12 #include "base/win/windows_version.h"
14 #include "third_party/WebKit/public/web/win/WebFontRendering.h"
25 base::win::IATPatchFunction g_iat_patch_open_sc_manager;
26 base::win::IATPatchFunction g_iat_patch_close_service_handle;
27 base::win::IATPatchFunction g_iat_patch_open_service;
28 base::win::IATPatchFunction g_iat_patch_start_service;
29 base::win::IATPatchFunction g_iat_patch_nt_connect_port;
104 (base::win::GetVersion() >= base::win
[all...]
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_win.h13 #include "base/win/registry.h"
63 base::win::RegKey privileged_;
64 base::win::RegKey unprivileged_;
/external/chromium_org/remoting/host/win/
H A Dchromoting_module.h14 #include "base/win/scoped_com_initializer.h"
20 namespace win { namespace in namespace:base
22 } // namespace win
60 base::win::ScopedCOMInitializer com_initializer_;
H A Dcom_security.cc5 #include "remoting/host/win/com_security.h"
12 #include "base/win/windows_version.h"
13 #include "remoting/host/win/security_descriptor.h"
21 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
H A Dworker_process_launcher.h15 #include "base/win/object_watcher.h"
16 #include "base/win/scoped_handle.h"
42 public base::win::ObjectWatcher::Delegate {
87 void OnProcessLaunched(base::win::ScopedHandle worker_process);
103 // base::win::ObjectWatcher::Delegate implementation used to watch for
155 base::win::ObjectWatcher process_watcher_;
162 base::win::ScopedHandle worker_process_;
/external/chromium_org/sandbox/win/src/
H A Dapp_container.h14 #include "sandbox/win/src/sandbox_types.h"
17 namespace win { namespace in namespace:base
41 base::win::StartupInformation* startup_information) const;
H A Dprocess_mitigations_test.cc6 #include "base/win/scoped_handle.h"
8 #include "base/win/windows_version.h"
9 #include "sandbox/win/src/nt_internals.h"
10 #include "sandbox/win/src/process_mitigations.h"
11 #include "sandbox/win/src/sandbox.h"
12 #include "sandbox/win/src/sandbox_factory.h"
13 #include "sandbox/win/src/target_services.h"
14 #include "sandbox/win/src/win_utils.h"
15 #include "sandbox/win/tests/common/controller.h"
112 if (base::win
[all...]
H A Dregistry_dispatcher.cc5 #include "sandbox/win/src/registry_dispatcher.h"
7 #include "base/win/scoped_handle.h"
8 #include "base/win/windows_version.h"
9 #include "sandbox/win/src/crosscall_client.h"
10 #include "sandbox/win/src/interception.h"
11 #include "sandbox/win/src/interceptors.h"
12 #include "sandbox/win/src/ipc_tags.h"
13 #include "sandbox/win/src/sandbox_nt_util.h"
14 #include "sandbox/win/src/policy_broker.h"
15 #include "sandbox/win/sr
[all...]
H A Dservice_resolver.cc5 #include "sandbox/win/src/service_resolver.h"
7 #include "base/win/pe_image.h"
8 #include "sandbox/win/src/internal_types.h"
9 #include "sandbox/win/src/sandbox_nt_util.h"
31 base::win::PEImage module_image(module);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfeedback.h41 const GLfloat win[4],
69 const GLfloat win[4],
68 _mesa_feedback_vertex( struct gl_context *ctx, const GLfloat win[4], const GLfloat color[4], const GLfloat texcoord[4] ) argument
/external/chromium_org/ui/base/win/
H A Daccessibility_misc_utils.cc4 #include "ui/base/win/accessibility_misc_utils.h"
7 #include "ui/base/win/atl_module.h"
10 namespace win { namespace in namespace:base
21 ui::win::CreateATLModuleIfNeeded();
46 } // namespace win
/external/chromium_org/win8/metro_driver/
H A Dmetro_dialog_box.h13 #include "base/win/metro.h"
23 base::win::MetroDialogButtonPressedHandler button1_handler;
24 base::win::MetroDialogButtonPressedHandler button2_handler;
/external/mesa3d/src/mesa/main/
H A Dfeedback.h41 const GLfloat win[4],
69 const GLfloat win[4],
68 _mesa_feedback_vertex( struct gl_context *ctx, const GLfloat win[4], const GLfloat color[4], const GLfloat texcoord[4] ) argument
/external/chromium_org/base/win/
H A Diunknown_impl.cc5 #include "base/win/iunknown_impl.h"
8 namespace win { namespace in namespace:base
41 } // namespace win
H A Diunknown_impl.h15 namespace win { namespace in namespace:base
35 } // namespace win
H A Dstartup_information.h14 namespace win { namespace in namespace:base
45 } // namespace win
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator_win.cc11 #include "base/win/scoped_comptr.h"
12 #include "base/win/scoped_gdi_object.h"
13 #include "base/win/windows_version.h"
21 #include "ui/views/win/hwnd_util.h"
35 base::win::ScopedComPtr<ITaskbarList3> taskbar;
41 base::win::ScopedGDIObject<HICON> icon;
73 if (base::win::GetVersion() < base::win::VERSION_WIN7 ||
/external/chromium_org/net/base/
H A Dnet_util_win.h13 #include "base/win/scoped_handle.h"
64 return base::win::HandleTraits::IsHandleValid(handle);
67 return base::win::HandleTraits::NullHandle();
71 typedef base::win::GenericScopedHandle<
73 base::win::DummyVerifierTraits> WlanHandle;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dfactory_unittest.py37 from webkitpy.layout_tests.port import win namespace
72 self.assert_port(port_name='win-xp', cls=win.WinPort)
73 self.assert_port(port_name='win', os_name='win', os_version='xp',
74 cls=win.WinPort)
75 self.assert_port(port_name='chromium', os_name='win', os_version='xp',
76 cls=win.WinPort)
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dilbc_specific_functions.c25 const int16_t *win,
32 const int16_t *winptr = win;
41 const int16_t *win, int16_t vector_length,
47 const int16_t *winptr = win;
24 WebRtcSpl_ReverseOrderMultArrayElements(int16_t *out, const int16_t *in, const int16_t *win, int16_t vector_length, int16_t right_shifts) argument
40 WebRtcSpl_ElementwiseVectorMult(int16_t *out, const int16_t *in, const int16_t *win, int16_t vector_length, int16_t right_shifts) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_win.cc11 #include "base/win/scoped_comptr.h"
12 #include "base/win/windows_version.h"
16 #include "ui/views/win/hwnd_util.h"
24 if (base::win::GetVersion() < base::win::VERSION_WIN7)
27 base::win::ScopedComPtr<ITaskbarList3> taskbar;
/external/chromium_org/chrome/browser/ui/views/
H A Delevation_icon_setter.cc14 #include "base/win/win_util.h"
15 #include "base/win/windows_version.h"
27 if ((base::win::GetVersion() < base::win::VERSION_VISTA) ||
28 !base::win::UserAccountControlIsEnabled())
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory.h20 #include "base/win/scoped_comptr.h"
58 base::win::ScopedComPtr<ISensor> sensor_inclinometer_;
59 base::win::ScopedComPtr<ISensor> sensor_accelerometer_;
60 base::win::ScopedComPtr<ISensor> sensor_gyrometer_;
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_mf_win.h19 #include "base/win/scoped_comptr.h"
42 bool Init(const base::win::ScopedComPtr<IMFMediaSource>& source);
60 base::win::ScopedComPtr<IMFActivate> device_;
65 base::win::ScopedComPtr<IMFSourceReader> reader_;
/external/chromium_org/printing/
H A Dimage_win.cc7 #include "base/win/scoped_gdi_object.h"
8 #include "base/win/scoped_hdc.h"
9 #include "base/win/scoped_select_object.h"
57 base::win::ScopedCreateDC hdc(::CreateCompatibleDC(NULL));
70 base::win::ScopedBitmap bitmap(
74 base::win::ScopedSelectObject select_object(hdc.Get(), bitmap);

Completed in 4926 milliseconds

1234567891011>>