HomeSort by relevance Sort by last modified time
    Searched defs:auth_token_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 77 std::string auth_token_; member in class:chromeos::UserImageDownloader
mock_authenticator.h 167 std::string auth_token_; member in class:chromeos::MockLoginUtils
  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.h 55 std::string auth_token_; member in class:policy::DevicePolicyIdentityStrategy
device_token_fetcher.h 114 // Resets |backend_|, then uses |auth_token_| and |device_id_| to perform
147 std::string auth_token_; member in class:policy::DeviceTokenFetcher
device_management_backend_impl.cc 151 auth_token_ = auth_token;
178 std::string auth_token_; member in class:policy::DeviceManagementJobBase
266 if (!auth_token_.empty())
267 extra_headers += kServiceTokenAuthHeader + auth_token_ + "\n";
  /external/chromium/net/http/
http_auth_controller.h 140 // |auth_token_| contains the opaque string to pass to the proxy or
142 std::string auth_token_; member in class:net::HttpAuthController
http_auth_handler_mock.h 105 std::string* auth_token_; member in class:net::HttpAuthHandlerMock
http_auth_handler_negotiate.h 161 std::string* auth_token_; member in class:net::HttpAuthHandlerNegotiate
http_auth_controller.cc 188 DCHECK(auth_token_.empty());
194 &auth_token_);
246 // auth_token_ can be empty if we encountered a permanent error with
248 if (!auth_token_.empty()) {
250 HttpAuth::GetAuthorizationHeaderName(target_), auth_token_); local
251 auth_token_.clear();
526 auth_token_.clear();
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 306 auth_token_.assign(auth_token);
311 return auth_token_;
362 std::string auth_token_; member in class:browser_sync::ServerConnectionManager

Completed in 134 milliseconds