/external/chromium/chrome/browser/sync/ |
D | profile_sync_service.cc | 614 SetPassphrase(gaia_password_, false, true); in OnPassphraseRequired() 622 SetPassphrase(cached_passphrase_.value, in OnPassphraseRequired() 1106 void ProfileSyncService::SetPassphrase(const std::string& passphrase, in SetPassphrase() function in ProfileSyncService 1110 backend_->SetPassphrase(passphrase, is_explicit); in SetPassphrase() 1165 SetPassphrase(cached_passphrase_.value, in Observe() 1216 SetPassphrase(successful->password, false, true); in Observe()
|
D | sync_setup_flow.cc | 245 service_->SetPassphrase(configuration.secondary_passphrase, true, true); in OnUserConfigured() 255 service_->SetPassphrase(passphrase, true, false); in OnPassphraseEntry()
|
D | profile_sync_service.h | 436 virtual void SetPassphrase(const std::string& passphrase,
|
D | sync_setup_wizard_unittest.cc | 65 virtual void SetPassphrase(const std::string& passphrase, in SetPassphrase() function in ProfileSyncServiceForWizardTest
|
D | profile_sync_service_password_unittest.cc | 242 service_->SetPassphrase("foo", false, true); in StartSyncService()
|
/external/chromium/chrome/browser/sync/glue/ |
D | sync_backend_host.h | 155 void SetPassphrase(const std::string& passphrase, bool is_explicit);
|
D | sync_backend_host.cc | 219 void SyncBackendHost::SetPassphrase(const std::string& passphrase, in SetPassphrase() function in browser_sync::SyncBackendHost 763 syncapi_->SetPassphrase(passphrase, is_explicit); in DoSetPassphrase()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_utils.cc | 301 profile->GetProfileSyncService(username_)->SetPassphrase(password_, in OnProfileCreated()
|
D | screen_locker.cc | 855 service->SetPassphrase(password, false, true); in OnLoginSuccess()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi.h | 907 void SetPassphrase(const std::string& passphrase, bool is_explicit);
|
D | syncapi.cc | 1234 void SetPassphrase(const std::string& passphrase, bool is_explicit); 1654 void SyncManager::SetPassphrase(const std::string& passphrase, in SetPassphrase() function in sync_api::SyncManager 1656 data_->SetPassphrase(passphrase, is_explicit); in SetPassphrase() 1945 void SyncManager::SyncInternal::SetPassphrase( in SetPassphrase() function in sync_api::SyncManager::SyncInternal
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_chromeos.cc | 409 wifi->SetPassphrase(password); in ConnectToWifiNetwork()
|
/external/chromium/chrome/browser/chromeos/options/ |
D | wifi_config_view.cc | 569 wifi->SetPassphrase(passphrase); in Login()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 693 void SetPassphrase(const std::string& passphrase);
|
D | network_library.cc | 1932 void WifiNetwork::SetPassphrase(const std::string& passphrase) { in SetPassphrase() function in chromeos::WifiNetwork 2707 wifi->SetPassphrase(wifi->user_passphrase_); in ConnectToWifiNetwork() 2771 wifi->SetPassphrase(data.passphrase); in ConnectToWifiNetworkUsingConnectData()
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 789 network->SetPassphrase(passphrase); in LoginCertCallback()
|