Searched defs:GridLayout (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h16 // GridLayout is a LayoutManager that positions child Views in a grid. You
47 // If the View using GridLayout is given a size bigger than the preferred,
53 // GridLayout allows you to define multiple column sets. When you start a
56 // GridLayout allows you to force columns to have the same width. This is
59 // AddView takes care of adding the View to the View the GridLayout was
70 class VIEWS_EXPORT GridLayout : public LayoutManager { class in namespace:views
72 // An enumeration of the possible alignments supported by GridLayout.
102 explicit GridLayout(View* host);
103 virtual ~GridLayout();
105 // Creates a GridLayout wit
[all...]
H A Dgrid_layout.cc158 Column(GridLayout::Alignment h_align,
159 GridLayout::Alignment v_align,
161 GridLayout::SizeType size_type,
179 GridLayout::Alignment h_align() { return h_align_; }
180 GridLayout::Alignment v_align() { return v_align_; }
186 friend class GridLayout;
196 const GridLayout::Alignment h_align_;
197 const GridLayout::Alignment v_align_;
198 const GridLayout::SizeType size_type_;
223 if (size_type_ == GridLayout
661 GridLayout::GridLayout(View* host) function in class:views::GridLayout
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 544 milliseconds