Searched defs:SetErrorCode (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/json/
H A Djson_reader.cc177 SetErrorCode(JSON_UNEXPECTED_DATA_AFTER_ROOT, json_pos_);
183 SetErrorCode(JSON_SYNTAX_ERROR, json_pos_);
201 SetErrorCode(JSON_TOO_MUCH_NESTING, json_pos_);
209 SetErrorCode(JSON_BAD_ROOT_ELEMENT_TYPE, json_pos_);
265 SetErrorCode(JSON_TRAILING_COMMA, json_pos_);
290 SetErrorCode(JSON_UNQUOTED_DICTIONARY_KEY, json_pos_);
325 SetErrorCode(JSON_TRAILING_COMMA, json_pos_);
415 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length);
421 SetErrorCode(JSON_INVALID_ESCAPE, json_pos_ + token.length);
436 SetErrorCode(JSON_INVALID_ESCAP
648 void JSONReader::SetErrorCode(JsonParseError error, function in class:base::JSONReader
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc425 void StunErrorCodeAttribute::SetErrorCode(uint32 code) { function in class:cricket::StunErrorCodeAttribute
443 SetErrorCode(val);

Completed in 164 milliseconds