HomeSort by relevance Sort by last modified time
    Searched refs:auth_token (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.cc 70 const std::string& auth_token) {
72 auth_token_ = auth_token;
93 std::string* auth_token) {
95 *auth_token = auth_token_;
97 return !username->empty() && !auth_token->empty();
mock_device_management_service.cc 16 const std::string& auth_token,
20 backend_->ProcessRegisterRequest(auth_token, device_id, request, delegate);
cloud_policy_identity_strategy.h 70 std::string* auth_token) = 0;
device_policy_identity_strategy.h 28 const std::string& auth_token);
49 std::string* auth_token) OVERRIDE;
mock_device_management_service.h 26 const std::string& auth_token,
  /external/chromium/net/http/
http_auth_handler_digest_unittest.cc 566 std::string auth_token; local
572 &auth_token));
576 auth_token);
580 std::string auth_token; local
586 &auth_token));
590 auth_token);
594 std::string auth_token; local
600 &auth_token));
604 auth_token);
608 std::string auth_token; local
622 std::string auth_token; local
637 std::string auth_token; local
    [all...]
http_auth_sspi_win_unittest.cc 84 std::string auth_token; local
87 &auth_token));
121 std::string auth_token; local
124 &auth_token));
144 std::string auth_token; local
147 &auth_token));
http_auth_handler.cc 69 std::string* auth_token) {
74 DCHECK(auth_token != NULL);
79 &wrapper_callback_, auth_token);
http_auth_handler_basic.h 44 std::string* auth_token);
http_auth_handler.h 60 // |request|, |callback|, and |auth_token| must be non-NULL.
63 // If |OK| is returned, |*auth_token| is filled in with an authentication
65 // If |ERR_IO_PENDING| is returned, |*auth_token| will be filled in
67 // |request|, |callback|, and |auth_token| must last until |callback| is
71 // value of |*auth_token| is unspecified.
76 std::string* auth_token);
158 std::string* auth_token) = 0;
http_auth_handler_unittest.cc 25 std::string auth_token; local
48 &test_callback, &auth_token);
http_auth_handler_basic_unittest.cc 42 std::string auth_token; local
44 NULL, &auth_token);
46 EXPECT_STREQ(tests[i].expected_credentials, auth_token.c_str());
http_auth_handler_ntlm.cc 36 std::string* auth_token) {
42 auth_token);
103 *auth_token = std::string("NTLM ") + encode_output;
  /external/chromium/chrome/browser/chromeos/login/
image_downloader.h 23 // Starts downloading the picture. Optional auth_token could be passed.
27 const std::string& auth_token);
image_downloader.cc 28 const std::string& auth_token)
34 if (!auth_token.empty()) {
36 base::StringPrintf(kAuthorizationHeader, auth_token.c_str()));
user_image_downloader.h 26 // |auth_token| is a authentication token received in ClientLogin
31 const std::string& auth_token);
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 108 const std::string& auth_token) {
110 web_data_service_->SetTokenForService(service, auth_token);
163 const std::string& auth_token) {
165 TokenAvailableDetails details(service, auth_token);
184 const std::string& auth_token) {
185 token_map_[service] = auth_token;
186 FireTokenAvailableNotification(service, auth_token);
190 const std::string& auth_token) {
193 token_map_[service] = auth_token;
194 FireTokenAvailableNotification(service, auth_token);
    [all...]
token_service.h 135 const std::string& auth_token);
139 const std::string& auth_token);
155 const std::string& auth_token);
164 const std::string& auth_token);
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 25 const std::string& auth_token,
38 if (!auth_token.empty()) {
39 std::string headers = "Authorization: GoogleLogin auth=" + auth_token;
syncapi_server_connection_manager.h 29 const std::string& auth_token,
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 45 EXPECT_EQ(0, results.auth_token.compare("body"));
gaia_authenticator.cc 292 results->auth_token = message_text;
311 results->auth_token = i->second;
378 void GaiaAuthenticator::RenewAuthToken(const string& auth_token) {
380 DCHECK(!this->auth_token().empty());
381 auth_results_.auth_token = auth_token;
383 void GaiaAuthenticator::SetAuthToken(const string& auth_token) {
385 auth_results_.auth_token = auth_token;
gaia_auth_consumer.h 41 const std::string& auth_token) {}
  /external/chromium/chrome/browser/remoting/
directory_add_request.h 52 const std::string& auth_token,
setup_flow_login_step.h 30 const std::string& auth_token);

Completed in 874 milliseconds

1 2 3