HomeSort by relevance Sort by last modified time
    Searched refs:RaisedError (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 101 if (context_.RaisedError() != XML_ERROR_NONE)
128 if (context_.RaisedError() != XML_ERROR_NONE)
139 if (context_.RaisedError() != XML_ERROR_NONE)
149 if (context_.RaisedError() != XML_ERROR_NONE)
185 if (context_.RaisedError() != XML_ERROR_NONE) {
187 pxph_->Error(&context_, context_.RaisedError());
xmlparser.h 96 XML_Error RaisedError() { return raised_; }

Completed in 47 milliseconds