Searched refs:otherChild (Results 1 – 2 of 2) sorted by relevance
165 Logger otherChild = new MockLogger( in testAddGetLogger_Hierachy() local170 assertNull(otherChild.getParent()); in testAddGetLogger_Hierachy()194 assertTrue(manager.addLogger(otherChild)); in testAddGetLogger_Hierachy()196 assertSame(foo, otherChild.getParent()); in testAddGetLogger_Hierachy()197 assertSame(otherChild, grandson.getParent()); in testAddGetLogger_Hierachy()
1236 Node* otherChild = other->firstChild(); in isEqualNode() local1239 if (!child->isEqualNode(otherChild)) in isEqualNode()1243 otherChild = otherChild->nextSibling(); in isEqualNode()1246 if (otherChild) in isEqualNode()