HomeSort by relevance Sort by last modified time
    Searched refs:GetCryptographer (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/sync/internal_api/
base_transaction.cc 23 Cryptographer* BaseTransaction::GetCryptographer() const {
24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans());
sync_encryption_handler_impl_unittest.cc 134 Cryptographer* GetCryptographer() {
197 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
304 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
528 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
542 GetCryptographer()->AddKey(old_key);
543 GetCryptographer()->AddKey(current_key);
544 GetCryptographer()->Encrypt(
547 GetCryptographer()->GetKeys(
576 EXPECT_TRUE(GetCryptographer()->is_ready());
577 EXPECT_FALSE(GetCryptographer()->has_pending_keys())
    [all...]
delete_journal.cc 31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString(
base_node.cc 74 specifics, GetTransaction()->GetCryptographer()));
106 std::string plaintext_data = GetTransaction()->GetCryptographer()->
258 "entry", GetEntry()->ToValue(GetTransaction()->GetCryptographer()));
sync_manager_impl_unittest.cc 420 trans.GetCryptographer()->AddKey(params);
454 trans.GetCryptographer()->AddKey(params);
903 Cryptographer* cryptographer = trans.GetCryptographer();
    [all...]
write_node.cc 150 Cryptographer* cryptographer = GetTransaction()->GetCryptographer();
  /external/chromium_org/sync/internal_api/public/
base_transaction.h 31 Cryptographer* GetCryptographer() const;
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 80 browser_sync::Cryptographer* GetCryptographer(
82 browser_sync::Cryptographer* GetCryptographer(
  /external/chromium_org/sync/engine/
sync_directory_update_handler.cc 72 UpdateApplicator applicator(dir_->GetCryptographer(&trans));
84 dir_->GetCryptographer(&trans),
95 UpdateApplicator conflict_applicator(dir_->GetCryptographer(&trans));
apply_control_data_updates.cc 55 dir->GetCryptographer(&trans));
59 dir->GetCryptographer(&trans));
79 dir->GetCryptographer(&trans));
apply_control_data_updates_unittest.cc 73 cryptographer = directory()->GetCryptographer(&trans);
115 cryptographer = directory()->GetCryptographer(&trans);
228 cryptographer = directory()->GetCryptographer(&trans);
317 cryptographer = directory()->GetCryptographer(&trans);
355 cryptographer = directory()->GetCryptographer(&trans);
395 cryptographer = directory()->GetCryptographer(&trans);
433 cryptographer = directory()->GetCryptographer(&trans);
473 cryptographer = directory()->GetCryptographer(&trans);
506 cryptographer = directory()->GetCryptographer(&trans);
543 cryptographer = directory()->GetCryptographer(&trans)
    [all...]
process_updates_util.cc 123 ProcessUpdate(**update_it, dir->GetCryptographer(trans), trans);
get_commit_ids.cc 68 Cryptographer* cryptographer = dir->GetCryptographer(trans);
sync_directory_update_handler_unittest.cc 690 cryptographer = directory()->GetCryptographer(&trans);
779 cryptographer = directory()->GetCryptographer(&trans);
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 32 session->context()->directory_manager()->GetCryptographer(&trans),
apply_updates_command_unittest.cc 226 session()->context()->directory_manager()->GetCryptographer(&trans);
281 session()->context()->directory_manager()->GetCryptographer(&trans);
329 session()->context()->directory_manager()->GetCryptographer(&trans);
373 session()->context()->directory_manager()->GetCryptographer(&trans);
467 session()->context()->directory_manager()->GetCryptographer(&trans);
syncapi.cc 224 specifics, GetTransaction()->GetCryptographer()));
237 std::string plaintext_data = GetTransaction()->GetCryptographer()->
458 if (!GetTransaction()->GetCryptographer()->Encrypt(
561 Cryptographer* cryptographer = GetTransaction()->GetCryptographer();
    [all...]
build_and_process_conflict_sets_command.cc 51 session->context()->directory_manager()->GetCryptographer(&trans),
syncapi.h 529 browser_sync::Cryptographer* GetCryptographer() const {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_model_associator.cc 66 trans.GetCryptographer()->is_ready();
bookmark_model_associator.cc 558 trans.GetCryptographer()->is_ready();
  /external/chromium_org/sync/syncable/
nigori_util.cc 27 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
98 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
154 Cryptographer* cryptographer = trans->directory()->GetCryptographer(trans);
directory.h 223 Cryptographer* GetCryptographer(const BaseTransaction* trans);
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.cc 456 syncer::Cryptographer* crypto = trans.GetCryptographer();
563 trans.GetCryptographer()->is_ready();
typed_url_change_processor.cc 133 syncer::Cryptographer* crypto = trans->GetCryptographer();

Completed in 891 milliseconds

1 2