Searched defs:descendants (Results 1 – 3 of 3) sorted by relevance
19 new (selector: Type | string, {descendants, read}?: { property20 descendants?: boolean; field54 new (selector: Type | string, { descendants, read }?: { property55 descendants?: boolean; field
50 def descendants(self, node): member in DiGraph
437 GNode *descendants = NULL; in ttml_parse_body() local