/external/chromium_org/ash/wm/ |
window_cycle_controller_unittest.cc | 238 Window* top_container = local 242 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container)); 282 Window* top_container = local 286 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container)); 287 scoped_ptr<Window> window3(CreateTestWindowWithId(3, top_container));
|
immersive_fullscreen_controller_unittest.cc | 98 views::View* top_container() { function in class:ash::ImmersiveFullscreenControllerTest 326 top_container()->GetBoundsInScreen(); 394 views::Widget* widget = top_container()->GetWidget(); 395 widget->SetCapture(top_container()); 404 widget->SetCapture(top_container()); 423 ASSERT_FALSE(top_container()->GetWidget()->IsActive()); 430 top_container()->GetBoundsInScreen(); 491 top_container()->GetWidget()->GetNativeWindow()->GetRootWindow()); 555 ASSERT_FALSE(top_container()->GetWidget()->IsActive()); 556 ASSERT_FALSE(top_container()->GetBoundsInScreen().Intersects [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_unittest.cc | 67 TopContainerView* top_container = browser_view()->top_container(); local 79 EXPECT_EQ(top_container, browser_view()->tabstrip()->parent()); 80 EXPECT_EQ(top_container, browser_view()->toolbar()->parent()); 81 EXPECT_EQ(top_container, browser_view()->GetBookmarkBarView()->parent()); 89 browser_view()->GetIndexOf(top_container)); 92 EXPECT_EQ(0, top_container->x()); 93 EXPECT_EQ(0, top_container->y()); 94 EXPECT_EQ(browser_view()->width(), top_container->width()); 132 browser_view()->GetIndexOf(top_container)); [all...] |
immersive_mode_controller_ash_unittest.cc | 143 EXPECT_EQ(0, GetBoundsInWidget(browser_view()->top_container()).y()); 162 EXPECT_EQ(0, GetBoundsInWidget(browser_view()->top_container()).y()); 294 views::View* top_container = browser_view()->top_container(); local 316 EXPECT_TRUE(top_container->GetVisibleBounds().IsEmpty()); 331 gfx::Rect top_container_bounds_in_widget(GetBoundsInWidget(top_container));
|
browser_frame.cc | 201 views::View* top_container = browser_view_->top_container(); local 202 CHECK(top_container->layer()); 203 top_container->SchedulePaintInRect(rect);
|
browser_view.h | 157 TopContainerView* top_container() { return top_container_; } function in class:BrowserView
|
browser_view_layout_unittest.cc | 146 MockView* top_container() { return top_container_; } function in class:BrowserViewLayoutTest
|