HomeSort by relevance Sort by last modified time
    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.cc 132 base::DictionaryValue* EncryptedDataToValue(
471 SET(encryption_keybag, EncryptedDataToValue);
489 SET(keystore_decryptor_token, EncryptedDataToValue);
498 SET(encrypted, EncryptedDataToValue);
proto_value_conversions.h 83 SYNC_EXPORT_PRIVATE base::DictionaryValue* EncryptedDataToValue(

Completed in 125 milliseconds