Home
last modified time | relevance | path

Searched refs:canReplaceChild (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNode.h418 virtual bool canReplaceChild(Node* newChild, Node* oldChild);
DNode.cpp1237 bool Node::canReplaceChild(Node* newChild, Node*) in canReplaceChild() function in WebCore::Node
1280 if (!canReplaceChild(newChild, oldChild)) { in checkReplaceChild()
DDocument.h1122 virtual bool canReplaceChild(Node* newChild, Node* oldChild);
DDocument.cpp2802 bool Document::canReplaceChild(Node* newChild, Node* oldChild) in canReplaceChild() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1456395 (WebCore::Document::canReplaceChild):
56397 Add implementation of canReplaceChild that makes sure that doing the replacement won't cause
56401 (WebCore::Node::canReplaceChild):
56402 Base implementation of canReplaceChild.
56405 New function that does what checAddChild does but calls canReplaceChild.
DChangeLog-2008-08-1068871 …fix <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
68876 (WebCore::Document::canReplaceChild):
DChangeLog-2010-12-0665151 (WebCore::Node::canReplaceChild):
84072 (WebCore::Document::canReplaceChild):
DChangeLog14637 (WebCore::Document::canReplaceChild):