Home
last modified time | relevance | path

Searched refs:RTCIceCandidatePlatform (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Drtc_ice_candidate_platform.h41 class PLATFORM_EXPORT RTCIceCandidatePlatform final
42 : public GarbageCollected<RTCIceCandidatePlatform> {
47 RTCIceCandidatePlatform(String candidate,
53 RTCIceCandidatePlatform(String candidate,
57 ~RTCIceCandidatePlatform() = default;
96 DISALLOW_COPY_AND_ASSIGN(RTCIceCandidatePlatform);
H A Drtc_ice_candidate_platform.cc43 RTCIceCandidatePlatform::RTCIceCandidatePlatform( in RTCIceCandidatePlatform() function in blink::RTCIceCandidatePlatform
55 RTCIceCandidatePlatform::RTCIceCandidatePlatform( in RTCIceCandidatePlatform() function in blink::RTCIceCandidatePlatform
65 void RTCIceCandidatePlatform::PopulateFields(bool use_username_from_candidate) { in PopulateFields()
H A Drtc_peer_connection_handler_client.h45 class RTCIceCandidatePlatform; variable
62 virtual void DidGenerateICECandidate(RTCIceCandidatePlatform*) = 0;
H A Drtc_peer_connection_handler_platform.h55 class RTCIceCandidatePlatform; variable
126 virtual void AddICECandidate(RTCVoidRequest*, RTCIceCandidatePlatform*) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Drtc_ice_candidate_platform.h41 class PLATFORM_EXPORT RTCIceCandidatePlatform final
42 : public GarbageCollected<RTCIceCandidatePlatform> {
47 RTCIceCandidatePlatform(String candidate,
53 RTCIceCandidatePlatform(String candidate,
57 ~RTCIceCandidatePlatform() = default;
96 DISALLOW_COPY_AND_ASSIGN(RTCIceCandidatePlatform);
H A Drtc_ice_candidate_platform.cc43 RTCIceCandidatePlatform::RTCIceCandidatePlatform( in RTCIceCandidatePlatform() function in blink::RTCIceCandidatePlatform
55 RTCIceCandidatePlatform::RTCIceCandidatePlatform( in RTCIceCandidatePlatform() function in blink::RTCIceCandidatePlatform
65 void RTCIceCandidatePlatform::PopulateFields(bool use_username_from_candidate) { in PopulateFields()
H A Drtc_peer_connection_handler_client.h45 class RTCIceCandidatePlatform; variable
63 virtual void DidGenerateICECandidate(RTCIceCandidatePlatform*) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_candidate.h54 static RTCIceCandidate* Create(RTCIceCandidatePlatform*);
56 explicit RTCIceCandidate(RTCIceCandidatePlatform*);
75 RTCIceCandidatePlatform* PlatformCandidate() const;
80 Member<RTCIceCandidatePlatform> platform_candidate_;
H A Drtc_ice_candidate.cc68 MakeGarbageCollected<RTCIceCandidatePlatform>( in Create()
74 RTCIceCandidatePlatform* platform_candidate) { in Create()
78 RTCIceCandidate::RTCIceCandidate(RTCIceCandidatePlatform* platform_candidate) in RTCIceCandidate()
93 RTCIceCandidatePlatform* RTCIceCandidate::PlatformCandidate() const { in PlatformCandidate()
H A Dmock_rtc_peer_connection_handler_client.h30 void(RTCIceCandidatePlatform* candidate));
84 void didGenerateICECandidateWorker(RTCIceCandidatePlatform* candidate);
H A Dpeer_connection_tracker.h30 class RTCIceCandidatePlatform; variable
119 RTCIceCandidatePlatform* candidate,
H A Dmock_rtc_peer_connection_handler_client.cc27 RTCIceCandidatePlatform* candidate) { in didGenerateICECandidateWorker()
H A Dmock_rtc_peer_connection_handler_platform.h55 void AddICECandidate(RTCVoidRequest*, RTCIceCandidatePlatform*) override;
H A Dmock_rtc_peer_connection_handler_platform.cc302 RTCIceCandidatePlatform*) {} in AddICECandidate() argument
H A Drtc_peer_connection_handler.h162 RTCIceCandidatePlatform* candidate);
H A Drtc_peer_connection.h333 void DidGenerateICECandidate(RTCIceCandidatePlatform*) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_candidate.h54 static RTCIceCandidate* Create(RTCIceCandidatePlatform*);
56 explicit RTCIceCandidate(RTCIceCandidatePlatform*);
83 RTCIceCandidatePlatform* PlatformCandidate() const;
88 Member<RTCIceCandidatePlatform> platform_candidate_;
H A Drtc_ice_candidate.cc69 MakeGarbageCollected<RTCIceCandidatePlatform>( in Create()
75 RTCIceCandidatePlatform* platform_candidate) { in Create()
79 RTCIceCandidate::RTCIceCandidate(RTCIceCandidatePlatform* platform_candidate) in RTCIceCandidate()
99 RTCIceCandidatePlatform* RTCIceCandidate::PlatformCandidate() const { in PlatformCandidate()
H A Dmock_rtc_peer_connection_handler_client.h31 void(RTCIceCandidatePlatform* candidate));
78 void didGenerateICECandidateWorker(RTCIceCandidatePlatform* candidate);
H A Dpeer_connection_tracker.h29 class RTCIceCandidatePlatform; variable
118 RTCIceCandidatePlatform* candidate,
H A Dmock_rtc_peer_connection_handler_client.cc31 RTCIceCandidatePlatform* candidate) { in didGenerateICECandidateWorker()
H A Dmock_rtc_peer_connection_handler_platform.h60 void AddICECandidate(RTCVoidRequest*, RTCIceCandidatePlatform*) override;
H A Drtc_peer_connection_handler.h146 RTCIceCandidatePlatform* candidate) override;
H A Dmock_rtc_peer_connection_handler_platform.cc330 RTCIceCandidatePlatform*) {} in AddICECandidate() argument
H A Drtc_peer_connection.h334 void DidGenerateICECandidate(RTCIceCandidatePlatform*) override;

12