Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_xml_parser.cc72 context->RaiseError(XML_ERROR_ABORTED); in StartElement()
/external/expat/amiga/include/libraries/
Dexpat.h108 XML_ERROR_ABORTED, enumerator
/external/expat/lib/
Dexpat.h92 XML_ERROR_ABORTED, enumerator
Dxmlparse.c2108 return XML_ERROR_ABORTED; in externalEntityInitProcessor3()
2597 return XML_ERROR_ABORTED; in doContent()
3129 return XML_ERROR_ABORTED; in doCdataSection()
3192 return XML_ERROR_ABORTED; in doCdataSection()
3257 return XML_ERROR_ABORTED; in doIgnoreSection()
3524 return XML_ERROR_ABORTED; in entityValueInitProcessor()
4606 return XML_ERROR_ABORTED; in doProlog()
4633 return XML_ERROR_ABORTED; in epilogProcessor()
4676 return XML_ERROR_ABORTED; in epilogProcessor()
/external/expat/tests/
Druntests.c1037 if (XML_GetErrorCode(parser) != XML_ERROR_ABORTED) in START_TEST()