Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h185 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()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.cpp185 Node::AttachContext childrenContext(context); in attach() local
186 childrenContext.resolvedStyle = 0; in attach()
190 root->attach(childrenContext); in attach()
196 Node::AttachContext childrenContext(context); in detach() local
197 childrenContext.resolvedStyle = 0; in detach()
200 root->detach(childrenContext); in detach()