/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.cc | 62 browser_view_->top_container()); 169 browser_view_->top_container()->SetPaintToLayer(true); 170 browser_view_->top_container()->SetFillsBoundsOpaquely(false); 178 browser_view_->top_container()->SetPaintToLayer(false); 184 browser_view_->top_container()->SetPaintToLayer(false); 198 views::View* top_container_view = browser_view_->top_container();
|
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_layout.h | 52 views::View* top_container,
|
browser_view_layout_unittest.cc | 146 MockView* top_container() { return top_container_; } function in class:BrowserViewLayoutTest
|
browser_view_layout.cc | 144 views::View* top_container, 154 top_container_ = top_container;
|
browser_view.h | 161 TopContainerView* top_container() { return top_container_; } function in class:BrowserView
|
/developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/res/layout/ |
main_activity.xml | 22 android:id="@+id/top_container" 46 android:layout_below="@+id/top_container"
|
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/res/layout/ |
main_activity.xml | 22 android:id="@+id/top_container" 46 android:layout_below="@+id/top_container"
|
/development/samples/browseable/SpeedTracker/Application/res/layout/ |
main_activity.xml | 22 android:id="@+id/top_container" 46 android:layout_below="@+id/top_container"
|
/external/chromium_org/ash/wm/ |
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...] |
immersive_fullscreen_controller.h | 92 // fullscreen via SetEnabled(). |top_container| is used to keep the 93 // top-of-window views revealed when a child of |top_container| has focus. 94 // |top_container| does not affect which mouse and touch events keep the 98 views::View* top_container);
|
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.cc | 260 views::View* top_container) { 262 top_container_ = top_container; [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
fullscreen_exit_bubble_views.cc | 454 browser_view_->top_container()->GetBoundsInScreen().bottom();
|