Searched refs:top_container_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
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
H A Dbrowser_view_layout.cc125 top_container_(NULL),
154 top_container_ = top_container;
216 gfx::Rect top_container_bounds = top_container_->ConvertRectToWidget(
217 top_container_->GetLocalBounds());
354 // Adjust the fullscreen exit bubble bounds for |top_container_|'s new bounds.
356 // |top_container_| in immersive fullscreen.
490 for (int i = 0; i < top_container_->child_count(); ++i) {
491 views::View* child = top_container_->child_at(i);
511 top_container_->SetBoundsRect(top_container_bounds);
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.cc388 top_container_(NULL),
1949 top_container_ = new TopContainerView(this);
1950 AddChildView(top_container_);
1957 top_container_->AddChildView(tabstrip_);
1961 top_container_->AddChildView(toolbar_);
1978 top_container_,
2068 new_parent = top_container_;
2085 // Add it underneath |top_container_| or at the end if top container isn't
2087 int top_container_index = GetIndexOf(top_container_);
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
/external/chromium_org/ash/wm/
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...]
H A Dimmersive_fullscreen_controller.cc126 // children of |ImmersiveFullscreenController::top_container_| is separate from
240 top_container_(NULL),
262 top_container_ = top_container;
500 top_container_->Contains(bubble_delegate->GetAnchorView())) {
666 // The visible bounds of |top_container_| should be contained in
708 if (top_container_->Contains(focused_view))
717 // bubble is anchored to a child of |top_container_|. Don't acquire
951 top_container_->Contains(bubble_delegate->GetAnchorView())) {
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_|.

Completed in 391 milliseconds