HomeSort by relevance Sort by last modified time
    Searched refs:CreateRootView (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_host.h 59 virtual internal::RootView* CreateRootView() OVERRIDE;
menu_host.cc 104 internal::RootView* MenuHost::CreateRootView() {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.h 90 virtual views::internal::RootView* CreateRootView() OVERRIDE;
browser_frame.cc 203 views::internal::RootView* BrowserFrame::CreateRootView() {
  /external/chromium_org/ui/views/widget/
widget.h 795 virtual internal::RootView* CreateRootView();
    [all...]
widget.cc 352 root_view_.reset(CreateRootView());
    [all...]

Completed in 187 milliseconds