Searched defs:GetRootView (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget.cc717 View* Widget::GetRootView() { function in class:views::Widget
721 const View* Widget::GetRootView() const { function in class:views::Widget
1068 View* root = GetRootView();
1114 View* root = GetRootView();
1126 View* root = GetRootView();
1130 View* focused_view = GetRootView()->GetFocusManager()->GetFocusedView();
1171 GetRootView()->Paint(canvas, CullSet());
1193 View* root_view = GetRootView();
1273 View* root_view = GetRootView();
1309 BuildRootLayers(GetRootView(),
[all...]

Completed in 103 milliseconds