Searched defs:BoxLayout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc12 BoxLayout::BoxLayout(BoxLayout::Orientation orientation, function in class:views::BoxLayout
25 BoxLayout::~BoxLayout() {
28 void BoxLayout::Layout(View* host) {
84 gfx::Size BoxLayout::GetPreferredSize(View* host) {
100 int BoxLayout::GetPreferredHeightForWidth(View* host, int width) {
105 gfx::Size BoxLayout::GetPreferredSizeForChildWidth(View* host,
150 gfx::Size BoxLayout
[all...]
H A Dbox_layout.h26 class VIEWS_EXPORT BoxLayout : public LayoutManager { class in namespace:views
37 BoxLayout(Orientation orientation,
41 virtual ~BoxLayout();
72 DISALLOW_IMPLICIT_CONSTRUCTORS(BoxLayout);

Completed in 113 milliseconds