HomeSort by relevance Sort by last modified time
    Searched defs:BoxLayout (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/layout/
box_layout.cc 12 BoxLayout::BoxLayout(BoxLayout::Orientation orientation,
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::GetPreferredSize(const View* host) const
    [all...]
box_layout.h 29 class VIEWS_EXPORT BoxLayout : public LayoutManager {
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 41 milliseconds