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

/external/chromium_org/sync/util/
H A Dcryptographer.h172 bool GetBootstrapToken(std::string* token) const;
H A Dcryptographer.cc270 bool Cryptographer::GetBootstrapToken(std::string* token) const { function in class:syncer::Cryptographer
H A Dcryptographer_unittest.cc191 EXPECT_TRUE(cryptographer_.GetBootstrapToken(&token));
/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.cc1262 cryptographer->GetBootstrapToken(&bootstrap_token);
1298 cryptographer->GetBootstrapToken(&bootstrap_token);
1356 cryptographer->GetBootstrapToken(&bootstrap_token);
1404 cryptographer->GetBootstrapToken(&bootstrap_token);
1487 cryptographer->GetBootstrapToken(&bootstrap_token);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc1780 temp_cryptographer.GetBootstrapToken(&bootstrap_token);

Completed in 184 milliseconds