Home
last modified time | relevance | path

Searched refs:proxy_source (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-input-proxy.c80 GsfInputProxy *proxy_source = GSF_INPUT_PROXY (source); in gsf_input_proxy_new_section() local
81 proxy->offset += proxy_source->offset; in gsf_input_proxy_new_section()
82 source = proxy_source->source; in gsf_input_proxy_new_section()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkdnd.c1325 if (dest_info->proxy_source) in gtk_drag_proxy_begin()
1329 dest_info->proxy_source = NULL; in gtk_drag_proxy_begin()
1357 dest_info->proxy_source = source_info; in gtk_drag_proxy_begin()
1448 if (info->proxy_source && info->proxy_source->widget == widget && !info->dropped) in gtk_drag_dest_leave()
1451 gtk_drag_source_info_destroy (info->proxy_source); in gtk_drag_dest_leave()
1452 info->proxy_source = NULL; in gtk_drag_dest_leave()
1493 if (!info->proxy_source || info->proxy_source->widget != widget) in gtk_drag_dest_motion()
1513 gdk_drag_motion (info->proxy_source->context, in gtk_drag_dest_motion()
1599 if (info->proxy_source || in gtk_drag_dest_drop()
1602 gtk_drag_drop (info->proxy_source, time); in gtk_drag_dest_drop()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/src/jni/
H A Dandroidvideotracksource_jni.cc24 auto proxy_source = reinterpret_cast<webrtc::VideoTrackSourceProxy*>(j_proxy); in AndroidVideoTrackSourceFromJavaProxy() local
26 proxy_source->internal()); in AndroidVideoTrackSourceFromJavaProxy()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-config-auth-check.c190 ESource *proxy_source = NULL; in mail_config_auth_check_update() local
197 proxy_source = e_source_registry_ref_source (registry, uid); in mail_config_auth_check_update()
201 if (proxy_source) { in mail_config_auth_check_update()
202 proxy_resolver = G_PROXY_RESOLVER (proxy_source); in mail_config_auth_check_update()
210 g_clear_object (&proxy_source); in mail_config_auth_check_update()
H A De-http-request.c405 ESource *proxy_source; in e_http_request_process_sync() local
427 proxy_source = e_source_registry_ref_builtin_proxy (e_shell_get_registry (shell)); in e_http_request_process_sync()
432 G_PROXY_RESOLVER (proxy_source), in e_http_request_process_sync()
435 g_object_unref (proxy_source); in e_http_request_process_sync()
H A De-mail-autoconfig.c489 ESource *proxy_source; in mail_autoconfig_lookup() local
496 proxy_source = e_source_registry_ref_builtin_proxy (registry); in mail_autoconfig_lookup()
499 SOUP_SESSION_PROXY_RESOLVER, G_PROXY_RESOLVER (proxy_source), in mail_autoconfig_lookup()
503 g_object_unref (proxy_source); in mail_autoconfig_lookup()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkdnd.c1927 if (dest_info->proxy_source) in gtk_drag_proxy_begin()
1931 dest_info->proxy_source = NULL; in gtk_drag_proxy_begin()
1959 dest_info->proxy_source = source_info; in gtk_drag_proxy_begin()
1985 info->proxy_source = NULL; in gtk_drag_get_dest_info()
2073 if (info->proxy_source && info->proxy_source->widget == widget && !info->dropped) in gtk_drag_dest_leave()
2077 info->proxy_source = NULL; in gtk_drag_dest_leave()
2118 if (!info->proxy_source || info->proxy_source->widget != widget) in gtk_drag_dest_motion()
2138 gdk_drag_motion (info->proxy_source->context, in gtk_drag_dest_motion()
2224 if (info->proxy_source || in gtk_drag_dest_drop()
2227 gtk_drag_drop (info->proxy_source, time); in gtk_drag_dest_drop()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/
H A DCustomExternalCapturer.mm29 webrtc::VideoTrackSourceProxy *proxy_source =
31 return static_cast<tgcalls::DarwinVideoTrackSource *>(proxy_source->internal());
H A DDesktopSharingCapturer.mm33 webrtc::VideoTrackSourceProxy *proxy_source =
35 return static_cast<tgcalls::DarwinVideoTrackSource *>(proxy_source->internal());
H A DDarwinInterface.mm38 webrtc::VideoTrackSourceProxy *proxy_source =
40 return static_cast<DarwinVideoTrackSource *>(proxy_source->internal());
H A DVideoCMIOCapture.mm74 webrtc::VideoTrackSourceProxy *proxy_source =
76 return static_cast<tgcalls::DarwinVideoTrackSource *>(proxy_source->internal());
H A DVideoCameraCapturerMac.mm42 webrtc::VideoTrackSourceProxy *proxy_source =
44 return static_cast<tgcalls::DarwinVideoTrackSource *>(proxy_source->internal());
H A DVideoCameraCapturer.mm34 webrtc::VideoTrackSourceProxy *proxy_source =
36 return static_cast<tgcalls::DarwinVideoTrackSource *>(proxy_source->internal());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCVideoSource.mm19 webrtc::VideoTrackSourceProxy *proxy_source =
21 return static_cast<webrtc::ObjCVideoTrackSource *>(proxy_source->internal());
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/api/peerconnection/
H A DRTCVideoSource.mm19 webrtc::VideoTrackSourceProxy *proxy_source =
21 return static_cast<webrtc::ObjCVideoTrackSource *>(proxy_source->internal());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCVideoSource.mm19 webrtc::VideoTrackSourceProxy *proxy_source =
21 return static_cast<webrtc::ObjCVideoTrackSource *>(proxy_source->internal());
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserverui/
H A De-credentials-prompter-impl-oauth2.c569 ESource *proxy_source = NULL; in credentials_prompter_impl_oauth2_set_proxy() local
580 proxy_source = e_source_registry_ref_source (registry, uid); in credentials_prompter_impl_oauth2_set_proxy()
585 if (!proxy_source) in credentials_prompter_impl_oauth2_set_proxy()
586 proxy_source = e_source_registry_ref_builtin_proxy (registry); in credentials_prompter_impl_oauth2_set_proxy()
588 if (proxy_source && e_source_has_extension (proxy_source, E_SOURCE_EXTENSION_PROXY)) { in credentials_prompter_impl_oauth2_set_proxy()
597 proxy = e_source_get_extension (proxy_source, E_SOURCE_EXTENSION_PROXY); in credentials_prompter_impl_oauth2_set_proxy()
685 g_clear_object (&proxy_source); in credentials_prompter_impl_oauth2_set_proxy()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-oauth2-service.c799 ESource *proxy_source = NULL; in eos_create_soup_session() local
829 proxy_source = ref_source (ref_source_user_data, uid); in eos_create_soup_session()
834 if (proxy_source) { in eos_create_soup_session()
837 proxy_resolver = G_PROXY_RESOLVER (proxy_source); in eos_create_soup_session()
841 g_object_unref (proxy_source); in eos_create_soup_session()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dnetwork_service.h121 mojo::PendingRemote<mojom::NetLogProxySource> proxy_source, in COMPONENT_EXPORT()
H A Dnetwork_service.cc458 mojo::PendingRemote<mojom::NetLogProxySource> proxy_source, in AttachNetLogProxy() argument
462 net_log_proxy_sink_->AttachSource(std::move(proxy_source), in AttachNetLogProxy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dnetwork_service.h162 mojo::PendingRemote<mojom::NetLogProxySource> proxy_source, in COMPONENT_EXPORT()
H A Dnetwork_service.cc505 mojo::PendingRemote<mojom::NetLogProxySource> proxy_source, in AttachNetLogProxy() argument
509 net_log_proxy_sink_->AttachSource(std::move(proxy_source), in AttachNetLogProxy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/mojom/
H A Dnetwork_service.mojom231 // to the |proxy_source| pipe indicating when netlogging is active, the
234 AttachNetLogProxy(pending_remote<NetLogProxySource> proxy_source,
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/mojom/
H A Dnetwork_service.mojom230 // to the |proxy_source| pipe indicating when netlogging is active, the
233 AttachNetLogProxy(pending_remote<NetLogProxySource> proxy_source,
/dports/mail/evolution/evolution-3.42.1/src/shell/
H A De-shell.c1799 ESource *proxy_source; in shell_initable_init() local
1839 proxy_source = e_source_registry_ref_builtin_proxy (registry); in shell_initable_init()
1847 g_object_unref (proxy_source); in shell_initable_init()

12