Searched refs:childrenContext (Results 1 – 2 of 2) sorted by relevance
285 AttachContext childrenContext(context); in attachChildren()286 childrenContext.resolvedStyle = 0; in attachChildren()291 child->attach(childrenContext); in attachChildren()297 AttachContext childrenContext(context); in detachChildren()298 childrenContext.resolvedStyle = 0; in detachChildren()301 child->detach(childrenContext); in detachChildren()
189 Node::AttachContext childrenContext(context); in attach() local190 childrenContext.resolvedStyle = 0; in attach()194 root->attach(childrenContext); in attach()200 Node::AttachContext childrenContext(context); in detach() local201 childrenContext.resolvedStyle = 0; in detach()204 root->detach(childrenContext); in detach()