Searched defs:att_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc300 void EscapeXmlAttributeValueInSingleQuotes(string16* att_value) { argument
301 base::ReplaceChars(*att_value, L"&", L"&", att_value);
302 base::ReplaceChars(*att_value, L"'", L"'", att_value);
303 base::ReplaceChars(*att_value, L"<", L"&lt;", att_value);
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h485 tGATT_VALUE att_value; member in union:__anon1391

Completed in 349 milliseconds