OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_pending_keys
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/util/
cryptographer.h
110
bool
has_pending_keys
() const { return NULL != pending_keys_.get(); }
function in class:browser_sync::Cryptographer
/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) {
368
if (cryptographer->
has_pending_keys
())
393
if (!cryptographer->
has_pending_keys
()) {
424
} else { // cryptographer->
has_pending_keys
() == true
458
} // cryptographer->
has_pending_keys
()
506
if (!cryptographer->
has_pending_keys
()) {
727
if (cryptographer->
has_pending_keys
() &
[
all
...]
Completed in 614 milliseconds