HomeSort by relevance Sort by last modified time
    Searched defs:top_container (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/wm/
window_cycle_controller_unittest.cc 259 Window* top_container = local
263 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container));
303 Window* top_container = local
307 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container));
308 scoped_ptr<Window> window3(CreateTestWindowWithId(3, top_container));
immersive_fullscreen_controller_unittest.cc 122 views::View* top_container() { function in class:ash::ImmersiveFullscreenControllerTest
355 top_container()->GetBoundsInScreen();
424 views::Widget* widget = top_container()->GetWidget();
425 widget->SetCapture(top_container());
434 widget->SetCapture(top_container());
453 ASSERT_FALSE(top_container()->GetWidget()->IsActive());
460 top_container()->GetBoundsInScreen();
521 top_container()->GetWidget()->GetNativeWindow()->GetRootWindow());
583 ASSERT_FALSE(top_container()->GetWidget()->IsActive());
584 ASSERT_FALSE(top_container()->GetBoundsInScreen().Intersects
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 61 TopContainerView* top_container = browser_view()->top_container(); local
75 EXPECT_EQ(top_container, browser_view()->tabstrip()->parent());
76 EXPECT_EQ(top_container, browser_view()->toolbar()->parent());
77 EXPECT_EQ(top_container, browser_view()->GetBookmarkBarView()->parent());
85 browser_view()->GetIndexOf(top_container));
88 EXPECT_EQ(0, top_container->x());
89 EXPECT_EQ(0, top_container->y());
90 EXPECT_EQ(browser_view()->width(), top_container->width());
102 EXPECT_EQ(top_container->bounds().bottom(), contents_container->y())
    [all...]
immersive_mode_controller_ash_unittest.cc 152 EXPECT_EQ(0, GetBoundsInWidget(browser_view()->top_container()).y());
171 EXPECT_EQ(0, GetBoundsInWidget(browser_view()->top_container()).y());
289 views::View* top_container = browser_view()->top_container(); local
311 EXPECT_TRUE(top_container->GetVisibleBounds().IsEmpty());
326 gfx::Rect top_container_bounds_in_widget(GetBoundsInWidget(top_container));
browser_frame.cc 231 views::View* top_container = browser_view_->top_container(); local
232 CHECK(top_container->layer());
233 top_container->SchedulePaintInRect(rect);
browser_view.h 161 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

Completed in 134 milliseconds