Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc836 BSTR* attrib_names, in get_attributes() argument
843 if (!attrib_names || !name_space_id || !attrib_values || !num_attribs) in get_attributes()
851 attrib_names[i] = SysAllocString(html_attributes_[i].first.c_str()); in get_attributes()
860 BSTR* attrib_names, in get_attributesForNames() argument
866 if (!attrib_names || !name_space_id || !attrib_values) in get_attributesForNames()
872 string16 name = (LPCWSTR)attrib_names[i]; in get_attributesForNames()
Dbrowser_accessibility_win.h340 BSTR* attrib_names,
347 BSTR* attrib_names,
/external/bluetooth/bluez/tools/
Dsdptool.c149 static struct attrib_def attrib_names[] = { variable
170 const int attrib_max = sizeof(attrib_names)/sizeof(struct attrib_def);
529 if (attrib_names[i].num == attrId) { in print_tree_attr_func()
530 attrDef = &attrib_names[i]; in print_tree_attr_func()
730 if (attrib_names[i].num == data->attrId) { in print_raw_attr_func()
731 def = &attrib_names[i]; in print_raw_attr_func()