Home
last modified time | relevance | path

Searched refs:parentElement (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/Persistence/
H A DImportContext.h75 const char* parentElement() const;
H A DImportContext.cpp64 const char* ImportContext::parentElement() const { in parentElement() function in ImportContext
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp651 context.parentElement() && in xmlImportChild()
652 !strcmp(context.parentElement(), _UI_STATE_ELEMENT)) { in xmlImportChild()
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp278 if(strcmp(context.parentElement(), s_element) != 0) { in xmlImportChildBegin()