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

/external/chromium_org/cloud_print/service/
H A Dservice_state.h57 return auth_token_;
81 auth_token_ = value;
93 std::string auth_token_; member in class:ServiceState
H A Dservice_state.cc96 auth_token_.clear();
123 cloud_print->GetString(kAuthTokenOptionName, &auth_token_);
133 bool valid_auth = !auth_token_.empty() && !xmpp_auth_token_.empty();
147 SetNotEmptyJsonString(cloud_print.get(), kAuthTokenOptionName, auth_token_);
219 auth_token_ = LoginToGoogle("cloudprint", email_, password);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppauth.cc50 auth_token_ = auth_token;
95 mechanism, jid_.Str(), auth_token_, "oauth2");
97 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_token_);
H A Dxmppauth.h60 virtual std::string GetAuthToken() const { return auth_token_; }
73 std::string auth_token_; member in class:XmppAuth
H A Dxmppclientsettings.h50 auth_token_ = token;
66 const std::string& auth_token() const { return auth_token_; }
78 std::string auth_token_; member in class:buzz::XmppUserSettings
H A Dxmppclient.cc73 std::string auth_token_; member in class:buzz::XmppClient::Private
161 d_->auth_token_ = settings.auth_token();
214 return d_->auth_token_;
228 d_->auth_mechanism_, d_->auth_token_);
281 d_->auth_token_ = d_->pre_auth_->GetAuthToken();
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_wipeout.cc24 auth_token_ = auth_token;
67 return GetCloudPrintAuthHeader(auth_token_);
H A Dcloud_print_wipeout.h53 std::string auth_token_; member in class:cloud_print::CloudPrintWipeout
/external/chromium_org/net/http/
H A Dhttp_auth_handler_mock.cc21 auth_token_(NULL),
119 EXPECT_TRUE(auth_token_ == NULL);
121 auth_token_ = auth_token;
147 *auth_token_ = "auth_token";
148 auth_token_ = NULL;
H A Dhttp_auth_handler_negotiate.cc107 auth_token_(NULL),
214 DCHECK(auth_token_ == NULL);
215 auth_token_ = auth_token;
319 return auth_system_.GenerateAuthToken(credentials, spn_, auth_token_);
324 auth_token_ = NULL;
H A Dhttp_auth_controller.cc183 DCHECK(auth_token_.empty());
188 &auth_token_);
239 // auth_token_ can be empty if we encountered a permanent error with
241 if (!auth_token_.empty()) {
243 HttpAuth::GetAuthorizationHeaderName(target_), auth_token_); local
244 auth_token_.clear();
539 auth_token_.clear();
H A Dhttp_auth_controller.h142 // |auth_token_| contains the opaque string to pass to the proxy or
144 std::string auth_token_; member in class:net::HttpAuthController
H A Dhttp_auth_handler_mock.h113 std::string* auth_token_; member in class:net::HttpAuthHandlerMock
H A Dhttp_auth_handler_negotiate.h159 std::string* auth_token_; member in class:net::HttpAuthHandlerNegotiate
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc276 VLOG(1) << "Fetching user entry with token: " << auth_token_;
283 if (!auth_token_.empty()) {
285 base::StringPrintf(kAuthorizationHeader, auth_token_.c_str()));
365 if (!auth_token_.empty()) {
367 base::StringPrintf(kAuthorizationHeader, auth_token_.c_str()));
418 auth_token_ = access_token;
H A Dprofile_downloader.h125 std::string auth_token_; member in class:ProfileDownloader
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc331 std::string auth_token_; member in class:Instance
387 auth_token_ = auth_token;
458 int32_t result = ListFiles(this, auth_token_, p, &root);
490 int32_t result = InsertFile(this, auth_token_, p, metadata);
507 int32_t result = InsertFile(this, auth_token_, p, metadata);
525 AddAuthTokenHeader(&p.request_headers, auth_token_);
/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.cc232 auth_token_.assign(auth_token);
250 if (!auth_token_.empty()) {
251 previously_invalidated_token.assign(auth_token_);
252 auth_token_ = std::string();
H A Dserver_connection_manager.h232 return auth_token_.empty();
237 return auth_token_;
256 // An internal helper to clear our auth_token_ and cache the old version
286 std::string auth_token_; member in class:syncer::ServerConnectionManager
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.h136 std::string auth_token_; member in class:chromeos::EnrollmentScreen
H A Denrollment_screen.cc87 auth_token_ = auth_token;
107 } else if (auth_token_.empty()) {
114 OnOAuthTokenAvailable(auth_token_);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc62 auth_token_(auth_token),
234 auth_token_, client_id_, is_auto_enrollment_,
262 client_->FetchRobotAuthCodes(auth_token_);
H A Denrollment_handler_chromeos.h167 std::string auth_token_; member in class:policy::EnrollmentHandlerChromeOS
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.h332 std::string auth_token_; member in class:chromeos::WizardController
H A Dwizard_controller.cc439 screen->SetParameters(mode, enrollment_domain, user, auth_token_,
584 } else if (!auth_token_.empty()) {
647 auth_token_ = token;

Completed in 7938 milliseconds