Searched refs:needsAttach (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.h189 ASSERT(child->needsAttach() || childAttachedAllowedWhenAttachingChildren(this));
190 if (child->needsAttach())
H A DNodeRenderingContext.cpp86 if (m_renderingParent && m_renderingParent->needsAttach())
H A DContainerNode.cpp76 ASSERT(needsAttach());
455 if (!oldChild.needsAttach())
H A DNode.h369 bool needsAttach() const { return styleChangeType() == NeedsReattachStyleChange; } function in class:WebCore::Node
H A DNode.cpp1049 ASSERT(needsAttach());
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.cpp107 if (m_distribution.at(i)->needsAttach())
H A DElementShadow.cpp189 if (root->needsAttach())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCounter.cpp544 if (node && node->needsAttach())
553 if (!node || node->needsAttach())

Completed in 2838 milliseconds