Searched refs:GetPreferredHeightForWidth (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dlayout_manager.cc20 int LayoutManager::GetPreferredHeightForWidth(View* host, int width) { function in class:views::LayoutManager
H A Dfill_layout.h29 virtual int GetPreferredHeightForWidth(View* host, int width) OVERRIDE;
H A Dlayout_manager.h49 virtual int GetPreferredHeightForWidth(View* host, int width);
H A Dbox_layout.h50 virtual int GetPreferredHeightForWidth(View* host, int width) OVERRIDE;
H A Dfill_layout.cc32 int FillLayout::GetPreferredHeightForWidth(View* host, int width) { function in class:views::FillLayout
H A Dbox_layout.cc100 int BoxLayout::GetPreferredHeightForWidth(View* host, int width) { function in class:views::BoxLayout
111 // default behavior of GridLayout::GetPreferredHeightForWidth().
H A Dgrid_layout.h183 virtual int GetPreferredHeightForWidth(View* host, int width) OVERRIDE;
H A Dbox_layout_unittest.cc134 EXPECT_EQ(110, layout_->GetPreferredHeightForWidth(host_.get(), 50));
H A Dgrid_layout.cc848 int GridLayout::GetPreferredHeightForWidth(View* host, int width) { function in class:views::GridLayout
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dsimple_grid_layout.h79 float GetPreferredHeightForWidth(float with);
/external/chromium/chrome/browser/ui/views/
H A Dinstant_confirm_view.cc72 GetLayoutManager()->GetPreferredHeightForWidth(this, pref_width);
H A Dcreate_application_shortcut_view.cc310 int height = GetLayoutManager()->GetPreferredHeightForWidth(this,
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc337 int height = GetLayoutManager()->GetPreferredHeightForWidth(this,
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1080 layout->GetPreferredHeightForWidth(&sizing_view, available_width));
1085 layout->GetPreferredHeightForWidth(&sizing_view, available_width));
/external/chromium_org/ui/views/
H A Dview.cc445 return layout_manager_->GetPreferredHeightForWidth(this, w);

Completed in 163 milliseconds