Searched refs:layout (Results 126 - 150 of 362) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/rendering/
H A DRenderDataGrid.h48 virtual void layout();
H A DRenderEmbeddedObject.h66 virtual void layout();
H A DRenderListItem.h62 virtual void layout();
H A DRenderListMarker.h55 virtual void layout();
H A DRenderReplaced.h38 virtual void layout();
H A DRenderRubyRun.h57 virtual void layout();
H A DRenderTableRow.h55 virtual void layout();
H A DRenderWidget.h62 virtual void layout();
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLOperator.h47 virtual void layout();
H A DRenderMathMLRoot.cpp201 void RenderMathMLRoot::layout() function in class:WebCore::RenderMathMLRoot
203 RenderBlock::layout();
249 RenderBlock::layout();
253 // Now that we've potentially changed its position, we need layout the index again.
255 indexBox->layout();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGContainer.h52 virtual void layout();
62 // Allow RenderSVGTransformableContainer to hook in at the right time in layout()
65 // Allow RenderSVGViewportContainer to hook in at the right times in layout(), paint() and nodeAtFloatPoint()
H A DRenderSVGForeignObject.h46 virtual void layout();
H A DRenderSVGImage.h64 virtual void layout();
H A DRenderSVGResourceContainer.h35 virtual void layout();
H A DRenderSVGResourceMarker.h52 virtual void layout();
/external/webkit/Source/WebKit/chromium/public/
H A DWebWidget.h64 // Called to layout the WebWidget. This MUST be called before Paint,
66 virtual void layout() = 0;
71 // multiple times once layout has been called, assuming no other
73 // processed, it should be assumed that another call to layout is
/external/proguard/src/proguard/gui/
H A DMemberSpecificationDialog.java147 GridBagLayout layout = new GridBagLayout();
154 JPanel accessPanel = new JPanel(layout);
184 JPanel typePanel = new JPanel(layout);
192 final JPanel annotationTypePanel = new JPanel(layout);
199 JPanel namePanel = new JPanel(layout);
207 JPanel argumentsPanel = new JPanel(layout);
252 JPanel mainPanel = new JPanel(layout);
H A DClassSpecificationDialog.java151 GridBagLayout layout = new GridBagLayout();
156 JPanel commentsPanel = new JPanel(layout);
171 JPanel keepOptionPanel = new JPanel(layout);
180 final JPanel allowOptionPanel = new JPanel(layout);
189 JPanel accessPanel = new JPanel(layout);
207 final JPanel annotationTypePanel = new JPanel(layout);
214 JPanel classNamePanel = new JPanel(layout);
221 final JPanel extendsAnnotationTypePanel = new JPanel(layout);
228 JPanel extendsClassNamePanel = new JPanel(layout);
281 JPanel mainPanel = new JPanel(layout);
[all...]
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc30 #include "views/layout/grid_layout.h"
31 #include "views/layout/layout_constants.h"
137 views::GridLayout* layout = new views::GridLayout(this); local
138 layout->SetInsets(kOptInTopPadding, kOptInLeftPadding,
140 SetLayoutManager(layout);
144 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set);
154 layout->StartRow(0, first_column_set);
155 layout->AddView(label);
156 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_ENABLE, button_font));
157 layout
[all...]
/external/icu4c/test/hdrtst/
H A DMakefile.in35 LDIRS=$(prefix)/include/layout
48 E_CXX_L="[4/$(E_NUM)] C++ layout: "
81 @echo 'Testing all layout files under C++'
83 @for file in $(prefix)/include/layout/*.h; do \
85 echo $(ECHO_N) "$(E_CXX_L) layout/$$incfile.h - $(ECHO_C)" ; \
86 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
88 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
/external/kernel-headers/original/linux/raid/
H A Dmd_p.h2 md_p.h : physical layout of Linux RAID devices
165 __u32 new_layout; /* 16 new layout */
172 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s
219 __u32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1
233 __u32 new_layout; /* new layout */
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
H A DInstallerActivity.java66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
H A DInstallerActivity.java66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
H A DInstallerActivity.java66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
H A DInstallerActivity.java66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);

Completed in 820 milliseconds

1234567891011>>