Home | History | Annotate | Download | only in views

Lines Matching full:grandchild

82   View* grandchild = new View;
86 child->AddChildView(grandchild);
88 grandchild->SetFocusable(true);
89 grandchild->RequestFocus();
101 EXPECT_EQ(grandchild, static_cast<View*>(current_target));
105 current_target = targeter->FindNextBestTarget(grandchild, &key_event);
132 View* grandchild = new View;
133 grandchild->SetBounds(0, 0, 5, 5);
137 child->AddChildView(grandchild);
145 // |grandchild|, so |child| should be the initial target for the event.
168 // |child|, and |grandchild|. But since |content| is the contents view,