OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_passphrase_
(Results
1 - 4
of
4
) 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
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
855
cached_passphrase_
.clear();
[
all
...]
profile_sync_service.h
967
std::string
cached_passphrase_
;
member in class:ProfileSyncService
[
all
...]
Completed in 416 milliseconds