OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_pending_keys
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/sync/engine/
all_status.h
54
void SetCryptoHasPendingKeys(bool
has_pending_keys
);
all_status.cc
147
void AllStatus::SetCryptoHasPendingKeys(bool
has_pending_keys
) {
149
status_.crypto_has_pending_keys =
has_pending_keys
;
apply_control_data_updates_unittest.cc
89
EXPECT_FALSE(cryptographer->
has_pending_keys
());
94
EXPECT_TRUE(cryptographer->
has_pending_keys
());
157
EXPECT_FALSE(cryptographer->
has_pending_keys
());
172
EXPECT_FALSE(cryptographer->
has_pending_keys
());
200
EXPECT_FALSE(cryptographer->
has_pending_keys
());
274
EXPECT_FALSE(cryptographer->
has_pending_keys
());
288
EXPECT_TRUE(cryptographer->
has_pending_keys
());
298
EXPECT_TRUE(cryptographer->
has_pending_keys
());
369
EXPECT_TRUE(cryptographer->
has_pending_keys
());
447
EXPECT_TRUE(cryptographer->
has_pending_keys
());
[
all
...]
get_commit_ids.cc
71
passphrase_missing = cryptographer->
has_pending_keys
();
syncer_unittest.cc
740
EXPECT_TRUE(GetCryptographer(&wtrans)->
has_pending_keys
());
[
all
...]
/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
cryptographer_unittest.cc
173
EXPECT_TRUE(cryptographer.
has_pending_keys
());
178
EXPECT_FALSE(cryptographer.
has_pending_keys
());
cryptographer.cc
223
DCHECK(
has_pending_keys
());
/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
cryptographer_unittest.cc
126
EXPECT_TRUE(cryptographer.
has_pending_keys
());
131
EXPECT_FALSE(cryptographer.
has_pending_keys
());
/external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer.cc
95
cryptographer->
has_pending_keys
());
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
...]
debug_info_event_listener.cc
107
cryptographer_has_pending_keys_ = cryptographer->
has_pending_keys
();
sync_encryption_handler_impl_unittest.cc
577
EXPECT_FALSE(GetCryptographer()->
has_pending_keys
());
[
all
...]
sync_manager_impl.cc
508
allstatus_.SetCryptoHasPendingKeys(cryptographer->
has_pending_keys
());
[
all
...]
sync_manager_impl_unittest.cc
[
all
...]
/external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc
345
EXPECT_FALSE(cryptographer->
has_pending_keys
());
359
EXPECT_TRUE(cryptographer->
has_pending_keys
());
413
EXPECT_FALSE(cryptographer->
has_pending_keys
());
438
EXPECT_FALSE(cryptographer->
has_pending_keys
());
510
EXPECT_FALSE(cryptographer->
has_pending_keys
());
534
EXPECT_TRUE(cryptographer->
has_pending_keys
());
syncapi.cc
[
all
...]
/external/chromium_org/sync/test/
fake_sync_encryption_handler.cc
40
if (cryptographer_.
has_pending_keys
()) {
/external/chromium_org/chrome/browser/sync/
about_sync_util.cc
262
BoolSyncStat
has_pending_keys
(section_encryption,
392
has_pending_keys
.SetValue(full_status.crypto_has_pending_keys);
Completed in 873 milliseconds