Home
last modified time | relevance | path

Searched refs:beginElement (Results 1 – 12 of 12) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A DNodeKey.cpp50 context.beginElement(s_element); in xmlExportBegin()
H A DDormantNodeIO.cpp292 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()
H A DConnectionIO.cpp298 context.beginElement(_CONNECTION_ELEMENT); in xmlExportBegin()
311 context.beginElement(_OUTPUT_ELEMENT); in xmlExportContent()
345 context.beginElement(_INPUT_ELEMENT); in xmlExportContent()
H A DRouteApp.cpp238 context.beginElement(s_rootElement); in xmlExportBegin()
261 context.beginElement(s_routeWindowElement); in xmlExportContent()
275 context.beginElement(s_mediaRoutingViewElement); in xmlExportContent()
H A DLiveNodeIO.cpp162 context.beginElement(_LIVE_NODE_ELEMENT); in xmlExportBegin()
H A Droute_app_io.cpp84 context.beginElement(element); in _write_simple()
H A DRouteAppNodeManager.cpp461 context.beginElement(_NODE_SET_ELEMENT); in xmlExportBegin()
560 context.beginElement(_UI_STATE_ELEMENT); in xmlExportContent()
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp447 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 …]
H A DFlatMessageIO.cpp97 context.beginElement(s_element); in xmlExportBegin()
H A DMessageIO.cpp127 context.beginElement(s_element); in xmlExportBegin()
577 context.beginElement(elementName.String()); in _exportField()
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h90 void beginElement(const char* name);
H A DExportContext.cpp80 void ExportContext::beginElement( in beginElement() function in ExportContext