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

12 3

  /external/chromium/net/http/
http_auth_handler_basic.cc 75 std::string* auth_token) {
83 *auth_token = "Basic " + base64_username_password;
http_auth_gssapi_posix_unittest.cc 200 std::string auth_token; local
203 &auth_token));
238 std::string auth_token; local
241 &auth_token));
262 std::string auth_token; local
265 &auth_token));
http_auth_handler_mock.cc 98 std::string* auth_token) {
105 auth_token_ = auth_token;
112 *auth_token = "auth_token";
130 *auth_token_ = "auth_token";
http_auth_handler_mock.h 93 std::string* auth_token);
http_auth_handler_ntlm.h 127 std::string* auth_token);
http_auth_handler_digest.h 90 std::string* auth_token);
http_auth_handler_negotiate.h 121 std::string* auth_token);
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 191 const std::string& auth_token,
303 void set_auth_token(const std::string& auth_token) {
306 auth_token_.assign(auth_token);
309 const std::string auth_token() const { function in class:browser_sync::ServerConnectionManager
334 const std::string& auth_token,
server_connection_manager.cc 169 return PostBufferToPath(params, path, auth_token(), watcher);
173 const string& path, const string& auth_token,
178 bool ok = post->Init(path.c_str(), auth_token, params->buffer_in,
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 16 // // Do something with: gaia_auth.auth_token(), or gaia_auth.sid(),
130 virtual void RenewAuthToken(const std::string& auth_token);
131 void SetAuthToken(const std::string& auth_token);
143 std::string auth_token; member in struct:gaia::GaiaAuthenticator::AuthResults
210 inline std::string auth_token() const { function in class:gaia::GaiaAuthenticator
212 return auth_results_.auth_token;
  /external/chromium/chrome/browser/remoting/
directory_add_request.cc 31 const std::string& auth_token,
50 headers.SetHeader("Authorization", "GoogleLogin auth=" + auth_token);
setup_flow_login_step.cc 109 const std::string& service, const std::string& auth_token) {
111 flow()->context()->talk_token = auth_token;
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.h 69 const std::string& auth_token) OVERRIDE;
user_image_downloader.cc 40 const std::string& auth_token)
42 auth_token_(auth_token) {
enterprise_enrollment_screen.cc 114 const std::string& auth_token) {
136 connector->SetCredentials(user_, auth_token);
  /external/chromium/chrome/browser/policy/
cloud_policy_controller_unittest.cc 53 ACTION_P2(MockCloudPolicyIdentityStrategyGetCredentials, username, auth_token) {
55 *arg1 = auth_token;
133 const std::string& auth_token) {
148 MockCloudPolicyIdentityStrategyGetCredentials(user_name, auth_token));
188 "a@b.com", "auth_token");
199 "DannoHelper@gmail.com", "auth_token");
211 "DannoHelperDelegate@b.com", "auth_token");
226 "DannoHelperDelegateImpl@b.com", "auth_token");
device_management_backend.h 94 const std::string& auth_token,
device_management_backend_impl.h 59 const std::string& auth_token,
user_policy_identity_strategy.h 41 std::string* auth_token) OVERRIDE;
device_management_backend_impl.cc 150 void SetAuthToken(const std::string& auth_token) {
151 auth_token_ = auth_token;
278 const std::string& auth_token,
287 SetAuthToken(auth_token);
458 const std::string& auth_token,
462 AddJob(new DeviceManagementRegisterJob(this, auth_token, device_id, request,
device_token_fetcher.h 55 virtual void FetchToken(const std::string& auth_token,
mock_device_management_backend.h 35 const std::string& auth_token,
user_policy_identity_strategy.cc 186 std::string* auth_token) {
188 *auth_token = profile_->GetTokenService()->GetTokenForService(
191 return !username->empty() && !auth_token->empty() && !device_id_.empty();
cloud_policy_controller.cc 232 std::string auth_token; local
238 if (identity_strategy_->GetCredentials(&username, &auth_token) &&
240 token_fetcher_->FetchToken(auth_token, device_id, policy_type,
  /external/chromium/chrome/browser/service/
service_process_control.h 113 const std::string& auth_token);

Completed in 260 milliseconds

12 3