Searched refs:root_view (Results 1 – 6 of 6) sorted by relevance
118 views::RootView* root_view = GetRootView(); in RunImpl() local119 if (!root_view) { in RunImpl()125 views::InputMethod* ime = root_view->GetWidget()->GetInputMethod(); in RunImpl()128 } else if (!root_view->ProcessKeyEvent(event)) { in RunImpl()
41 RootView* root_view = widget->GetRootView(); in TEST_F() local44 root_view->AddChildView(view1); in TEST_F()58 root_view->AddChildView(view2); in TEST_F()
78 views::RootView* root_view = popup_->GetRootView(); in ShowModal() local80 root_view->set_background( in ShowModal()83 views::GridLayout* layout = views::GridLayout::CreatePanel(root_view); in ShowModal()88 root_view->SetLayoutManager(layout); in ShowModal()194 layout->Layout(root_view); in ShowModal()195 gfx::Size preferred = layout->GetPreferredSize(root_view); in ShowModal()
128 views::View* root_view = native_widget->GetWidget()->GetRootView(); in WindowGetViewBounds() local129 views::View* view = root_view->GetViewByID(view_id); in WindowGetViewBounds()136 views::View::ConvertPointToView(view, root_view, &point); in WindowGetViewBounds()
756 GrabWidgetRootView* root_view = new GrabWidgetRootView(screen_lock_view_); in Init() local757 grab_container_ = root_view; in Init()758 lock_widget_->SetContentsView(root_view); in Init()
1297 views::RootView* root_view = frame_->GetRootView(); in CreateView() local1300 root_view->SetContentsView(candidate_window_); in CreateView()