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

/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer.h47 View* root_view_; member in class:views::WindowReorderer
H A Ddrop_helper.h38 View* root_view() const { return root_view_; }
94 View* root_view_; member in class:views::DropHelper
H A Droot_view_test_helper.h16 : root_view_(root_view) {
21 root_view_->DispatchKeyEventStartAt(view, event);
25 internal::RootView* root_view_; member in class:views::test::RootViewTestHelper
H A Dwidget.h805 scoped_ptr<internal::RootView> root_view_; member in class:views::Widget
816 // must be destroyed AFTER root_view_. This is enforced in DestroyRootView().
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame.h102 BrowserRootView* root_view_; member in class:BrowserFrame
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.h110 BrowserRootView* root_view_; member in class:BrowserFrame
H A Dbrowser_view_layout_unittest.cc145 MockView* root_view() { return root_view_.get(); }
157 root_view_.reset(new MockView(gfx::Size(800, 600)));
166 root_view_->AddChildView(top_container_);
169 root_view_->AddChildView(infobar_container_);
175 root_view_->AddChildView(contents_split_);
177 // TODO(jamescook): Attach |layout_| to |root_view_|?
195 scoped_ptr<MockView> root_view_; member in class:BrowserViewLayoutTest
197 // Views owned by |root_view_|.
H A Dopaque_browser_frame_view_layout_unittest.cc164 root_view_ = widget_->GetRootView();
165 root_view_->SetSize(gfx::Size(kWidth, kWidth));
166 root_view_->SetLayoutManager(layout_manager_);
199 root_view_->AddChildView(button);
207 root_view_->AddChildView(tab_icon_view_);
216 root_view_->AddChildView(window_title_);
223 root_view_->AddChildView(menu_button_);
229 root_view_->AddChildView(avatar_label_);
239 root_view_->AddChildView(new_avatar_button_);
252 views::View* root_view_; member in class:OpaqueBrowserFrameViewLayoutTest
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.h70 views::View* root_view_; member in class:FullscreenExitBubble

Completed in 244 milliseconds