Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLElement.cpp309 static inline bool hasOneTextChild(ContainerNode* node) in hasOneTextChild() function
321 if (hasOneTextChild(element) && hasOneTextChild(fragment.get())) { in replaceChildrenWithFragment()
337 if (hasOneTextChild(element)) { in replaceChildrenWithText()
/external/webkit/WebCore/
DChangeLog-2007-10-1434824 (WebCore::hasOneTextChild): Added. Helper function.