Searched refs:TestTree (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNodeTest.cpp37 class TestTree : public RefCounted<TestTree>, public TreeNode<TestTree> { class in namespace:__anon11443
39 static PassRefPtr<TestTree> create() { return adoptRef(new TestTree()); }
44 RefPtr<TestTree> root = TestTree::create();
45 RefPtr<TestTree> firstChild = TestTree::create();
46 RefPtr<TestTree> lastChil
[all...]

Completed in 250 milliseconds