Home | History | Annotate | Download | only in wm

Lines Matching defs:top_container

122   views::View* top_container() {
355 top_container()->GetBoundsInScreen();
424 views::Widget* widget = top_container()->GetWidget();
425 widget->SetCapture(top_container());
434 widget->SetCapture(top_container());
453 ASSERT_FALSE(top_container()->GetWidget()->IsActive());
460 top_container()->GetBoundsInScreen();
521 top_container()->GetWidget()->GetNativeWindow()->GetRootWindow());
583 ASSERT_FALSE(top_container()->GetWidget()->IsActive());
584 ASSERT_FALSE(top_container()->GetBoundsInScreen().Intersects(
691 top_container()->RequestFocus();
699 EXPECT_FALSE(top_container()->HasFocus());
803 top_container()->AddChildView(child_view);
807 top_container()->parent()->AddChildView(unrelated_view);
809 top_container()->GetWidget()->GetFocusManager();
863 views::Widget* top_container_widget = top_container()->GetWidget();
909 views::Widget* top_container_widget = top_container()->GetWidget();
914 top_container()->AddChildView(child_view);
917 top_container()->parent()->AddChildView(unrelated_view);