Searched refs:beginElement (Results 1 – 12 of 12) sorted by relevance
50 context.beginElement(s_element); in xmlExportBegin()
292 context.beginElement(_DORMANT_NODE_ELEMENT); in xmlExportBegin()308 context.beginElement(_NAME_ELEMENT); in xmlExportContent()316 context.beginElement(_FLAVOR_ID_ELEMENT); in xmlExportContent()385 context.beginElement(_CYCLE_ELEMENT); in xmlExportContent()
298 context.beginElement(_CONNECTION_ELEMENT); in xmlExportBegin()311 context.beginElement(_OUTPUT_ELEMENT); in xmlExportContent()345 context.beginElement(_INPUT_ELEMENT); in xmlExportContent()
238 context.beginElement(s_rootElement); in xmlExportBegin()261 context.beginElement(s_routeWindowElement); in xmlExportContent()275 context.beginElement(s_mediaRoutingViewElement); in xmlExportContent()
162 context.beginElement(_LIVE_NODE_ELEMENT); in xmlExportBegin()
84 context.beginElement(element); in _write_simple()
461 context.beginElement(_NODE_SET_ELEMENT); in xmlExportBegin()560 context.beginElement(_UI_STATE_ELEMENT); in xmlExportContent()
447 context.beginElement(MediaFormatIO::s_media_type_tag); in write_media_type()661 context.beginElement(MediaFormatIO::s_video_display_info_tag); in export_raw_video_content()793 context.beginElement(MediaFormatIO::s_multistream_flags_tag); in export_multistream_content()799 context.beginElement(MediaFormatIO::s_multistream_vid_info_tag); in export_multistream_content()804 context.beginElement(MediaFormatIO::s_multistream_avi_info_tag); in export_multistream_content()839 context.beginElement(MediaFormatIO::s_raw_audio_tag); in export_encoded_audio_content()879 context.beginElement(MediaFormatIO::s_raw_video_tag); in export_encoded_video_content()891 context.beginElement(s_raw_audio_tag); in xmlExportBegin()895 context.beginElement(s_raw_video_tag); in xmlExportBegin()899 context.beginElement(s_multistream_tag); in xmlExportBegin()[all …]
97 context.beginElement(s_element); in xmlExportBegin()
127 context.beginElement(s_element); in xmlExportBegin()577 context.beginElement(elementName.String()); in _exportField()
90 void beginElement(const char* name);
80 void ExportContext::beginElement( in beginElement() function in ExportContext