Searched defs:identity_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
/external/ceres-solver/internal/ceres/
H A Dcasts.h41 struct identity_ { struct in namespace:ceres
57 // base::identity_ is used to make a non-deduced context, which
60 inline To implicit_cast(typename identity_<To>::type to) {
67 inline To implicit_cast(typename identity_<From>::type const &f) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.h54 talk_base::SSLIdentity* identity() const { return identity_; }
61 void set_identity(talk_base::SSLIdentity* identity) { identity_ = identity; }
78 talk_base::SSLIdentity* identity_; member in class:cricket::TransportDescriptionFactory
H A Ddtlstransport.h52 identity_(identity) {
59 identity_ = identity;
62 if (!identity_)
65 *identity = identity_->GetReference();
76 if (identity_) {
79 identity_));
91 identity_ = NULL;
94 if (!channel->SetLocalIdentity(identity_))
237 talk_base::SSLIdentity* identity_; member in class:cricket::DtlsTransport
H A Ddtlstransportchannel_unittest.cc83 identity_.reset(talk_base::SSLIdentity::Generate(name_));
85 talk_base::SSLIdentity* identity() { return identity_.get(); }
87 ASSERT(identity_.get() != NULL);
93 identity_.get()));
133 Negotiate(identity_.get(), (identity_) ? peer->identity_.get() : NULL,
247 int flags = (identity_.get() && srtp) ? cricket::PF_SRTP_BYPASS : 0;
316 int expected_flags = (identity_.get() && IsRtpLeadByte(data[0])) ?
354 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; variable
[all...]
H A Dfakesession.h69 identity_(NULL),
156 if (identity_ && dest_->identity_) {
213 identity_ = identity;
240 if (!identity_)
243 *identity = identity_->GetReference();
297 talk_base::SSLIdentity* identity_; member in class:cricket::FakeTransportChannel
328 identity_(NULL) {
341 it->second->SetLocalIdentity(identity_);
354 identity_
409 talk_base::SSLIdentity* identity_; member in class:cricket::FakeTransport
[all...]
H A Dsession.h380 talk_base::SSLIdentity* identity() { return identity_; }
508 talk_base::SSLIdentity* identity_; member in class:cricket::BaseSession
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h67 struct identity_ { struct in namespace:google::protobuf::internal
/external/chromium/net/http/
H A Dhttp_auth_controller.h88 // If such an entry is found, updates |identity_| and |handler_| with the
98 // The identity that was rejected is |identity_|.
101 // Sets |identity_| to the next identity that the transaction should try. It
135 // |identity_| holds the (username/password) that should be used by
138 HttpAuth::Identity identity_; member in class:net::HttpAuthController
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslstreamadapter.h157 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
/external/chromium_org/net/http/
H A Dhttp_auth_controller.h90 // If such an entry is found, updates |identity_| and |handler_| with the
100 // The identity that was rejected is |identity_|.
103 // Sets |identity_| to the next identity that the transaction should try. It
137 // |identity_| holds the credentials that should be used by
140 HttpAuth::Identity identity_; member in class:net::HttpAuthController
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslstreamadapterhelper.h113 scoped_ptr<SSLIdentity> identity_; member in class:talk_base::SSLStreamAdapterHelper
H A Dopensslstreamadapter.h191 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc455 identity_.reset(talk_base::SSLIdentity::Generate(identity_name));
456 tdesc_factory_->set_identity(identity_.get());
927 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:WebRtcSessionTest
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h672 const std::string& identity() const { return identity_; }
738 identity_ = identity;
747 std::string identity_; member in class:chromeos::WifiNetwork

Completed in 392 milliseconds