HomeSort by relevance Sort by last modified time
    Searched refs:bootstrap_token (Results 1 - 18 of 18) 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)
1129 std::string bootstrap_token; local
1167 std::string bootstrap_token; local
1621 std::string bootstrap_token; local
    [all...]
debug_info_event_listener.h 61 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 1643 std::string bootstrap_token; local
1679 std::string bootstrap_token; local
1737 std::string bootstrap_token; local
1785 std::string bootstrap_token; local
1807 std::string bootstrap_token; local
1868 std::string bootstrap_token; local
    [all...]
debug_info_event_listener.cc 77 const std::string& bootstrap_token, BootstrapTokenType type) {
sync_manager_impl.h 122 const std::string& bootstrap_token,
sync_manager_impl.cc 490 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/glue/
sync_backend_host_core.h 112 const std::string& bootstrap_token,
sync_backend_host_core.cc 253 const std::string& bootstrap_token,
260 bootstrap_token,
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 598 std::string bootstrap_token = sync_prefs_.GetEncryptionBootstrapToken(); local
599 if (bootstrap_token.empty()) {
1654 std::string bootstrap_token; local
    [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 118 milliseconds