GetEncryptionBootstrapToken  132 chrome/browser/sync/glue/sync_backend_host_impl.cc       sync_prefs_->GetEncryptionBootstrapToken(),
GetEncryptionBootstrapToken  278 chrome/browser/sync/profile_sync_service.cc   std::string bootstrap_token = sync_prefs_.GetEncryptionBootstrapToken();
GetEncryptionBootstrapToken  102 components/sync_driver/sync_prefs.h   std::string GetEncryptionBootstrapToken() const;
GetEncryptionBootstrapToken  118 components/sync_driver/sync_prefs_unittest.cc   EXPECT_TRUE(sync_prefs.GetEncryptionBootstrapToken().empty());
GetEncryptionBootstrapToken  120 components/sync_driver/sync_prefs_unittest.cc   EXPECT_EQ("token", sync_prefs.GetEncryptionBootstrapToken());
GetEncryptionBootstrapToken  274 components/sync_driver/sync_prefs_unittest.cc   EXPECT_TRUE(sync_prefs.GetEncryptionBootstrapToken().empty());
GetEncryptionBootstrapToken  282 components/sync_driver/sync_prefs_unittest.cc   EXPECT_EQ("token", sync_prefs.GetEncryptionBootstrapToken());
GetEncryptionBootstrapToken  288 components/sync_driver/sync_prefs_unittest.cc   EXPECT_TRUE(sync_prefs.GetEncryptionBootstrapToken().empty());