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

/external/chromium/chrome/browser/extensions/
H A Dextension_input_api.cc59 views::RootView* SendKeyboardEventInputFunction::GetRootView() { function in class:SendKeyboardEventInputFunction
73 return browser_view->GetRootView();
118 views::RootView* root_view = GetRootView();
/external/chromium_org/ui/views/widget/
H A Dwidget.cc710 View* Widget::GetRootView() { function in class:views::Widget
714 const View* Widget::GetRootView() const { function in class:views::Widget
1036 View* root = GetRootView();
1126 GetRootView()->Paint(canvas);
1141 static_cast<internal::RootView*>(GetRootView())->
1146 View* root_view = GetRootView();
1218 View* root_view = GetRootView();
1227 static_cast<internal::RootView*>(GetRootView())->
1232 static_cast<internal::RootView*>(GetRootView())->
1256 static_cast<internal::RootView*>(GetRootView())
[all...]

Completed in 51 milliseconds