Searched refs:canReplaceChild (Results 1 – 8 of 8) sorted by relevance
418 virtual bool canReplaceChild(Node* newChild, Node* oldChild);
1237 bool Node::canReplaceChild(Node* newChild, Node*) in canReplaceChild() function in WebCore::Node1280 if (!canReplaceChild(newChild, oldChild)) { in checkReplaceChild()
1122 virtual bool canReplaceChild(Node* newChild, Node* oldChild);
2802 bool Document::canReplaceChild(Node* newChild, Node* oldChild) in canReplaceChild() function in WebCore::Document
56395 (WebCore::Document::canReplaceChild):56397 Add implementation of canReplaceChild that makes sure that doing the replacement won't cause56401 (WebCore::Node::canReplaceChild):56402 Base implementation of canReplaceChild.56405 New function that does what checAddChild does but calls canReplaceChild.
68871 …fix <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild68876 (WebCore::Document::canReplaceChild):
65151 (WebCore::Node::canReplaceChild):84072 (WebCore::Document::canReplaceChild):
14637 (WebCore::Document::canReplaceChild):