OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_keystore_key
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sync/internal_api/public/engine/
sync_status.cc
35
has_keystore_key
(false),
sync_status.h
89
bool
has_keystore_key
;
member in struct:syncer::SyncStatus
/external/chromium_org/sync/engine/
all_status.h
56
void SetHasKeystoreKey(bool
has_keystore_key
);
all_status.cc
157
void AllStatus::SetHasKeystoreKey(bool
has_keystore_key
) {
159
status_.
has_keystore_key
=
has_keystore_key
;
/external/chromium_org/chrome/browser/sync/
about_sync_util.cc
265
BoolSyncStat
has_keystore_key
(section_encryption, "Has Keystore Key");
395
has_keystore_key
.SetValue(full_status.
has_keystore_key
);
Completed in 30 milliseconds