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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppauth.h 60 virtual std::string GetAuthToken() const { return auth_token_; }
73 std::string auth_token_; member in class:XmppAuth
xmppauth.cc 50 auth_token_ = auth_token;
95 mechanism, jid_.Str(), auth_token_, "oauth2");
97 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_token_);
xmppclientsettings.h 50 auth_token_ = token;
66 const std::string& auth_token() const { return auth_token_; }
78 std::string auth_token_; member in class:buzz::XmppUserSettings
xmppclient.cc 73 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/cloud_print/service/
service_state.h 57 return auth_token_;
81 auth_token_ = value;
93 std::string auth_token_; member in class:ServiceState
service_state.cc 96 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/chrome/service/cloud_print/
cloud_print_wipeout.cc 24 auth_token_ = auth_token;
67 return GetCloudPrintAuthHeader(auth_token_);
cloud_print_wipeout.h 53 std::string auth_token_; member in class:cloud_print::CloudPrintWipeout
  /external/chromium_org/net/http/
http_auth_handler_mock.cc 21 auth_token_(NULL),
119 EXPECT_TRUE(auth_token_ == NULL);
121 auth_token_ = auth_token;
147 *auth_token_ = "auth_token";
148 auth_token_ = NULL;
http_auth_handler_negotiate.cc 107 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;
http_auth_controller.h 142 // |auth_token_| contains the opaque string to pass to the proxy or
144 std::string auth_token_; member in class:net::HttpAuthController
http_auth_handler_mock.h 113 std::string* auth_token_; member in class:net::HttpAuthHandlerMock
http_auth_controller.cc 183 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();
http_auth_handler_negotiate.h 159 std::string* auth_token_; member in class:net::HttpAuthHandlerNegotiate
  /external/chromium_org/sync/engine/net/
server_connection_manager.h 232 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
server_connection_manager.cc 232 auth_token_.assign(auth_token);
250 if (!auth_token_.empty()) {
251 previously_invalidated_token.assign(auth_token_);
252 auth_token_ = std::string();
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 276 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;
profile_downloader.h 125 std::string auth_token_; member in class:ProfileDownloader
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 331 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/chrome/browser/chromeos/login/enrollment/
enrollment_screen.h 136 std::string auth_token_; member in class:chromeos::EnrollmentScreen
enrollment_screen.cc 87 auth_token_ = auth_token;
107 } else if (auth_token_.empty()) {
114 OnOAuthTokenAvailable(auth_token_);
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.h 167 std::string auth_token_; member in class:policy::EnrollmentHandlerChromeOS
enrollment_handler_chromeos.cc 62 auth_token_(auth_token),
234 auth_token_, client_id_, is_auto_enrollment_,
262 client_->FetchRobotAuthCodes(auth_token_);
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.h 332 std::string auth_token_; member in class:chromeos::WizardController
wizard_controller.cc 439 screen->SetParameters(mode, enrollment_domain, user, auth_token_,
584 } else if (!auth_token_.empty()) {
647 auth_token_ = token;
    [all...]

Completed in 863 milliseconds