Searched refs:childrenContext (Results 1 – 2 of 2) sorted by relevance
185 AttachContext childrenContext(context); in attachChildren()186 childrenContext.resolvedStyle = 0; in attachChildren()191 child->attach(childrenContext); in attachChildren()197 AttachContext childrenContext(context); in detachChildren()198 childrenContext.resolvedStyle = 0; in detachChildren()201 child->detach(childrenContext); in detachChildren()
185 Node::AttachContext childrenContext(context); in attach() local186 childrenContext.resolvedStyle = 0; in attach()190 root->attach(childrenContext); in attach()196 Node::AttachContext childrenContext(context); in detach() local197 childrenContext.resolvedStyle = 0; in detach()200 root->detach(childrenContext); in detach()