Searched refs:bootstrap_token (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl.cc365 std::string bootstrap_token; local
408 cryptographer->GetBootstrapToken(&bootstrap_token);
435 cryptographer->GetBootstrapToken(&bootstrap_token);
448 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
471 FinishSetPassphrase(success, bootstrap_token, &trans, &node);
514 std::string bootstrap_token; local
555 cryptographer->GetBootstrapToken(&bootstrap_token);
591 cryptographer->GetBootstrapToken(&bootstrap_token);
605 cryptographer->GetBootstrapToken(&bootstrap_token);
619 FinishSetPassphrase(success, bootstrap_token,
1125 std::string bootstrap_token; local
1163 std::string bootstrap_token; local
1181 FinishSetPassphrase( bool success, const std::string& bootstrap_token, WriteTransaction* trans, WriteNode* nigori_node) argument
1617 std::string bootstrap_token; local
[all...]
H A Djs_sync_encryption_handler_observer.h41 const std::string& bootstrap_token,
H A Ddebug_info_event_listener.h62 const std::string& bootstrap_token,
H A Dsync_encryption_handler_impl.h195 // |bootstrap_token|: used to inform observers if the cryptographer's
202 const std::string& bootstrap_token,
H A Dsync_manager_impl_unittest.cc1261 std::string bootstrap_token; local
1262 cryptographer->GetBootstrapToken(&bootstrap_token);
1263 verifier.Bootstrap(bootstrap_token);
1297 std::string bootstrap_token; local
1298 cryptographer->GetBootstrapToken(&bootstrap_token);
1299 verifier.Bootstrap(bootstrap_token);
1355 std::string bootstrap_token; local
1356 cryptographer->GetBootstrapToken(&bootstrap_token);
1357 other_cryptographer.Bootstrap(bootstrap_token);
1403 std::string bootstrap_token; local
1425 std::string bootstrap_token; local
1486 std::string bootstrap_token; local
[all...]
H A Ddebug_info_event_listener.cc76 const std::string& bootstrap_token, BootstrapTokenType type) {
75 OnBootstrapTokenUpdated( const std::string& bootstrap_token, BootstrapTokenType type) argument
H A Dsync_manager_impl.h121 const std::string& bootstrap_token,
H A Dsync_manager_impl.cc379 const std::string& bootstrap_token,
378 OnBootstrapTokenUpdated( const std::string& bootstrap_token, BootstrapTokenType type) argument
/external/chromium_org/sync/internal_api/public/
H A Dsync_encryption_handler.h79 // |bootstrap_token| is an opaque base64 encoded representation of the key
88 const std::string& bootstrap_token,
/external/chromium_org/sync/sessions/
H A Dmodel_type_registry.h78 virtual void OnBootstrapTokenUpdated(const std::string& bootstrap_token,
H A Dmodel_type_registry.cc315 const std::string& bootstrap_token,
314 OnBootstrapTokenUpdated( const std::string& bootstrap_token, BootstrapTokenType type) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.h114 const std::string& bootstrap_token,
H A Dsync_backend_host_core.cc260 const std::string& bootstrap_token,
267 bootstrap_token,
259 OnBootstrapTokenUpdated( const std::string& bootstrap_token, syncer::BootstrapTokenType type) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc314 std::string bootstrap_token = sync_prefs_.GetEncryptionBootstrapToken(); local
315 if (bootstrap_token.empty()) {
1776 std::string bootstrap_token; local
1780 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
1781 sync_prefs_.SetSpareBootstrapToken(bootstrap_token);

Completed in 2480 milliseconds