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

  /external/chromium/base/json/
json_reader.cc 177 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_ESCAPE, json_pos_ + token.length)
    [all...]
json_reader.h 197 void SetErrorCode(const JsonParseError error, const wchar_t* error_pos);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 425 void StunErrorCodeAttribute::SetErrorCode(uint32 code) {
443 SetErrorCode(val);
stun.h 288 void SetErrorCode(uint32 code);
port.cc 396 error_attr->SetErrorCode(error_code);

Completed in 27 milliseconds