Searched refs:SetPassphrase (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc614 SetPassphrase(gaia_password_, false, true);
622 SetPassphrase(cached_passphrase_.value,
1106 void ProfileSyncService::SetPassphrase(const std::string& passphrase, function in class:ProfileSyncService
1110 backend_->SetPassphrase(passphrase, is_explicit);
1165 SetPassphrase(cached_passphrase_.value,
1210 // We pass 'false' to SetPassphrase to denote that this is an implicit
1216 SetPassphrase(successful->password, false, true);
H A Dsync_setup_flow.cc245 service_->SetPassphrase(configuration.secondary_passphrase, true, true);
255 service_->SetPassphrase(passphrase, true, false);
H A Dprofile_sync_service.h431 // using their Google Account password. An implicit SetPassphrase will *not*
436 virtual void SetPassphrase(const std::string& passphrase,
H A Dsync_setup_wizard_unittest.cc65 virtual void SetPassphrase(const std::string& passphrase, function in class:ProfileSyncServiceForWizardTest
H A Dprofile_sync_service_password_unittest.cc242 service_->SetPassphrase("foo", false, true);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_passwords_sync_test.cc115 IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, SetPassphrase) {
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h153 // 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
H A Dsync_backend_host.cc219 void SyncBackendHost::SetPassphrase(const std::string& passphrase, function in class:browser_sync::SyncBackendHost
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);
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_utils.cc301 profile->GetProfileSyncService(username_)->SetPassphrase(password_,
H A Dscreen_locker.cc855 service->SetPassphrase(password, false, true);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h788 // Called only by SyncInternal::SetPassphrase to indiciate that an attempted
905 // using their Google Account password. An implicit SetPassphrase will *not*
907 void SetPassphrase(const std::string& passphrase, bool is_explicit);
H A Dsyncapi.cc1234 void SetPassphrase(const std::string& passphrase, bool is_explicit);
1654 void SyncManager::SetPassphrase(const std::string& passphrase, function in class:sync_api::SyncManager
1656 data_->SetPassphrase(passphrase, is_explicit);
1945 void SyncManager::SyncInternal::SetPassphrase( function in class:sync_api::SyncManager::SyncInternal
1978 // Prevent an implicit SetPassphrase request from changing an explicitly
1985 // TODO(tim): Bug 58231. It would be nice if SetPassphrase didn't require
1986 // messing with the Nigori node, because we can't call SetPassphrase until
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc409 wifi->SetPassphrase(password);
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h693 void SetPassphrase(const std::string& passphrase);
H A Dnetwork_library.cc1932 void WifiNetwork::SetPassphrase(const std::string& passphrase) { function in class:chromeos::WifiNetwork
2707 wifi->SetPassphrase(wifi->user_passphrase_);
2771 wifi->SetPassphrase(data.passphrase);
/external/chromium/chrome/browser/chromeos/options/
H A Dwifi_config_view.cc569 wifi->SetPassphrase(passphrase);
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc789 network->SetPassphrase(passphrase);

Completed in 306 milliseconds