Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.h67 extern const char* const _FLAVOR_ID_ELEMENT;
H A Droute_app_io.cpp53 const char* const _FLAVOR_ID_ELEMENT = "flavor_id"; variable
298 docType->addMapping(new Mapping<StringContent>(_FLAVOR_ID_ELEMENT)); in _add_string_elements()
H A DDormantNodeIO.cpp316 context.beginElement(_FLAVOR_ID_ELEMENT); in xmlExportContent()
543 else if(!strcmp(context.element(), _FLAVOR_ID_ELEMENT)) in xmlImportChild()