Home
last modified time | relevance | path

Searched defs:MoveToAttribute (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Dxml_reader_impl.cc389 bool CefXmlReaderImpl::MoveToAttribute(int index) { in MoveToAttribute() function in CefXmlReaderImpl
396 bool CefXmlReaderImpl::MoveToAttribute(const CefString& qualifiedName) { in MoveToAttribute() function in CefXmlReaderImpl
407 bool CefXmlReaderImpl::MoveToAttribute(const CefString& localName, in MoveToAttribute() function in CefXmlReaderImpl
/third_party/cef/libcef_dll/ctocpp/
Dxml_reader_ctocpp.cc467 NO_SANITIZE("cfi-icall") bool CefXmlReaderCToCpp::MoveToAttribute(int index) { in MoveToAttribute() function in CefXmlReaderCToCpp
489 bool CefXmlReaderCToCpp::MoveToAttribute(const CefString& qualifiedName) { in MoveToAttribute() function in CefXmlReaderCToCpp
512 bool CefXmlReaderCToCpp::MoveToAttribute(const CefString& localName, in MoveToAttribute() function in CefXmlReaderCToCpp