Home
last modified time | relevance | path

Searched refs:GetRootView (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium/chrome/browser/ui/views/
Ddom_view_browsertest.cc31 one->GetRootView()->AddChildView(dom_view); in IN_PROC_BROWSER_TEST_F()
49 one->GetRootView()->AddChildView(dom_view); in IN_PROC_BROWSER_TEST_F()
58 one->GetRootView()->RemoveChildView(dom_view); in IN_PROC_BROWSER_TEST_F()
71 one->GetRootView()->AddChildView(dom_view); in IN_PROC_BROWSER_TEST_F()
80 one->GetRootView()->RemoveChildView(dom_view); in IN_PROC_BROWSER_TEST_F()
85 two->GetRootView()->AddChildView(dom_view); in IN_PROC_BROWSER_TEST_F()
Dbrowser_bubble.cc48 views::View::ConvertPointToView(NULL, frame_->GetRootView(), &origin); in BrowserBubble()
116 views::View::ConvertPointToScreen(frame_->GetRootView(), &top_left); in Reposition()
128 views::View::ConvertPointToScreen(frame_->GetRootView(), &relative_origin); in GetAbsoluteRelativeTo()
137 views::View::ConvertPointToView(NULL, frame_->GetRootView(), in SetAbsoluteBounds()
Dgeneric_info_view_unittest.cc41 RootView* root_view = widget->GetRootView(); in TEST_F()
/external/chromium_org/ui/views/controls/native/
Dnative_view_host_unittest.cc147 toplevel()->GetRootView(), in TEST_F()
188 toplevel()->GetRootView(), in TEST_F()
193 toplevel()->GetRootView(), in TEST_F()
246 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
248 toplevel()->GetRootView()->AddChildView(view1); in TEST_F()
265 toplevel()->GetRootView()->RemoveChildView(view0); in TEST_F()
271 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
288 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
Dnative_view_host_aura_unittest.cc54 toplevel_->GetRootView()->AddChildView(host_.get()); in CreateHost()
/external/chromium_org/ui/views/corewm/
Dwindow_util_unittest.cc75 w1->GetRootView()->AddChildView(CreateViewWithLayer( in TEST_F()
77 w1->GetRootView()->AddChildView(v2); in TEST_F()
81 w1->GetRootView()->AddChildView(w2_host_view); in TEST_F()
82 w1->GetRootView()->AddChildView(CreateViewWithLayer( in TEST_F()
91 w2->GetRootView()->AddChildView(v5); in TEST_F()
Ddesktop_capture_controller_unittest.cc78 w2->SetCapture(w2->GetRootView()); in TEST_F()
104 static_cast<internal::RootView*>(widget1->GetRootView()); in TEST_F()
124 static_cast<internal::RootView*>(widget2->GetRootView()); in TEST_F()
Dwindow_util.cc118 if (widget && widget->GetRootView()) in RecreateWindowLayers()
119 has_view_layers = RecreateViewLayers(old_layer, widget->GetRootView()); in RecreateWindowLayers()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view.cc72 frame_->GetRootView()->Layout(); in UpdateAvatarInfo()
84 frame_->GetRootView()->Layout(); in UpdateAvatarInfo()
157 frame_->GetRootView()->Layout(); in UpdateNewStyleAvatarInfo()
162 frame_->GetRootView()->Layout(); in UpdateNewStyleAvatarInfo()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_frame_gtk.cc85 if (GetRootView()->has_children()) { in TabStripDisplayModeChanged()
87 GetRootView()->GetChildViewAt(0)->InvalidateLayout(); in TabStripDisplayModeChanged()
89 GetRootView()->Layout(); in TabStripDisplayModeChanged()
Dbrowser_frame_win.cc233 if (GetRootView()->has_children()) { in TabStripDisplayModeChanged()
235 GetRootView()->GetChildViewAt(0)->InvalidateLayout(); in TabStripDisplayModeChanged()
237 GetRootView()->Layout(); in TabStripDisplayModeChanged()
/external/chromium/chrome/browser/extensions/
Dextension_input_api.cc59 views::RootView* SendKeyboardEventInputFunction::GetRootView() { in GetRootView() function in SendKeyboardEventInputFunction
73 return browser_view->GetRootView(); in GetRootView()
118 views::RootView* root_view = GetRootView(); in RunImpl()
Dextension_input_api.h33 views::RootView* GetRootView();
/external/chromium_org/ui/views/
Daccessible_pane_view_unittest.cc81 View* root = widget->GetRootView(); in TEST_F()
112 View* root_main = widget_main->GetRootView(); in TEST_F()
125 View* root_bar = widget_bar->GetRootView(); in TEST_F()
158 View* root = widget->GetRootView(); in TEST_F()
188 View* root = widget->GetRootView(); in TEST_F()
Dview_unittest.cc405 static_cast<internal::RootView*>(widget->GetRootView()); in TEST_F()
466 View* root = widget->GetRootView(); in TEST_F()
526 static_cast<internal::RootView*>(widget->GetRootView()); in TEST_F()
626 static_cast<internal::RootView*>(widget->GetRootView()); in TEST_F()
692 static_cast<internal::RootView*>(widget->GetRootView()); in TEST_F()
851 View* root_view = widget->GetRootView(); in TEST_F()
971 View::ConvertPointToTarget(view->GetWidget()->GetRootView(), view, &tmp); in ConvertPointToView()
999 View* root_view = widget->GetRootView(); in TEST_F()
1068 View* root_view = widget->GetRootView(); in TEST_F()
1377 View* root_view = widget->GetRootView(); in TEST_F()
[all …]
/external/chromium_org/ui/views/widget/
Dtooltip_manager_win.cc184 View* root_view = widget_->GetRootView(); in OnNotify()
202 View::ConvertPointToTarget(widget_->GetRootView(), in OnNotify()
209 View::ConvertPointToScreen(widget_->GetRootView(), &screen_loc); in OnNotify()
237 View::ConvertPointToTarget(widget_->GetRootView(), in OnNotify()
306 View* root_view = widget_->GetRootView(); in UpdateTooltip()
Dwidget.cc710 View* Widget::GetRootView() { in GetRootView() function in views::Widget
714 const View* Widget::GetRootView() const { in GetRootView() function in views::Widget
1036 View* root = GetRootView(); in OnNativeWidgetVisibilityChanged()
1126 GetRootView()->Paint(canvas); in OnNativeWidgetPaint()
1141 static_cast<internal::RootView*>(GetRootView())-> in OnKeyEvent()
1146 View* root_view = GetRootView(); in OnMouseEvent()
1218 View* root_view = GetRootView(); in OnMouseCaptureLost()
1227 static_cast<internal::RootView*>(GetRootView())-> in OnTouchEvent()
1232 static_cast<internal::RootView*>(GetRootView())-> in OnScrollEvent()
1256 static_cast<internal::RootView*>(GetRootView())->DispatchGestureEvent(event); in OnGestureEvent()
[all …]
Dwidget_interactive_uitest.cc351 child1->GetRootView()->AddChildView(view); in TEST_F()
356 child2->GetRootView()->AddChildView(view); in TEST_F()
410 toplevel->GetRootView()->AddChildView(view); in TEST_F()
665 widget2.SetCapture(widget2.GetRootView()); in TestCapture()
672 widget1.SetCapture(widget1.GetRootView()); in TestCapture()
769 widget2.SetCapture(widget2.GetRootView()); in TEST_F()
Droot_view_unittest.cc49 static_cast<internal::RootView*>(widget.GetRootView())); in TEST_F()
Dnative_widget_win.cc383 GetWidget()->GetRootView()->SchedulePaint(); in SetOpacity()
508 GetWidget()->GetRootView()->SchedulePaint(); in SchedulePaint()
597 gfx::Size pixel_size = GetWidget()->GetRootView()->size(); in GetRootViewSize()
606 GetWidget()->GetRootView()->Paint(canvas); in PaintLayeredWindow()
614 return GetWidget()->GetRootView()->GetNativeViewAccessible(); in GetNativeViewAccessible()
671 static_cast<internal::RootView*>(GetWidget()->GetRootView())); in HandleCreate()
/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.cc139 View::ConvertPointToScreen(anchor_->GetWidget()->GetRootView(), &pt); in UpdateArrowOffset()
140 View::ConvertPointFromScreen(owner_->GetWidget()->GetRootView(), &pt); in UpdateArrowOffset()
152 View::ConvertPointToScreen(anchor_->GetWidget()->GetRootView(), &pt); in UpdateArrowOffset()
153 View::ConvertPointFromScreen(owner_->GetWidget()->GetRootView(), &pt); in UpdateArrowOffset()
364 GetWidget()->GetRootView()->SchedulePaint(); in UpdateBubble()
/external/chromium_org/chrome/browser/ui/views/
Dconstrained_window_views.cc102 gfx::Size size = widget->GetRootView()->GetPreferredSize(); in UpdateWebContentsModalDialogPosition()
118 widget->GetRootView()->GetPreferredSize()); in UpdateBrowserModalDialogPosition()
Dconstrained_window_views_unittest.cc58 gfx::Size preferred_size = dialog()->GetRootView()->GetPreferredSize(); in SetUp()
71 return dialog()->GetRootView()->GetBoundsInScreen().size(); in GetDialogSize()
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider_views.cc22 views::View* root_view = widget->GetRootView(); in WindowGetViewBounds()
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble.cc311 DCHECK(GetRootView()->has_children()); in OnActivate()
312 GetRootView()->GetChildViewAt(0)->RequestFocus(); in OnActivate()

1234