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

  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.cc 72 auth_token_ = auth_token;
95 *auth_token = auth_token_;
device_token_fetcher.cc 70 auth_token_ = auth_token;
80 if (auth_token_.empty() || device_id_.empty()) {
93 backend_->ProcessRegisterRequest(auth_token_, device_id_, request, this);
112 auth_token_.clear();
186 auth_token_.clear();
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_handler_mock.cc 19 auth_token_(NULL),
103 EXPECT_TRUE(auth_token_ == NULL);
105 auth_token_ = auth_token;
130 *auth_token_ = "auth_token";
131 auth_token_ = NULL;
http_auth_handler_negotiate.cc 103 auth_token_(NULL),
211 DCHECK(auth_token_ == NULL);
212 auth_token_ = auth_token;
314 return auth_system_.GenerateAuthToken(username, password, spn_, auth_token_);
319 auth_token_ = NULL;
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_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();
http_auth_handler_negotiate.h 161 std::string* auth_token_; member in class:net::HttpAuthHandlerNegotiate
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc 42 auth_token_(auth_token) {
44 if (auth_token_.empty())
53 base::StringPrintf(kAuthorizationHeader, auth_token_.c_str()));
82 new ImageDownloader(this, GURL(image_url), auth_token_);
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/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 174 milliseconds