Searched refs:XML_ERROR_NONE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.cc96 if (context_.RaisedError() != XML_ERROR_NONE)
123 if (context_.RaisedError() != XML_ERROR_NONE)
134 if (context_.RaisedError() != XML_ERROR_NONE)
144 if (context_.RaisedError() != XML_ERROR_NONE)
180 if (context_.RaisedError() != XML_ERROR_NONE) {
201 raised_(XML_ERROR_NONE),
247 raised_ = XML_ERROR_NONE;
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlparser.cc79 if (context_.RaisedError() != XML_ERROR_NONE)
106 if (context_.RaisedError() != XML_ERROR_NONE)
117 if (context_.RaisedError() != XML_ERROR_NONE)
127 if (context_.RaisedError() != XML_ERROR_NONE)
163 if (context_.RaisedError() != XML_ERROR_NONE) {
184 raised_(XML_ERROR_NONE),
230 raised_ = XML_ERROR_NONE;
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c889 errorCode = XML_ERROR_NONE;
1208 return XML_ERROR_NONE;
1531 if (errorCode == XML_ERROR_NONE) {
1560 if (errorCode != XML_ERROR_NONE) {
1653 if (errorCode != XML_ERROR_NONE) {
1802 if (errorCode != XML_ERROR_NONE) {
2107 if (result == XML_ERROR_NONE) {
2121 if (result != XML_ERROR_NONE)
2144 return XML_ERROR_NONE;
2151 return XML_ERROR_NONE;
[all...]
H A Dexpat.h55 XML_ERROR_NONE, enumerator in enum:XML_Error
/external/expat/lib/
H A Dxmlparse.c889 errorCode = XML_ERROR_NONE;
1208 return XML_ERROR_NONE;
1531 if (errorCode == XML_ERROR_NONE) {
1560 if (errorCode != XML_ERROR_NONE) {
1653 if (errorCode != XML_ERROR_NONE) {
1802 if (errorCode != XML_ERROR_NONE) {
2107 if (result == XML_ERROR_NONE) {
2121 if (result != XML_ERROR_NONE)
2144 return XML_ERROR_NONE;
2151 return XML_ERROR_NONE;
[all...]
H A Dexpat.h55 XML_ERROR_NONE, enumerator in enum:XML_Error
/external/expat/tests/
H A Druntests.c1059 if (XML_GetErrorCode(parser) != XML_ERROR_NONE)

Completed in 1755 milliseconds