Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp344 _write_simple(_FLAG_ELEMENT, "NO_START_STOP", context); in xmlExportContent()
346 _write_simple(_FLAG_ELEMENT, "NO_SEEK", context); in xmlExportContent()
348 _write_simple(_FLAG_ELEMENT, "NO_PREROLL", context); in xmlExportContent()
350 _write_simple(_FLAG_ELEMENT, "NO_STOP", context); in xmlExportContent()
352 _write_simple(_FLAG_ELEMENT, "NO_ROSTER_WATCH", context); in xmlExportContent()
354 _write_simple(_FLAG_ELEMENT, "NO_POSITION_REPORTING", context); in xmlExportContent()
545 else if(!strcmp(context.element(), _FLAG_ELEMENT)) in xmlImportChild()
H A Droute_app_io.h65 extern const char* const _FLAG_ELEMENT;
H A Droute_app_io.cpp55 const char* const _FLAG_ELEMENT = "flag"; variable
297 docType->addMapping(new Mapping<StringContent>(_FLAG_ELEMENT)); in _add_string_elements()