Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlparser.cc101 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatStartElement()
128 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatEndElement()
139 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatCharacterData()
149 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatXmlDecl()
185 if (context_.RaisedError() != XML_ERROR_NONE) { in Parse()
187 pxph_->Error(&context_, context_.RaisedError()); in Parse()
Dxmlparser.h96 XML_Error RaisedError() { return raised_; } in RaisedError() function