Home
last modified time | relevance | path

Searched refs:LocalSetBounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview_private.h44 void LocalSetBounds(const gfx::Rect& old_bounds, in LocalSetBounds() function
46 view_->LocalSetBounds(old_bounds, new_bounds); in LocalSetBounds()
Dview.cc220 LocalSetBounds(bounds_, bounds); in SetBounds()
396 void View::LocalSetBounds(const gfx::Rect& old_bounds, in LocalSetBounds() function in mojo::View
Dview_manager_client_impl.cc43 private_view.LocalSetBounds(gfx::Rect(), bounds); in AddViewToViewManager()
296 ViewPrivate(view).LocalSetBounds(old_bounds.To<gfx::Rect>(), in OnViewBoundsChanged()
/external/chromium_org/mojo/services/public/cpp/view_manager/
Dview.h107 void LocalSetBounds(const gfx::Rect& old_bounds, const gfx::Rect& new_bounds);