OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncryptedDataToValue
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/sync/protocol/
proto_value_conversions_unittest.cc
55
TEST_F(ProtoValueConversionsTest,
EncryptedDataToValue
) {
56
TestSpecificsToValue(
EncryptedDataToValue
);
proto_value_conversions.h
50
DictionaryValue*
EncryptedDataToValue
(
proto_value_conversions.cc
94
DictionaryValue*
EncryptedDataToValue
(const sync_pb::EncryptedData& proto) {
244
SET(encrypted,
EncryptedDataToValue
);
252
SET(encrypted,
EncryptedDataToValue
);
/external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc
65
TEST_F(ProtoValueConversionsTest,
EncryptedDataToValue
) {
66
TestSpecificsToValue(
EncryptedDataToValue
);
proto_value_conversions.h
92
SYNC_EXPORT_PRIVATE base::DictionaryValue*
EncryptedDataToValue
(
proto_value_conversions.cc
131
base::DictionaryValue*
EncryptedDataToValue
(
573
SET(encryption_keybag,
EncryptedDataToValue
);
593
SET(keystore_decryptor_token,
EncryptedDataToValue
);
618
SET(encrypted,
EncryptedDataToValue
);
[
all
...]
Completed in 54 milliseconds