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
29 BoxLayout::~BoxLayout() {
32 void BoxLayout::SetFlexForView(const View* view, int flex_weight) {
40 void BoxLayout::ClearFlexForView(const View* view) {
45 void BoxLayout::SetDefaultFlex(int default_flex) {
50 void BoxLayout::Layout(View* host) {
154 gfx::Size BoxLayout
[all...]
H A Dbox_layout.h29 class VIEWS_EXPORT BoxLayout : public LayoutManager { class in namespace:views
62 BoxLayout(Orientation orientation,
66 virtual ~BoxLayout();
169 // The view that this BoxLayout is managing the layout for.
172 DISALLOW_IMPLICIT_CONSTRUCTORS(BoxLayout);

Completed in 111 milliseconds