UnlockVault       258 sync/internal_api/sync_encryption_handler_impl.cc   bool has_pending_keys = UnlockVault(
UnlockVault       260 sync/internal_api/sync_encryption_handler_impl.cc   bool is_ready = UnlockVault(
UnlockVault       305 sync/internal_api/sync_encryption_handler_impl.cc           UnlockVault(trans.GetWrappedTrans()).encrypted_types,
UnlockVault       317 sync/internal_api/sync_encryption_handler_impl.cc   if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
UnlockVault       631 sync/internal_api/sync_encryption_handler_impl.cc   if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
UnlockVault       670 sync/internal_api/sync_encryption_handler_impl.cc   syncable::UpdateNigoriFromEncryptedTypes(UnlockVault(trans).encrypted_types,
UnlockVault       752 sync/internal_api/sync_encryption_handler_impl.cc   return UnlockVault(trans).encrypted_types;
UnlockVault       789 sync/internal_api/sync_encryption_handler_impl.cc   DCHECK(UnlockVault(trans->GetWrappedTrans()).cryptographer.is_ready());
UnlockVault       791 sync/internal_api/sync_encryption_handler_impl.cc            UnlockVault(trans->GetWrappedTrans()).encrypted_types.First();
UnlockVault      1021 sync/internal_api/sync_encryption_handler_impl.cc       UnlockVault(trans->GetWrappedTrans()).cryptographer;
UnlockVault      1050 sync/internal_api/sync_encryption_handler_impl.cc         UnlockVault(trans->GetWrappedTrans()).encrypted_types,
UnlockVault      1208 sync/internal_api/sync_encryption_handler_impl.cc       UnlockVault(trans->GetWrappedTrans()).cryptographer;
UnlockVault       215 sync/internal_api/sync_encryption_handler_impl.h   const Vault& UnlockVault(syncable::BaseTransaction* const trans) const;