Searched refs:StartElement (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/components/policy/core/common/ |
D | plist_writer.cc | 22 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/ |
D | htmltitle.cpp | 135 static void StartElement(void *voidContext, in StartElement() function 219 StartElement,
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 33 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/ |
D | pyexpat.c | 23 StartElement, enumerator 336 if (have_handler(self, StartElement)) { in my_StartElementHandler() 408 self->handlers[StartElement], args, self); in my_StartElementHandler()
|