HomeSort by relevance Sort by last modified time
    Searched refs:bootstrap_token (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 39 virtual void OnPassphraseAccepted(const std::string& bootstrap_token);
js_sync_manager_observer.cc 86 const std::string& bootstrap_token) {
  /external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer.h 41 const std::string& bootstrap_token,
sync_encryption_handler_impl.cc 366 std::string bootstrap_token; local
409 cryptographer->GetBootstrapToken(&bootstrap_token);
436 cryptographer->GetBootstrapToken(&bootstrap_token);
449 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
472 FinishSetPassphrase(success, bootstrap_token, &trans, &node);
515 std::string bootstrap_token; local
556 cryptographer->GetBootstrapToken(&bootstrap_token);
592 cryptographer->GetBootstrapToken(&bootstrap_token);
606 cryptographer->GetBootstrapToken(&bootstrap_token);
620 FinishSetPassphrase(success, bootstrap_token, &trans, &node)
1130 std::string bootstrap_token; local
1168 std::string bootstrap_token; local
1622 std::string bootstrap_token; local
    [all...]
debug_info_event_listener.h 60 const std::string& bootstrap_token,
sync_encryption_handler_impl.h 195 // |bootstrap_token|: used to inform observers if the cryptographer's
202 const std::string& bootstrap_token,
sync_manager_impl_unittest.cc 1632 std::string bootstrap_token; local
1668 std::string bootstrap_token; local
1726 std::string bootstrap_token; local
1774 std::string bootstrap_token; local
1796 std::string bootstrap_token; local
1857 std::string bootstrap_token; local
    [all...]
debug_info_event_listener.cc 76 const std::string& bootstrap_token, BootstrapTokenType type) {
sync_manager_impl.h 123 const std::string& bootstrap_token,
sync_manager_impl.cc 481 const std::string& bootstrap_token,
    [all...]
  /external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h 79 // |bootstrap_token| is an opaque base64 encoded representation of the key
88 const std::string& bootstrap_token,
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 282 virtual void OnPassphraseAccepted(const std::string& bootstrap_token);
463 void NotifyPassphraseAccepted(const std::string& bootstrap_token);
sync_backend_host.cc 556 const std::string& bootstrap_token) {
563 host_->PersistEncryptionBootstrapToken(bootstrap_token);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 545 std::string bootstrap_token = sync_prefs_.GetEncryptionBootstrapToken(); local
546 if (bootstrap_token.empty()) {
1531 std::string bootstrap_token; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.cc 130 const std::string& bootstrap_token,
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 796 // now used to encrypt sync data. |bootstrap_token| is an opaque base6
    [all...]
syncapi.cc 1997 std::string bootstrap_token; local
    [all...]

Completed in 319 milliseconds