Home | History | Annotate | Download | only in nfc

Lines Matching refs:ReplaceValue

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);
793 record_properties.representation.ReplaceValue("");
794 record_properties.language.ReplaceValue("");
795 record_properties.encoding.ReplaceValue("");
797 record_properties.type.ReplaceValue(nfc_record::kTypeUri);
798 record_properties.uri.ReplaceValue(kURI);
799 record_properties.mime_type.ReplaceValue(kMimeType);
800 record_properties.size.ReplaceValue(kSize);
820 record_properties.representation.ReplaceValue(kText);
821 record_properties.language.ReplaceValue(kLanguageCode);
822 record_properties.encoding.ReplaceValue(kEncoding);
830 record_properties.type.ReplaceValue(nfc_record::kTypeSmartPoster);