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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 177 TopContainerView* top_container = browser_view()->top_container(); local
189 EXPECT_EQ(top_container, browser_view()->tabstrip()->parent());
190 EXPECT_EQ(top_container, browser_view()->toolbar()->parent());
191 EXPECT_EQ(top_container, browser_view()->GetBookmarkBarView()->parent());
199 browser_view()->GetIndexOf(top_container));
202 EXPECT_EQ(0, top_container->x());
203 EXPECT_EQ(0, top_container->y());
204 EXPECT_EQ(browser_view()->width(), top_container->width());
242 browser_view()->GetIndexOf(top_container));
    [all...]
immersive_mode_controller_stub.cc 18 views::View* top_container) {
immersive_mode_controller_stub.h 23 views::View* top_container) OVERRIDE;
immersive_mode_controller_ash_unittest.cc 65 views::View* top_container() { return top_container_; } function in class:ImmersiveModeControllerAshTest
228 top_container()->GetBoundsInScreen();
272 EXPECT_GT(CurrentContext()->bounds().width(), top_container()->width());
297 views::Widget* widget = top_container()->GetWidget();
298 widget->SetCapture(top_container());
307 widget->SetCapture(top_container());
336 top_container()->GetWidget()->GetNativeWindow()->GetRootWindow());
403 gfx::Rect find_bar_bounds(top_container()->bounds().right() - 100,
404 top_container()->bounds().bottom(),
409 views::View::ConvertPointToScreen(top_container(),
    [all...]
browser_frame.cc 155 views::View* top_container = browser_view_->top_container(); local
156 CHECK(top_container->layer());
157 top_container->SchedulePaintInRect(rect);
browser_view_layout_unittest.cc 107 views::View* top_container) OVERRIDE {}
142 MockView* top_container() { return top_container_; } function in class:BrowserViewLayoutTest
browser_view_layout.h 52 views::View* top_container,
immersive_mode_controller.h 88 views::View* top_container) = 0;
immersive_mode_controller_ash.h 65 views::View* top_container) OVERRIDE;
browser_view_layout.cc 141 views::View* top_container,
151 top_container_ = top_container;
immersive_mode_controller_ash.cc 311 views::View* top_container) {
317 top_container_ = top_container;
    [all...]
browser_view.h 166 TopContainerView* top_container() { return top_container_; } function in class:BrowserView
  /external/chromium_org/ash/wm/
window_cycle_controller_unittest.cc 234 Window* top_container = local
238 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container));
278 Window* top_container = local
282 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container));
283 scoped_ptr<Window> window3(CreateTestWindowWithId(3, top_container));
frame_painter.cc 195 Window* top_container = local
199 top_container->children().begin(),
200 top_container->children().end());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 454 browser_view_->top_container()->GetBoundsInScreen().bottom();

Completed in 357 milliseconds