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

  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 614 SetPassphrase(gaia_password_, false, true);
622 SetPassphrase(cached_passphrase_.value,
    [all...]
sync_setup_flow.cc 245 service_->SetPassphrase(configuration.secondary_passphrase, true, true);
255 service_->SetPassphrase(passphrase, true, false);
profile_sync_service.h 431 // using their Google Account password. An implicit SetPassphrase will *not*
436 virtual void SetPassphrase(const std::string& passphrase,
sync_setup_wizard_unittest.cc 65 virtual void SetPassphrase(const std::string& passphrase,
profile_sync_service_password_unittest.cc 242 service_->SetPassphrase("foo", false, true);
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 153 // using their Google Account password. An implicit SetPassphrase will *not*
155 void SetPassphrase(const std::string& passphrase, bool is_explicit);
358 // Getter/setter for whether we are waiting on SetPassphrase to process a
359 // passphrase. Set by SetPassphrase, cleared by OnPassphraseFailed or
sync_backend_host.cc 219 void SyncBackendHost::SetPassphrase(const std::string& passphrase,
222 LOG(WARNING) << "Silently dropping SetPassphrase request.";
229 VLOG(1) << "Attempted to call SetPassphrase while already waiting for "
230 << " result from previous SetPassphrase call. Silently dropping.";
235 // If encryption is enabled and we've got a SetPassphrase
763 syncapi_->SetPassphrase(passphrase, is_explicit);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 301 profile->GetProfileSyncService(username_)->SetPassphrase(password_,
screen_locker.cc 855 service->SetPassphrase(password, false, true);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 788 // Called only by SyncInternal::SetPassphrase to indiciate that an attempted
    [all...]
syncapi.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 409 wifi->SetPassphrase(password);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 693 void SetPassphrase(const std::string& passphrase);
    [all...]
network_library.cc     [all...]
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 569 wifi->SetPassphrase(passphrase);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 539 milliseconds