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 106 void SetEncryptionBootstrapToken(const std::string& token);
sync_prefs_unittest.cc 63 sync_prefs.SetEncryptionBootstrapToken("token");
222 sync_prefs.SetEncryptionBootstrapToken("token");
sync_prefs.cc 263 void SyncPrefs::SetEncryptionBootstrapToken(const std::string& token) {
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 723 sync_prefs_->SetEncryptionBootstrapToken(token);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 299 sync_prefs_.SetEncryptionBootstrapToken(
    [all...]

Completed in 169 milliseconds