Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dxml_reader_impl.cc360 std::string localNameStr = localName; in GetAttribute() local
363 xmlTextReaderGetAttributeNs(reader_, BAD_CAST localNameStr.c_str(), in GetAttribute()
412 std::string localNameStr = localName; in MoveToAttribute() local
414 return xmlTextReaderMoveToAttributeNs(reader_, BAD_CAST localNameStr.c_str(), in MoveToAttribute()