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

  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 80 browser_sync::Cryptographer* GetCryptographer(
82 browser_sync::Cryptographer* GetCryptographer(
  /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...]
syncapi_unittest.cc 373 trans.GetCryptographer()->AddKey(params);
723 Cryptographer* cryptographer = trans.GetCryptographer();
    [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();
sync_backend_host.cc 184 return syncapi_initialized_ && trans->GetCryptographer()->is_ready();
    [all...]

Completed in 444 milliseconds