HomeSort by relevance Sort by last modified time
    Searched refs:identity_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/http/
http_auth_controller.cc 184 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_.invalid = true
    [all...]
http_auth_controller.h 88 // 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/
securetunnelsessionclient.cc 84 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_;
securetunnelsessionclient.h 107 talk_base::scoped_ptr<talk_base::SSLIdentity> identity_; member in class:cricket::SecureTunnelSessionClient
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 157 scoped_ptr<OpenSSLIdentity> identity_; member in class:talk_base::OpenSSLStreamAdapter
opensslstreamadapter.cc 177 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/
popuplib.js 185 var identity_ = ('identity' in openidParams) ? encodeIfRequested_(openidParams.identity) :
225 '&openid.identity=', identity_,
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 672 const std::string& identity() const { return identity_; }
738 identity_ = identity;
747 std::string identity_; member in class:chromeos::WifiNetwork
    [all...]
network_library.cc     [all...]

Completed in 557 milliseconds