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

  /external/chromium_org/ui/views/controls/menu/
menu_host.h 59 virtual internal::RootView* CreateRootView() OVERRIDE;
menu_host.cc 108 internal::RootView* MenuHost::CreateRootView() {
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h 45 virtual views::RootView* CreateRootView();
browser_frame_win.h 61 virtual views::RootView* CreateRootView() OVERRIDE;
browser_frame_gtk.cc 104 views::RootView* BrowserFrameGtk::CreateRootView() {
browser_frame_win.cc 168 views::RootView* BrowserFrameWin::CreateRootView() {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.h 81 virtual views::internal::RootView* CreateRootView() OVERRIDE;
browser_frame.cc 127 views::internal::RootView* BrowserFrame::CreateRootView() {
  /external/chromium_org/ui/views/widget/
widget.h 715 virtual internal::RootView* CreateRootView();
    [all...]
widget.cc 336 root_view_.reset(CreateRootView());
    [all...]

Completed in 633 milliseconds