Searched refs:ClipHeightTo (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ui/views/controls/ |
D | scroll_view_unittest.cc | 249 scroll_view.ClipHeightTo(kMinHeight, kMaxHeight); in TEST() 271 scroll_view.ClipHeightTo(kMinHeight, kMaxHeight); in TEST() 296 scroll_view.ClipHeightTo(kMinHeight, kMaxHeight); in TEST() 317 scroll_view.ClipHeightTo(kMinHeight, kMaxHeight); in TEST()
|
D | scroll_view.h | 58 void ClipHeightTo(int min_height, int max_height);
|
D | message_box_view.cc | 220 scroll_view->ClipHeightTo(0, kMaxScrollViewHeight); in ResetLayoutManager()
|
D | scroll_view.cc | 176 void ScrollView::ClipHeightTo(int min_height, int max_height) { in ClipHeightTo() function in views::ScrollView
|
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/ |
D | app_info_dialog_views.cc | 87 dialog_body_->ClipHeightTo(kMaxDialogHeight, kMaxDialogHeight); in AppInfoDialog()
|
/external/chromium_org/athena/system/ |
D | network_selector.cc | 379 scroller_->ClipHeightTo(kListHeight, kListHeight); in CreateNetworkList()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | desktop_media_picker_views.cc | 406 scroll_view_->ClipHeightTo( in DesktopMediaPickerDialogView()
|
/external/chromium_org/ui/message_center/views/ |
D | message_center_view.cc | 572 scroller_->ClipHeightTo(kMinScrollViewHeight, max_height - button_height); in MessageCenterView()
|