Home
last modified time | relevance | path

Searched refs:StartElement (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/components/policy/core/common/
Dplist_writer.cc22 plist_writer.StartElement(value ? "true" : "false"); in BuildPlistString()
40 plist_writer.StartElement("array"); in BuildPlistString()
52 plist_writer.StartElement("dict"); in BuildPlistString()
82 plist_writer.StartElement("plist"); in PlistWrite()
/external/curl/docs/examples/
Dhtmltitle.cpp135 static void StartElement(void *voidContext, in StartElement() function
219 StartElement,
/external/python/cpython2/Modules/
Dpyexpat.c33 StartElement, enumerator
501 if (have_handler(self, StartElement)) { in my_StartElementHandler()
566 rv = call_with_frame(getcode(StartElement, "StartElement", __LINE__), in my_StartElementHandler()
567 self->handlers[StartElement], args, self); in my_StartElementHandler()
/external/python/cpython3/Modules/
Dpyexpat.c23 StartElement, enumerator
336 if (have_handler(self, StartElement)) { in my_StartElementHandler()
408 self->handlers[StartElement], args, self); in my_StartElementHandler()