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

  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 258 bool has_pending_keys = UnlockVault(
260 bool is_ready = UnlockVault(
305 UnlockVault(trans.GetWrappedTrans()).encrypted_types,
317 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
630 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
669 syncable::UpdateNigoriFromEncryptedTypes(UnlockVault(trans).encrypted_types,
751 return UnlockVault(trans).encrypted_types;
    [all...]
sync_encryption_handler_impl.h 126 // accessed via UnlockVault(..) and UnlockVaultMutable(..), which enforce
215 const Vault& UnlockVault(syncable::BaseTransaction* const trans) const;
274 // access this object directly. Instead access it via UnlockVault(..) and

Completed in 150 milliseconds