Searched refs:otherChild (Results 1 – 2 of 2) sorted by relevance
167 Logger otherChild = new MockLogger( in testAddGetLogger_Hierachy() local172 assertNull(otherChild.getParent()); in testAddGetLogger_Hierachy()196 assertTrue(manager.addLogger(otherChild)); in testAddGetLogger_Hierachy()198 assertSame(foo, otherChild.getParent()); in testAddGetLogger_Hierachy()199 assertSame(otherChild, grandson.getParent()); in testAddGetLogger_Hierachy()
1426 Node* otherChild = other->firstChild(); in isEqualNode() local1429 if (!child->isEqualNode(otherChild)) in isEqualNode()1433 otherChild = otherChild->nextSibling(); in isEqualNode()1436 if (otherChild) in isEqualNode()