OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTLSIdentityRequestObserver
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/renderer/media/
peer_connection_identity_service.h
30
webrtc::
DTLSIdentityRequestObserver
* observer) OVERRIDE;
41
talk_base::scoped_refptr<webrtc::
DTLSIdentityRequestObserver
>
peer_connection_identity_service.cc
24
webrtc::
DTLSIdentityRequestObserver
* observer) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakedtlsidentityservice.h
64
using webrtc::
DTLSIdentityRequestObserver
;
71
DTLSIdentityRequestObserver
* observer)
75
talk_base::scoped_refptr<
DTLSIdentityRequestObserver
> observer;
88
DTLSIdentityRequestObserver
* observer) {
108
DTLSIdentityRequestObserver
* observer = message_data->data().observer.get();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h
342
class
DTLSIdentityRequestObserver
: public talk_base::RefCountInterface {
348
virtual ~
DTLSIdentityRequestObserver
() {}
356
//
DTLSIdentityRequestObserver
::OnSuccess will be called with the identity if
357
// the request succeeded;
DTLSIdentityRequestObserver
::OnFailure will be
377
DTLSIdentityRequestObserver
* observer) = 0;
webrtcsessiondescriptionfactory.h
49
class WebRtcIdentityRequestObserver : public
DTLSIdentityRequestObserver
,
52
//
DTLSIdentityRequestObserver
overrides.
webrtcsession_unittest.cc
78
using webrtc::
DTLSIdentityRequestObserver
;
[
all
...]
Completed in 1705 milliseconds