Searched refs:identity_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_controller.cc184 if (identity_.source != HttpAuth::IDENT_SRC_DEFAULT_CREDENTIALS) {
185 username = &identity_.username;
186 password = &identity_.password;
207 DCHECK(identity_.invalid);
234 identity_.source = HttpAuth::IDENT_SRC_PATH_LOOKUP;
235 identity_.invalid = false;
236 identity_.username = entry->username();
237 identity_.password = entry->password();
305 (identity_.source == HttpAuth::IDENT_SRC_PATH_LOOKUP) ?
315 identity_
[all...]
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/session/tunnel/
H A Dsecuretunnelsessionclient.cc84 ASSERT(identity_.get() == NULL);
85 identity_.reset(identity);
89 ASSERT(identity_.get() == NULL);
90 identity_.reset(talk_base::SSLIdentity::Generate(
104 if (identity_.get() == NULL) {
112 ASSERT(identity_.get() != NULL);
113 return *identity_;
H A Dsecuretunnelsessionclient.h107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslstreamadapter.h157 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
H A Dopensslstreamadapter.cc177 ASSERT(identity_.get() == NULL);
178 identity_.reset(static_cast<OpenSSLIdentity*>(identity));
520 identity_.reset();
530 if (identity_.get() && !identity_->ConfigureIdentity(ctx)) {
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js185 var identity_ = ('identity' in openidParams) ? encodeIfRequested_(openidParams.identity) :
225 '&openid.identity=', identity_,
/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
H A Dnetwork_library.cc1873 return value->GetAsString(&identity_);
1964 SetStringProperty(kIdentityProperty, identity, &identity_);

Completed in 140 milliseconds