Searched refs:XML_ENCODING_NONE (Results 1 – 2 of 2) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | xml_reader_unittest.cc | 43 stream, XML_ENCODING_NONE, "http://www.example.org/example.xml")); in TEST() 510 stream, XML_ENCODING_NONE, "http://www.example.org/example.xml")); in TEST() 527 ASSERT_TRUE(object->Load(stream, XML_ENCODING_NONE, in TEST() 615 ASSERT_FALSE(object->Load(stream, XML_ENCODING_NONE, in TEST() 635 ASSERT_FALSE(object->Load(stream, XML_ENCODING_NONE, in TEST()
|
/third_party/cef/include/internal/ |
D | cef_types.h | 2011 XML_ENCODING_NONE = 0, enumerator
|