Home
last modified time | relevance | path

Searched refs:HasChild (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dtree_node.h26 bool HasChild(const T* child) const { in HasChild() function
74 CHECK(HasChild(other)); in InsertBefore()
92 CHECK(HasChild(other)); in InsertAfter()
105 CHECK(HasChild(child)); in RemoveChild()
Dretained_tree_node_unittest.cpp48 EXPECT_FALSE(ptr->HasChild(ptr.Get())); in TEST()
64 EXPECT_FALSE(parent->HasChild(parent.Get())); in TEST()
65 EXPECT_TRUE(parent->HasChild(ptr.Get())); in TEST()
95 EXPECT_FALSE(parent->HasChild(parent.Get())); in TEST()
96 EXPECT_TRUE(parent->HasChild(ptr.Get())); in TEST()