Home
last modified time | relevance | path

Searched refs:text_attributes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/device/nfc/
Dnfc_ndef_record_utils_chromeos.cc208 scoped_ptr<base::DictionaryValue> text_attributes( in RecordPropertiesToNfcNdefRecord() local
211 text_attributes->SetString(NfcNdefRecord::kFieldText, in RecordPropertiesToNfcNdefRecord()
215 text_attributes->SetString(NfcNdefRecord::kFieldEncoding, in RecordPropertiesToNfcNdefRecord()
219 text_attributes->SetString(NfcNdefRecord::kFieldLanguageCode, in RecordPropertiesToNfcNdefRecord()
222 if (!text_attributes->empty()) { in RecordPropertiesToNfcNdefRecord()
225 titles->Append(text_attributes.release()); in RecordPropertiesToNfcNdefRecord()
228 attributes.MergeDictionary(text_attributes.get()); in RecordPropertiesToNfcNdefRecord()
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.h271 BSTR* text_attributes) { in get_attributes() argument
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h520 BSTR* text_attributes) { in get_attributes() argument