Home
last modified time | relevance | path

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

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