Searched refs:SetViewBoundsToIdealBounds (Results 1 - 7 of 7) sorted by path

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc685 views::ViewModelUtils::SetViewBoundsToIdealBounds(*view_model_);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1594 views::ViewModelUtils::SetViewBoundsToIdealBounds(tabs_);
1712 views::ViewModelUtils::SetViewBoundsToIdealBounds(tabs_);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc122 views::ViewModelUtils::SetViewBoundsToIdealBounds(*view_model_);
H A Dapps_grid_view.cc933 views::ViewModelUtils::SetViewBoundsToIdealBounds(pulsing_blocks_model_);
/external/chromium_org/ui/views/
H A Dview_model_utils.cc26 void ViewModelUtils::SetViewBoundsToIdealBounds(const ViewModel& model) { function in class:views::ViewModelUtils
H A Dview_model_utils.h24 static void SetViewBoundsToIdealBounds(const ViewModel& model);
H A Dview_model_utils_unittest.cc13 // Makes sure SetViewBoundsToIdealBounds updates the view appropriately.
14 TEST(ViewModelUtils, SetViewBoundsToIdealBounds) {
20 ViewModelUtils::SetViewBoundsToIdealBounds(model);

Completed in 338 milliseconds