HomeSort by relevance Sort by last modified time
    Searched refs:record_properties (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 766 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.type.ReplaceValue(nfc_record::kTypeUri)
    [all...]
nfc_peer_chromeos.cc 174 NfcRecordClient::Properties* record_properties = local
177 DCHECK(record_properties);
181 record_properties, record)) {
nfc_tag_technology_chromeos.cc 166 NfcRecordClient::Properties* record_properties = local
169 DCHECK(record_properties);
173 record_properties, record)) {

Completed in 50 milliseconds