Searched refs:attached_bounds (Results 1 – 2 of 2) sorted by relevance
604 gfx::Rect attached_bounds(attached_windows_[i]->bounds()); in LayoutAttachedWindows() local606 attached_bounds.set_x(last); in LayoutAttachedWindows()607 attached_bounds.set_width(sizes[i]); in LayoutAttachedWindows()609 attached_bounds.set_y(last); in LayoutAttachedWindows()610 attached_bounds.set_height(sizes[i]); in LayoutAttachedWindows()612 attached_windows_[i]->SetBounds(attached_bounds); in LayoutAttachedWindows()
482 const gfx::Rect attached_bounds(window->GetBoundsInScreen()); in TEST_P() local493 EXPECT_EQ(attached_bounds.ToString(), window->GetBoundsInScreen().ToString()); in TEST_P()505 EXPECT_EQ(attached_bounds.ToString(), window->GetBoundsInScreen().ToString()); in TEST_P()