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

  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 621 if (!cached_passphrase_.value.empty()) {
622 SetPassphrase(cached_passphrase_.value,
623 cached_passphrase_.is_explicit,
624 cached_passphrase_.is_creation);
625 cached_passphrase_ = CachedPassphrase();
    [all...]
profile_sync_service.h 617 CachedPassphrase cached_passphrase_; member in class:ProfileSyncService

Completed in 59 milliseconds