Home
last modified time | relevance | path

Searched refs:_RECORDING_DELAY_ELEMENT (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.h71 extern const char* const _RECORDING_DELAY_ELEMENT;
H A Droute_app_io.cpp58 const char* const _RECORDING_DELAY_ELEMENT = "recording_delay"; variable
302 docType->addMapping(new Mapping<StringContent>(_RECORDING_DELAY_ELEMENT)); in _add_string_elements()
H A DDormantNodeIO.cpp375 _write_simple(_RECORDING_DELAY_ELEMENT, buffer.String(), context); in xmlExportContent()
549 else if(!strcmp(context.element(), _RECORDING_DELAY_ELEMENT)) in xmlImportChild()