Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLElement.cpp290 static inline bool hasOneChild(ContainerNode* node) in hasOneChild() function
298 return hasOneChild(node) && node->firstChild()->isTextNode(); in hasOneTextChild()
313 if (hasOneChild(element)) { in replaceChildrenWithFragment()
331 if (hasOneChild(element)) { in replaceChildrenWithText()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1434823 (WebCore::hasOneChild): Added. Helper function.