Home
last modified time | relevance | path

Searched refs:GetCryptographer (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Ddirectory_manager.h80 browser_sync::Cryptographer* GetCryptographer( in GetCryptographer() function
82 browser_sync::Cryptographer* GetCryptographer( in GetCryptographer() function
/external/chromium/chrome/browser/sync/engine/
Dapply_updates_command_unittest.cc226 session()->context()->directory_manager()->GetCryptographer(&trans); in TEST_F()
281 session()->context()->directory_manager()->GetCryptographer(&trans); in TEST_F()
329 session()->context()->directory_manager()->GetCryptographer(&trans); in TEST_F()
373 session()->context()->directory_manager()->GetCryptographer(&trans); in TEST_F()
467 session()->context()->directory_manager()->GetCryptographer(&trans); in TEST_F()
Dapply_updates_command.cc32 session->context()->directory_manager()->GetCryptographer(&trans), in ModelChangingExecuteImpl()
Dsyncapi.cc224 specifics, GetTransaction()->GetCryptographer())); in DecryptIfNecessary()
237 std::string plaintext_data = GetTransaction()->GetCryptographer()-> in DecryptIfNecessary()
458 if (!GetTransaction()->GetCryptographer()->Encrypt( in EncryptIfNecessary()
561 Cryptographer* cryptographer = GetTransaction()->GetCryptographer(); in SetPasswordSpecifics()
1778 Cryptographer* cryptographer = trans.GetCryptographer(); in BootstrapEncryption()
1949 Cryptographer* cryptographer = trans.GetCryptographer(); in SetPassphrase()
2418 Cryptographer* crypto = dir_manager()->GetCryptographer(trans); in HandleCalculateChangesChangeEventFromSyncer()
2497 Cryptographer* cryptographer = trans.GetCryptographer(); in OnSyncEngineEvent()
2810 cryptographer_ = share->dir_manager->GetCryptographer(this); in BaseTransaction()
Dsyncapi.h529 browser_sync::Cryptographer* GetCryptographer() const { in GetCryptographer() function
Dbuild_and_process_conflict_sets_command.cc51 session->context()->directory_manager()->GetCryptographer(&trans), in BuildAndProcessConflictSets()
Dsyncapi_unittest.cc373 trans.GetCryptographer()->AddKey(params); in TEST_F()
723 Cryptographer* cryptographer = trans.GetCryptographer(); in SetUpEncryption()
/external/chromium/chrome/browser/sync/glue/
Dextension_model_associator.cc66 trans.GetCryptographer()->is_ready(); in CryptoReadyIfNecessary()
Dbookmark_model_associator.cc558 trans.GetCryptographer()->is_ready(); in CryptoReadyIfNecessary()
Dsync_backend_host.cc184 return syncapi_initialized_ && trans->GetCryptographer()->is_ready(); in IsCryptographerReady()