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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.h110 // Updates |top_container_|'s bounds. The new bounds depend on the size of
142 views::View* top_container_; member in class:BrowserViewLayout
H A Dbrowser_view.h161 TopContainerView* top_container() { return top_container_; }
497 // |this|, or |top_container_|. Ensures that |top_container_| stays in front
588 // | TopContainerView (top_container_) |
618 TopContainerView* top_container_; member in class:BrowserView
H A Dbrowser_view_layout_unittest.cc134 top_container_(NULL),
146 MockView* top_container() { return top_container_; }
160 top_container_ = new MockView(gfx::Size(800, 60));
162 top_container_->AddChildView(tab_strip_);
164 top_container_->AddChildView(toolbar_);
165 root_view_->AddChildView(top_container_);
189 top_container_,
204 MockView* top_container_; member in class:BrowserViewLayoutTest
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.h242 // child of |top_container_|.
247 views::View* top_container_; member in class:ash::ImmersiveFullscreenController
290 // Manages bubbles which are anchored to a child of |top_container_|.
H A Dimmersive_fullscreen_controller_unittest.cc110 top_container_(NULL),
123 return top_container_;
162 top_container_ = new views::View();
163 top_container_->SetBounds(
165 top_container_->SetFocusable(true);
166 widget_->GetContentsView()->AddChildView(top_container_); variable
169 new MockImmersiveFullscreenControllerDelegate(top_container_));
171 controller_->Init(delegate_.get(), widget_, top_container_);
174 // The mouse is moved so that it is not over |top_container_| by
197 // Sets whether the mouse is hovered above |top_container_|
258 views::View* top_container_; // Owned by |widget_|'s root-view. member in class:ash::ImmersiveFullscreenControllerTest
[all...]

Completed in 127 milliseconds