HomeSort by relevance Sort by last modified time
    Searched refs:new_bounds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 157 new_bounds_(new_bounds) {
160 OnViewBoundsChanging(view_, old_bounds_, new_bounds_));
165 OnViewBoundsChanged(view_, old_bounds_, new_bounds_));
171 const gfx::Rect new_bounds_; member in class:mojo::__anon13446::ScopedSetBoundsNotifier
  /external/chromium_org/ui/views/
view_unittest.cc 242 gfx::Rect new_bounds_; member in class:views::TestView
273 new_bounds_ = bounds();
287 EXPECT_EQ(v.new_bounds_, new_rect);
    [all...]

Completed in 52 milliseconds