Home
last modified time | relevance | path

Searched refs:new_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview.cc157 new_bounds_(new_bounds) { in ScopedSetBoundsNotifier()
160 OnViewBoundsChanging(view_, old_bounds_, new_bounds_)); in ScopedSetBoundsNotifier()
165 OnViewBoundsChanged(view_, old_bounds_, new_bounds_)); in ~ScopedSetBoundsNotifier()
171 const gfx::Rect new_bounds_; member in mojo::__anon783c3db20111::ScopedSetBoundsNotifier
/external/chromium_org/ui/views/
Dview_unittest.cc242 gfx::Rect new_bounds_; member in views::TestView
273 new_bounds_ = bounds(); in OnBoundsChanged()
287 EXPECT_EQ(v.new_bounds_, new_rect); in TEST_F()