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

  /external/chromium_org/chrome/browser/profile_resetter/
brandcode_config_fetcher.cc 63 static void CharactersImpl(void* ctx, const xmlChar* ch, int len);
88 sax_handler.characters = &XmlConfigParser::CharactersImpl;
124 void XmlConfigParser::CharactersImpl(void* ctx, const xmlChar* ch, int len) {
  /external/chromium_org/components/search_engines/
template_url_parser.cc 137 static void CharactersImpl(void* ctx, const xmlChar* ch, int len);
290 void TemplateURLParsingContext::CharactersImpl(void* ctx,
503 sax_handler.characters = &TemplateURLParsingContext::CharactersImpl;

Completed in 237 milliseconds