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

  /external/chromium_org/components/sync_driver/
sync_prefs.h 105 void SetEncryptionBootstrapToken(const std::string& token);
sync_prefs_unittest.cc 63 sync_prefs.SetEncryptionBootstrapToken("token");
227 sync_prefs.SetEncryptionBootstrapToken("token");
sync_prefs.cc 264 void SyncPrefs::SetEncryptionBootstrapToken(const std::string& token) {
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 719 sync_prefs_->SetEncryptionBootstrapToken(token);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 316 sync_prefs_.SetEncryptionBootstrapToken(
    [all...]

Completed in 161 milliseconds