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

  /external/chromium_org/chrome/browser/profile_resetter/
brandcode_config_fetcher.cc 62 static void EndElementImpl(void* ctx, const xmlChar* name);
87 sax_handler.endElement = &XmlConfigParser::EndElementImpl;
119 void XmlConfigParser::EndElementImpl(void* ctx, const xmlChar* name) {
  /external/chromium_org/components/search_engines/
template_url_parser.cc 136 static void EndElementImpl(void* ctx, const xmlChar* name);
246 void TemplateURLParsingContext::EndElementImpl(void* ctx, const xmlChar* name) {
308 // (see the TODO in EndElementImpl()).
502 sax_handler.endElement = &TemplateURLParsingContext::EndElementImpl;

Completed in 59 milliseconds