Home
last modified time | relevance | path

Searched refs:GetEncryptionBootstrapToken (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/sync_driver/
Dsync_prefs_unittest.cc62 EXPECT_TRUE(sync_prefs.GetEncryptionBootstrapToken().empty()); in TEST_F()
64 EXPECT_EQ("token", sync_prefs.GetEncryptionBootstrapToken()); in TEST_F()
223 EXPECT_TRUE(sync_prefs.GetEncryptionBootstrapToken().empty()); in TEST_F()
231 EXPECT_EQ("token", sync_prefs.GetEncryptionBootstrapToken()); in TEST_F()
237 EXPECT_TRUE(sync_prefs.GetEncryptionBootstrapToken().empty()); in TEST_F()
Dsync_prefs.h104 std::string GetEncryptionBootstrapToken() const; in NON_EXPORTED_BASE()
Dsync_prefs.cc259 std::string SyncPrefs::GetEncryptionBootstrapToken() const { in GetEncryptionBootstrapToken() function in sync_driver::SyncPrefs
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl.cc154 sync_prefs_->GetEncryptionBootstrapToken(), in Initialize()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc314 std::string bootstrap_token = sync_prefs_.GetEncryptionBootstrapToken(); in Initialize()