/external/chromium/net/http/ |
D | http_auth_handler_digest_unittest.cc | 566 std::string auth_token; in TEST() local 572 &auth_token)); in TEST() 576 auth_token); in TEST() 580 std::string auth_token; in TEST() local 586 &auth_token)); in TEST() 590 auth_token); in TEST() 594 std::string auth_token; in TEST() local 600 &auth_token)); in TEST() 604 auth_token); in TEST() 608 std::string auth_token; in TEST() local [all …]
|
D | http_auth_sspi_win_unittest.cc | 84 std::string auth_token; in TEST() local 87 &auth_token)); in TEST() 121 std::string auth_token; in TEST() local 124 &auth_token)); in TEST() 144 std::string auth_token; in TEST() local 147 &auth_token)); in TEST()
|
D | http_auth_gssapi_posix_unittest.cc | 200 std::string auth_token; in TEST() local 203 &auth_token)); in TEST() 238 std::string auth_token; in TEST() local 241 &auth_token)); in TEST() 262 std::string auth_token; in TEST() local 265 &auth_token)); in TEST()
|
D | http_auth_handler.cc | 69 std::string* auth_token) { in GenerateAuthToken() argument 74 DCHECK(auth_token != NULL); in GenerateAuthToken() 79 &wrapper_callback_, auth_token); in GenerateAuthToken()
|
D | http_auth_handler_basic_unittest.cc | 42 std::string auth_token; in TEST() local 44 NULL, &auth_token); in TEST() 46 EXPECT_STREQ(tests[i].expected_credentials, auth_token.c_str()); in TEST()
|
D | http_auth_handler_ntlm.cc | 36 std::string* auth_token) { in GenerateAuthTokenImpl() argument 42 auth_token); in GenerateAuthTokenImpl() 103 *auth_token = std::string("NTLM ") + encode_output; in GenerateAuthTokenImpl()
|
D | http_auth_handler_mock.cc | 98 std::string* auth_token) { in GenerateAuthTokenImpl() argument 105 auth_token_ = auth_token; in GenerateAuthTokenImpl() 112 *auth_token = "auth_token"; in GenerateAuthTokenImpl()
|
D | http_auth_handler_unittest.cc | 25 std::string auth_token; in TEST() local 48 &test_callback, &auth_token); in TEST()
|
D | http_auth_handler.h | 76 std::string* auth_token); 158 std::string* auth_token) = 0;
|
D | http_auth_handler_basic.cc | 75 std::string* auth_token) { in GenerateAuthTokenImpl() argument 83 *auth_token = "Basic " + base64_username_password; in GenerateAuthTokenImpl()
|
/external/chromium/chrome/browser/net/gaia/ |
D | token_service.cc | 108 const std::string& auth_token) { in SaveAuthTokenToDB() argument 110 web_data_service_->SetTokenForService(service, auth_token); in SaveAuthTokenToDB() 163 const std::string& auth_token) { in FireTokenAvailableNotification() argument 165 TokenAvailableDetails details(service, auth_token); in FireTokenAvailableNotification() 184 const std::string& auth_token) { in IssueAuthTokenForTest() argument 185 token_map_[service] = auth_token; in IssueAuthTokenForTest() 186 FireTokenAvailableNotification(service, auth_token); in IssueAuthTokenForTest() 190 const std::string& auth_token) { in OnIssueAuthTokenSuccess() argument 193 token_map_[service] = auth_token; in OnIssueAuthTokenSuccess() 194 FireTokenAvailableNotification(service, auth_token); in OnIssueAuthTokenSuccess() [all …]
|
D | 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/policy/ |
D | device_policy_identity_strategy.cc | 70 const std::string& auth_token) { in SetAuthCredentials() argument 72 auth_token_ = auth_token; in SetAuthCredentials() 93 std::string* auth_token) { in GetCredentials() argument 95 *auth_token = auth_token_; in GetCredentials() 97 return !username->empty() && !auth_token->empty(); in GetCredentials()
|
D | mock_device_management_service.cc | 16 const std::string& auth_token, in ProcessRegisterRequest() argument 20 backend_->ProcessRegisterRequest(auth_token, device_id, request, delegate); in ProcessRegisterRequest()
|
D | device_management_backend_impl.cc | 150 void SetAuthToken(const std::string& auth_token) { in SetAuthToken() argument 151 auth_token_ = auth_token; in SetAuthToken() 278 const std::string& auth_token, in DeviceManagementRegisterJob() argument 287 SetAuthToken(auth_token); in DeviceManagementRegisterJob() 458 const std::string& auth_token, in ProcessRegisterRequest() argument 462 AddJob(new DeviceManagementRegisterJob(this, auth_token, device_id, request, in ProcessRegisterRequest()
|
D | device_policy_identity_strategy.h | 28 const std::string& auth_token); 49 std::string* auth_token) OVERRIDE;
|
D | cloud_policy_controller_unittest.cc | 53 ACTION_P2(MockCloudPolicyIdentityStrategyGetCredentials, username, auth_token) { in ACTION_P2() argument 55 *arg1 = auth_token; in ACTION_P2() 133 const std::string& auth_token) { in SetupIdentityStrategy() argument 148 MockCloudPolicyIdentityStrategyGetCredentials(user_name, auth_token)); in SetupIdentityStrategy()
|
D | user_policy_identity_strategy.cc | 186 std::string* auth_token) { in GetCredentials() argument 188 *auth_token = profile_->GetTokenService()->GetTokenForService( in GetCredentials() 191 return !username->empty() && !auth_token->empty() && !device_id_.empty(); in GetCredentials()
|
/external/chromium/chrome/common/net/gaia/ |
D | gaia_authenticator.cc | 292 results->auth_token = message_text; in IssueAuthToken() 311 results->auth_token = i->second; in ExtractTokensFrom() 378 void GaiaAuthenticator::RenewAuthToken(const string& auth_token) { in RenewAuthToken() argument 380 DCHECK(!this->auth_token().empty()); in RenewAuthToken() 381 auth_results_.auth_token = auth_token; in RenewAuthToken() 383 void GaiaAuthenticator::SetAuthToken(const string& auth_token) { in SetAuthToken() argument 385 auth_results_.auth_token = auth_token; in SetAuthToken()
|
D | gaia_authenticator.h | 130 virtual void RenewAuthToken(const std::string& auth_token); 131 void SetAuthToken(const std::string& auth_token); 143 std::string auth_token; member 210 inline std::string auth_token() const { in auth_token() function 212 return auth_results_.auth_token; in auth_token()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | image_downloader.cc | 28 const std::string& auth_token) in ImageDownloader() argument 34 if (!auth_token.empty()) { in ImageDownloader() 36 base::StringPrintf(kAuthorizationHeader, auth_token.c_str())); in ImageDownloader()
|
/external/chromium/chrome/browser/sync/engine/net/ |
D | syncapi_server_connection_manager.cc | 25 const std::string& auth_token, in Init() argument 38 if (!auth_token.empty()) { in Init() 39 std::string headers = "Authorization: GoogleLogin auth=" + auth_token; in Init()
|
D | server_connection_manager.h | 191 const std::string& auth_token, 303 void set_auth_token(const std::string& auth_token) { in set_auth_token() argument 306 auth_token_.assign(auth_token); in set_auth_token() 309 const std::string auth_token() const { in auth_token() function 334 const std::string& auth_token,
|
/external/chromium/chrome/browser/remoting/ |
D | directory_add_request.cc | 31 const std::string& auth_token, in AddHost() argument 50 headers.SetHeader("Authorization", "GoogleLogin auth=" + auth_token); in AddHost()
|
D | setup_flow_login_step.cc | 109 const std::string& service, const std::string& auth_token) { in OnIssueAuthTokenSuccess() argument 111 flow()->context()->talk_token = auth_token; in OnIssueAuthTokenSuccess()
|