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

  /external/chromium_org/base/test/
gtest_xml_util.cc 19 static void XmlErrorFunc(void *context, const char *message, ...) {
101 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
  /external/chromium_org/extensions/common/
update_manifest.cc 87 static void XmlErrorFunc(void *context, const char *message, ...) {
226 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
  /external/chromium_org/components/component_updater/
update_response.cc 82 static void XmlErrorFunc(void* context, const char* message, ...) {
283 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);

Completed in 881 milliseconds