/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_layout_unittest.cc | 130 top_container_(NULL), 142 MockView* top_container() { return top_container_; } 157 top_container_ = new MockView(gfx::Size(800, 60)); 159 top_container_->AddChildView(tab_strip_); 161 top_container_->AddChildView(toolbar_); 162 root_view_->AddChildView(top_container_); 179 top_container_, 194 MockView* top_container_; member in class:BrowserViewLayoutTest
|
immersive_mode_controller_ash_unittest.cc | 61 ImmersiveModeControllerAshTest() : widget_(NULL), top_container_(NULL) {} 65 views::View* top_container() { return top_container_; } 93 top_container_ = new views::View(); 94 top_container_->SetBounds(0, 0, 500, 100); 95 top_container_->set_focusable(true); 97 widget_->GetContentsView()->AddChildView(top_container_); variable 99 controller_->Init(delegate_.get(), widget_, top_container_); 130 // Sets whether the mouse is hovered above |top_container_|. 131 // SetHovered(true) moves the mouse over the |top_container_| but does not 134 MoveMouse(0, is_mouse_hovered ? 1 : top_container_->height() + 100) 188 views::View* top_container_; \/\/ Owned by |root_view_|. member in class:ImmersiveModeControllerAshTest [all...] |
immersive_mode_controller_ash.cc | 51 // How many pixels a gesture can start away from |top_container_| when in 151 // children of |ImmersiveModeController::top_container_| is separate from 265 top_container_(NULL), 317 top_container_ = top_container; 549 top_container_->parent()->Layout(); 590 top_container_->Contains(bubble_delegate->anchor_view())) { 617 MoveMouse(top_container_, hovered); 622 MoveMouse(top_container_, hovered); 707 // display. The bounds of |top_container_|'s parent are used to infer the hit 708 // bounds because |top_container_| will be partially offscreen if it i [all...] |
browser_view_layout.cc | 122 top_container_(NULL), 151 top_container_ = top_container; 211 gfx::Rect top_container_bounds = top_container_->ConvertRectToWidget( 212 top_container_->GetLocalBounds()); 358 // Adjust the fullscreen exit bubble bounds for |top_container_|'s new bounds. 360 // |top_container_| in immersive fullscreen. 516 gfx::Rect top_container_bounds(top_container_->GetPreferredSize()); 523 top_container_->SetBoundsRect(top_container_bounds);
|
browser_view_layout.h | 113 // Updates |top_container_|'s bounds. The new bounds depend on the size of 146 views::View* top_container_; member in class:BrowserViewLayout
|
immersive_mode_controller_ash.h | 238 // child of |top_container_|. 251 views::View* top_container_; member in class:ImmersiveModeControllerAsh 303 // Manages bubbles which are anchored to a child of |top_container_|.
|
browser_view.cc | 398 top_container_(NULL), [all...] |
browser_view.h | 166 TopContainerView* top_container() { return top_container_; } 511 // |this|, or |top_container_|. Ensures that |top_container_| stays in front 617 // | TopContainerView (top_container_) | 652 TopContainerView* top_container_; member in class:BrowserView
|