HomeSort by relevance Sort by last modified time
    Searched defs:SetDecryptionPassphrase (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 106 void FakeSyncEncryptionHandler::SetDecryptionPassphrase(
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 124 bool SetDecryptionPassphrase(int index, const std::string& passphrase) {
126 test()->GetProfile(index))->SetDecryptionPassphrase(passphrase);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc 269 jboolean ProfileSyncServiceAndroid::SetDecryptionPassphrase(
273 return sync_service_->SetDecryptionPassphrase(key);
profile_sync_service.cc     [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 475 void SyncEncryptionHandlerImpl::SetDecryptionPassphrase(
508 // re-encrypted on another client while a SetDecryptionPassphrase() call is
615 << "Failure in SetDecryptionPassphrase; notifying and returning.";
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.cc 454 bool SyncBackendHost::SetDecryptionPassphrase(const std::string& passphrase) {
456 NOTREACHED() << "SetDecryptionPassphrase must never be called when nigori"
489 // pending. This scenario is a valid race, and SetDecryptionPassphrase can
    [all...]

Completed in 3407 milliseconds