Searched refs:childAdded (Results 1 – 5 of 5) sorted by relevance
51 void childAdded(PassRefPtr<Node>);84 void childAdded(Node& child) in childAdded() function87 m_accumulator->childAdded(PassRefPtr<Node>(child)); in childAdded()
81 void ChildListMutationAccumulator::childAdded(PassRefPtr<Node> prpChild) in childAdded() function in WebCore::ChildListMutationAccumulator
277 ChildListMutationScope(*this).childAdded(*newChild); in parserInsertBefore()623 ChildListMutationScope(*this).childAdded(*newChild); in parserAppendChild()962 ChildListMutationScope(*this).childAdded(child); in updateTreeAfterInsertion()
50 l.childAdded(new NodeChangeEvent(Preferences.userRoot(), Preferences in testChildAdded()61 public void childAdded(NodeChangeEvent e) { in childAdded() method in NodeChangeListenerTest.NodeChangeListenerImpl
1959 public void childAdded(NodeChangeEvent e) { in childAdded() method in AbstractPreferencesTest.MockNodeChangeListener