/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_layout_unittest.cc | 134 top_container_(NULL), 146 MockView* top_container() { return top_container_; } 161 top_container_ = new MockView(gfx::Size(800, 60)); 163 top_container_->AddChildView(tab_strip_); 165 top_container_->AddChildView(toolbar_); 166 root_view_->AddChildView(top_container_); 183 top_container_, 198 MockView* top_container_; member in class:BrowserViewLayoutTest
|
browser_view_layout.cc | 143 top_container_(NULL), 172 top_container_ = top_container; 234 gfx::Rect top_container_bounds = top_container_->ConvertRectToWidget( 235 top_container_->GetLocalBounds()); 383 // Adjust the fullscreen exit bubble bounds for |top_container_|'s new bounds. 385 // |top_container_| in immersive fullscreen. 540 gfx::Rect top_container_bounds(top_container_->GetPreferredSize()); 550 top_container_->SetBoundsRect(top_container_bounds);
|
browser_view_layout.h | 110 // Updates |top_container_|'s bounds. The new bounds depend on the size of 142 views::View* top_container_; member in class:BrowserViewLayout
|
browser_view.cc | 411 top_container_(NULL), [all...] |
browser_view.h | 157 TopContainerView* top_container() { return top_container_; } 505 // |this|, or |top_container_|. Ensures that |top_container_| stays in front 603 // | TopContainerView (top_container_) | 638 TopContainerView* top_container_; member in class:BrowserView
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller_unittest.cc | 91 ImmersiveFullscreenControllerTest() : widget_(NULL), top_container_(NULL) {} 99 return top_container_; 131 top_container_ = new views::View(); 132 top_container_->SetBounds( 134 top_container_->SetFocusable(true); 135 widget_->GetContentsView()->AddChildView(top_container_); variable 138 new MockImmersiveFullscreenControllerDelegate(top_container_)); 140 controller_->Init(delegate_.get(), widget_, top_container_); 143 // The mouse is moved so that it is not over |top_container_| by 166 // Sets whether the mouse is hovered above |top_container_| 224 views::View* top_container_; \/\/ Owned by |root_view_|. member in class:ash::ImmersiveFullscreenControllerTest [all...] |
immersive_fullscreen_controller.cc | 50 // How many pixels a gesture can start away from |top_container_| when in 120 // children of |ImmersiveFullscreenController::top_container_| is separate from 234 top_container_(NULL), 256 top_container_ = top_container; 480 top_container_->Contains(bubble_delegate->GetAnchorView())) { 644 // The visible bounds of |top_container_| should be contained in 686 if (top_container_->Contains(focused_view)) 695 // bubble is anchored to a child of |top_container_|. Don't acquire [all...] |
immersive_fullscreen_controller.h | 239 // child of |top_container_|. 244 views::View* top_container_; member in class:ash::ImmersiveFullscreenController 287 // Manages bubbles which are anchored to a child of |top_container_|.
|