OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndElementImpl
(Results
1 - 3
of
3
) 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/chrome/browser/search_engines/
template_url_parser.cc
142
static void
EndElementImpl
(void* ctx, const xmlChar* name);
246
void TemplateURLParsingContext::
EndElementImpl
(void* ctx, const xmlChar* name) {
303
// (see the TODO in
EndElementImpl
()).
495
sax_handler.endElement = &TemplateURLParsingContext::
EndElementImpl
;
/external/chromium/chrome/browser/search_engines/
template_url_parser.cc
475
void
EndElementImpl
(void *ctx, const xmlChar *name) {
565
sax_handler.endElement = &
EndElementImpl
;
Completed in 65 milliseconds