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

/external/chromium/chrome/common/
H A Dlibxml_utils.cc23 XmlReader::XmlReader() function in class:XmlReader
26 error_func_(this, &XmlReader::GenericErrorCallback)) {
29 XmlReader::~XmlReader() {
35 void XmlReader::GenericErrorCallback(void* context, const char* msg, ...) {
39 XmlReader* reader = static_cast<XmlReader*>(context);
44 bool XmlReader::Load(const std::string& input) {
54 bool XmlReader
[all...]
H A Dlibxml_utils.h39 // XmlReader is a wrapper class around libxml's xmlReader,
41 class XmlReader { class
43 XmlReader();
44 ~XmlReader();

Completed in 74 milliseconds