OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYSTORE_BOOTSTRAP_TOKEN
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/internal_api/public/util/
sync_string_conversions.cc
50
ENUM_CASE(
KEYSTORE_BOOTSTRAP_TOKEN
);
/external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h
46
KEYSTORE_BOOTSTRAP_TOKEN
/external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc
640
KEYSTORE_BOOTSTRAP_TOKEN
)).
721
OnBootstrapTokenUpdated(_,
KEYSTORE_BOOTSTRAP_TOKEN
));
778
OnBootstrapTokenUpdated(_,
KEYSTORE_BOOTSTRAP_TOKEN
));
[
all
...]
debug_info_event_listener.cc
82
DCHECK_EQ(type,
KEYSTORE_BOOTSTRAP_TOKEN
);
sync_manager_impl.cc
381
if (type ==
KEYSTORE_BOOTSTRAP_TOKEN
)
[
all
...]
sync_encryption_handler_impl.cc
161
const std::string&
keystore_bootstrap_token
,
165
if (
keystore_bootstrap_token
.empty())
168
if (!base::Base64Decode(
keystore_bootstrap_token
,
714
KEYSTORE_BOOTSTRAP_TOKEN
));
[
all
...]
/external/chromium_org/sync/test/
fake_sync_encryption_handler.cc
82
KEYSTORE_BOOTSTRAP_TOKEN
));
Completed in 3168 milliseconds