Home
last modified time | relevance | path

Searched refs:SetEventSink (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/ui/
H A Dcomplete_wnd.cc35 void CompleteWnd::SetEventSink(CompleteWndEvents* ev) { in SetEventSink() function in updater::ui::CompleteWnd
37 OmahaWnd::SetEventSink(events_sink_); in SetEventSink()
H A Dcomplete_wnd.h32 void SetEventSink(CompleteWndEvents* ev);
H A Dui.h50 void SetEventSink(OmahaWndEvents* ev) { events_sink_ = ev; } in SetEventSink() function
H A Dprogress_wnd.h104 void SetEventSink(ProgressWndEvents* ev);
H A Dprogress_wnd.cc150 void ProgressWnd::SetEventSink(ProgressWndEvents* events) { in SetEventSink() function in updater::ui::ProgressWnd
152 CompleteWnd::SetEventSink(events_sink_); in SetEventSink()
/dports/www/firefox-esr/firefox-91.8.0/hal/windows/
H A DWindowsSensor.cpp155 if (FAILED(sensor->SetEventSink(sensorEvents))) { in EnableSensorNotifications()
164 sAccelerometer->SetEventSink(nullptr); in DisableSensorNotifications()
/dports/lang/spidermonkey78/firefox-78.9.0/hal/windows/
H A DWindowsSensor.cpp155 if (FAILED(sensor->SetEventSink(sensorEvents))) { in EnableSensorNotifications()
164 sAccelerometer->SetEventSink(nullptr); in DisableSensorNotifications()
/dports/www/firefox/firefox-99.0/hal/windows/
H A DWindowsSensor.cpp155 if (FAILED(sensor->SetEventSink(sensorEvents))) { in EnableSensorNotifications()
164 sAccelerometer->SetEventSink(nullptr); in DisableSensorNotifications()
/dports/mail/thunderbird/thunderbird-91.8.0/hal/windows/
H A DWindowsSensor.cpp155 if (FAILED(sensor->SetEventSink(sensorEvents))) { in EnableSensorNotifications()
164 sAccelerometer->SetEventSink(nullptr); in DisableSensorNotifications()
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/windows/
H A DWindowsSensor.cpp167 if (FAILED(sensor->SetEventSink(sensorEvents))) { in EnableSensorNotifications()
178 sAccelerometer->SetEventSink(nullptr); in DisableSensorNotifications()
/dports/lang/spidermonkey60/firefox-60.9.0/hal/windows/
H A DWindowsSensor.cpp156 if (FAILED(sensor->SetEventSink(sensorEvents))) { in EnableSensorNotifications()
165 sAccelerometer->SetEventSink(nullptr); in DisableSensorNotifications()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dsensors.cpp208 pSensor->SetEventSink(received); in HookWindowsSensors()
233 pSensor->SetEventSink(NULL); in UnhookWindowsSensors()
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DWebSocketConnection.cpp55 return mTransport->SetEventSink(nullptr, nullptr); in Init()
69 mTransport->SetEventSink(nullptr, nullptr); in Close()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsensorsapi.h177 virtual HRESULT STDMETHODCALLTYPE SetEventSink(
221 HRESULT (STDMETHODCALLTYPE *SetEventSink)(
248 #define ISensorManager_SetEventSink(This,pEvents) (This)->lpVtbl->SetEventSink(This,pEvents)
272 return This->lpVtbl->SetEventSink(This,pEvents);
478 virtual HRESULT STDMETHODCALLTYPE SetEventSink(
565 HRESULT (STDMETHODCALLTYPE *SetEventSink)(
597 #define ISensor_SetEventSink(This,pEvents) (This)->lpVtbl->SetEventSink(This,pEvents)
653 return This->lpVtbl->SetEventSink(This,pEvents);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsensorsapi.h177 virtual HRESULT STDMETHODCALLTYPE SetEventSink(
221 HRESULT (STDMETHODCALLTYPE *SetEventSink)(
248 #define ISensorManager_SetEventSink(This,pEvents) (This)->lpVtbl->SetEventSink(This,pEvents)
272 return This->lpVtbl->SetEventSink(This,pEvents);
478 virtual HRESULT STDMETHODCALLTYPE SetEventSink(
565 HRESULT (STDMETHODCALLTYPE *SetEventSink)(
597 #define ISensor_SetEventSink(This,pEvents) (This)->lpVtbl->SetEventSink(This,pEvents)
653 return This->lpVtbl->SetEventSink(This,pEvents);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/generic_sensor/
H A Dplatform_sensor_and_provider_unittest_win.cc55 SetEventSink,
146 SetEventSink,
278 ON_CALL(*(sensor_.Get()), SetEventSink(NotNull())) in SetSupportedSensor()
293 ON_CALL(*(sensor_.Get()), SetEventSink(IsNull())) in SetSupportedSensor()
448 EXPECT_CALL(*(sensor_.Get()), SetEventSink(NotNull())).Times(1); in TEST_F()
449 EXPECT_CALL(*(sensor_.Get()), SetEventSink(IsNull())).Times(1); in TEST_F()
H A Dplatform_sensor_reader_win.cc427 sensor_->SetEventSink(nullptr); in StopSensor()
455 HRESULT hr = sensor_->SetEventSink(event_listener_.Get()); in ListenSensorEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/generic_sensor/
H A Dplatform_sensor_and_provider_unittest_win.cc55 SetEventSink,
146 SetEventSink,
278 ON_CALL(*(sensor_.Get()), SetEventSink(NotNull())) in SetSupportedSensor()
293 ON_CALL(*(sensor_.Get()), SetEventSink(IsNull())) in SetSupportedSensor()
448 EXPECT_CALL(*(sensor_.Get()), SetEventSink(NotNull())).Times(1); in TEST_F()
449 EXPECT_CALL(*(sensor_.Get()), SetEventSink(IsNull())).Times(1); in TEST_F()
H A Dplatform_sensor_reader_win.cc427 sensor_->SetEventSink(nullptr); in StopSensor()
455 HRESULT hr = sensor_->SetEventSink(event_listener_.Get()); in ListenSensorEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsStreamTransportService.cpp141 nsInputStreamTransport::SetEventSink(nsITransportEventSink *sink, in SetEventSink() function in mozilla::net::nsInputStreamTransport
344 nsOutputStreamTransport::SetEventSink(nsITransportEventSink *sink, in SetEventSink() function in mozilla::net::nsOutputStreamTransport
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/ftp/
H A DnsFtpControlConnection.cpp103 mSocket->SetEventSink(eventSink, GetCurrentThreadEventTarget()); in Connect()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/ftp/
H A DnsFtpControlConnection.cpp113 mSocket->SetEventSink(eventSink, NS_GetCurrentThread()); in Connect()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/ftp/
H A DnsFtpControlConnection.cpp104 mSocket->SetEventSink(eventSink, GetCurrentThreadEventTarget()); in Connect()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpConnectionUDP.cpp134 mSocketTransport->SetEventSink(this, nullptr); in Init()
221 mSocketTransport->SetEventSink(nullptr, nullptr); in Close()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsStreamTransportService.cpp117 nsInputStreamTransport::SetEventSink(nsITransportEventSink *sink, in SetEventSink() function in mozilla::net::nsInputStreamTransport

1234