Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Djson_impl.cc16 if (options & JSON_PARSER_ALLOW_TRAILING_COMMAS) in GetJSONReaderOptions()
/third_party/cef/include/internal/
Dcef_types.h2328 JSON_PARSER_ALLOW_TRAILING_COMMAS = 1 << 0, enumerator