Searched refs:record_properties (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/device/nfc/
H A Dnfc_chromeos_unittest.cc766 FakeNfcRecordClient::Properties record_properties(
770 record_properties.type.ReplaceValue(nfc_record::kTypeText);
771 record_properties.representation.ReplaceValue(kText);
772 record_properties.language.ReplaceValue(kLanguageCode);
773 record_properties.encoding.ReplaceValue(kEncoding);
777 &record_properties, record.get()));
793 record_properties.representation.ReplaceValue("");
794 record_properties.language.ReplaceValue("");
795 record_properties.encoding.ReplaceValue("");
797 record_properties
[all...]
H A Dnfc_peer_chromeos.cc174 NfcRecordClient::Properties* record_properties = local
177 DCHECK(record_properties);
181 record_properties, record)) {
H A Dnfc_tag_technology_chromeos.cc166 NfcRecordClient::Properties* record_properties = local
169 DCHECK(record_properties);
173 record_properties, record)) {

Completed in 146 milliseconds