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

  /external/chromium/chrome/browser/sync/
profile_sync_service.h 611 struct CachedPassphrase {
615 CachedPassphrase() : is_explicit(false), is_creation(false) {}
617 CachedPassphrase cached_passphrase_;
619 // TODO(lipalani): Bug 82221 unify this with the CachedPassphrase struct.
profile_sync_service.cc 625 cached_passphrase_ = CachedPassphrase();
    [all...]

Completed in 28 milliseconds