Home | History | Annotate | Download | only in widget

Lines Matching defs:contents_view

1299   View* contents_view = new View;
1300 contents_view->set_focusable(true);
1310 widget.SetContentsView(contents_view);
1313 contents_view->RequestFocus();
1314 EXPECT_TRUE(contents_view->HasFocus());
1318 new BubbleDelegateView(contents_view, BubbleBorder::TOP_LEFT);
1324 EXPECT_FALSE(contents_view->HasFocus());
1330 EXPECT_TRUE(contents_view->HasFocus());
1400 View* contents_view = new View;
1401 contents_view->set_focusable(true);
1409 widget.SetContentsView(contents_view);
1420 View* contents_view = new View;
1421 contents_view->set_focusable(true);
1429 widget.SetContentsView(contents_view);