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

  /external/chromium_org/sync/util/
cryptographer.h 162 return is_initialized() && !has_pending_keys();
166 bool has_pending_keys() const { return NULL != pending_keys_.get(); } function in class:syncer::Cryptographer
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 258 bool has_pending_keys = UnlockVault( local
259 trans.GetWrappedTrans()).cryptographer.has_pending_keys();
264 UMA_HISTOGRAM_BOOLEAN("Sync.CryptographerPendingKeys", has_pending_keys);
271 if (has_pending_keys && passphrase_type_ == KEYSTORE_PASSPHRASE) {
367 if (cryptographer->has_pending_keys())
392 if (!cryptographer->has_pending_keys()) {
423 } else { // cryptographer->has_pending_keys() == true
457 } // cryptographer->has_pending_keys()
505 if (!cryptographer->has_pending_keys()) {
726 if (cryptographer->has_pending_keys() &
    [all...]

Completed in 872 milliseconds