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

  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 836 BSTR* attrib_names,
843 if (!attrib_names || !name_space_id || !attrib_values || !num_attribs)
851 attrib_names[i] = SysAllocString(html_attributes_[i].first.c_str());
860 BSTR* attrib_names,
866 if (!attrib_names || !name_space_id || !attrib_values)
872 string16 name = (LPCWSTR)attrib_names[i];
    [all...]
browser_accessibility_win.h 340 BSTR* attrib_names,
347 BSTR* attrib_names,
  /external/bluetooth/bluez/tools/
sdptool.c 149 static struct attrib_def attrib_names[] = { variable in typeref:struct:attrib_def
170 const int attrib_max = sizeof(attrib_names)/sizeof(struct attrib_def);
529 if (attrib_names[i].num == attrId) {
530 attrDef = &attrib_names[i];
730 if (attrib_names[i].num == data->attrId) {
731 def = &attrib_names[i];
    [all...]

Completed in 41 milliseconds