Searched refs:auth_token_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Ddevice_policy_identity_strategy.cc72 auth_token_ = auth_token;
95 *auth_token = auth_token_;
H A Ddevice_token_fetcher.cc70 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();
H A Ddevice_policy_identity_strategy.h55 std::string auth_token_; member in class:policy::DevicePolicyIdentityStrategy
H A Ddevice_token_fetcher.h114 // Resets |backend_|, then uses |auth_token_| and |device_id_| to perform
147 std::string auth_token_; member in class:policy::DeviceTokenFetcher
H A Ddevice_management_backend_impl.cc151 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/
H A Dhttp_auth_handler_mock.cc19 auth_token_(NULL),
103 EXPECT_TRUE(auth_token_ == NULL);
105 auth_token_ = auth_token;
130 *auth_token_ = "auth_token";
131 auth_token_ = NULL;
H A Dhttp_auth_handler_negotiate.cc103 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;
H A Dhttp_auth_controller.cc188 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();
H A Dhttp_auth_controller.h140 // |auth_token_| contains the opaque string to pass to the proxy or
142 std::string auth_token_; member in class:net::HttpAuthController
H A Dhttp_auth_handler_mock.h105 std::string* auth_token_; member in class:net::HttpAuthHandlerMock
H A Dhttp_auth_handler_negotiate.h161 std::string* auth_token_; member in class:net::HttpAuthHandlerNegotiate
/external/chromium/chrome/browser/chromeos/login/
H A Duser_image_downloader.cc42 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_);
H A Duser_image_downloader.h77 std::string auth_token_; member in class:chromeos::UserImageDownloader
H A Dmock_authenticator.h167 std::string auth_token_; member in class:chromeos::MockLoginUtils
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.h306 auth_token_.assign(auth_token);
311 return auth_token_;
362 std::string auth_token_; member in class:browser_sync::ServerConnectionManager

Completed in 1214 milliseconds