Home
last modified time | relevance | path

Searched refs:childHandler (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp770 AttributeHandler* childHandler = NULL; in _ParseAttributeTree() local
772 hasChildren ? &childHandler : NULL); in _ParseAttributeTree()
779 if (childHandler == NULL) { in _ParseAttributeTree()
780 childHandler = new(std::nothrow) IgnoreAttributeHandler; in _ParseAttributeTree()
781 if (childHandler == NULL) { in _ParseAttributeTree()
787 childHandler->SetLevel(++level); in _ParseAttributeTree()
788 PushAttributeHandler(childHandler); in _ParseAttributeTree()
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp1155 AttributeHandler* childHandler = NULL; in _ParseAttributeTree() local
1157 hasChildren ? &childHandler : NULL); in _ParseAttributeTree()
1164 if (childHandler == NULL) { in _ParseAttributeTree()
1165 childHandler = new(context) IgnoreAttributeHandler; in _ParseAttributeTree()
1166 if (childHandler == NULL) { in _ParseAttributeTree()
1172 childHandler->SetLevel(++level); in _ParseAttributeTree()
1173 PushAttributeHandler(childHandler); in _ParseAttributeTree()