Searched refs:GetBootstrapToken (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sync/util/
H A Dcryptographer.h171 bool GetBootstrapToken(std::string* token) const;
H A Dcryptographer_unittest.cc191 EXPECT_TRUE(cryptographer_.GetBootstrapToken(&token));
H A Dcryptographer.cc252 bool Cryptographer::GetBootstrapToken(std::string* token) const { function in class:syncer::Cryptographer
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl.cc408 cryptographer->GetBootstrapToken(&bootstrap_token);
435 cryptographer->GetBootstrapToken(&bootstrap_token);
448 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
555 cryptographer->GetBootstrapToken(&bootstrap_token);
566 cryptographer->GetBootstrapToken(
591 cryptographer->GetBootstrapToken(&bootstrap_token);
605 cryptographer->GetBootstrapToken(&bootstrap_token);
1128 cryptographer->GetBootstrapToken(&bootstrap_token);
1166 cryptographer->GetBootstrapToken(&bootstrap_token);
1618 cryptographer->GetBootstrapToken(
[all...]
H A Dsync_manager_impl_unittest.cc1267 cryptographer->GetBootstrapToken(&bootstrap_token);
1303 cryptographer->GetBootstrapToken(&bootstrap_token);
1361 cryptographer->GetBootstrapToken(&bootstrap_token);
1409 cryptographer->GetBootstrapToken(&bootstrap_token);
1492 cryptographer->GetBootstrapToken(&bootstrap_token);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc1767 temp_cryptographer.GetBootstrapToken(&bootstrap_token);

Completed in 277 milliseconds