Searched defs:layout (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dwebtreemap.js68 // And layout into the topmost box.
69 layout(tree, level, width, height);
148 function layout(tree, level, width, height) { function
173 // layout doesn't look very good.
177 var space; // Space available along layout axis.
213 layout(child, level + 1, width, height);
242 layout(data, 0, width, height);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linkage.h50 * num_slots is the size of the layout array and hardware limit instead.
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, argument
64 table[layout[i]] = first_slot_value + i;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c35 enum nouveau_surface_layout layout,
45 .layout = layout,
53 if (layout == TILED) {
81 dst->layout = src->layout;
34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, enum nouveau_surface_layout layout, unsigned flags, unsigned format, unsigned width, unsigned height) argument
H A Dnouveau_surface.h40 enum nouveau_surface_layout layout; member in struct:nouveau_surface
50 enum nouveau_surface_layout layout,
/external/chromium_org/third_party/skia/src/views/
H A DSkViewPriv.h17 Layout_SkTagList(SkView::Layout* layout) argument
18 : SkTagList(kViewLayout_SkTagList), fLayout(layout)
20 SkASSERT(layout);
21 layout->ref();
/external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/
H A DR.java19 public static final class layout { class in class:R
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dcommon.h22 static inline int ChannelsFromLayout(AudioProcessing::ChannelLayout layout) { argument
23 switch (layout) {
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js49 // And layout into the topmost box.
50 layout(tree, level, width, height);
137 function layout(tree, level, width, height) { function
162 // layout doesn't look very good.
166 var space; // Space available along layout axis.
202 layout(child, level + 1, width, height);
231 layout(data, 0, width, height);
/external/chromium_org/ui/views/examples/
H A Dmessage_box_example.cc10 #include "ui/views/layout/grid_layout.h"
30 GridLayout* layout = new GridLayout(container); local
31 container->SetLayoutManager(layout);
36 ColumnSet* column_set = layout->AddColumnSet(message_box_column);
39 layout->StartRow(1 /* expand */, message_box_column);
40 layout->AddView(message_box_view_);
43 column_set = layout->AddColumnSet(button_column);
49 layout->StartRow(0 /* no expand */, button_column);
51 layout->AddView(status_);
52 layout
[all...]
H A Dprogress_bar_example.cc12 #include "ui/views/layout/grid_layout.h"
40 GridLayout* layout = new GridLayout(container); local
41 container->SetLayoutManager(layout);
43 ColumnSet* column_set = layout->AddColumnSet(0);
53 layout->StartRow(0, 0);
55 layout->AddView(minus_button_);
57 layout->AddView(progress_bar_);
59 layout->AddView(plus_button_);
H A Dradio_button_example.cc11 #include "ui/views/layout/grid_layout.h"
38 GridLayout* layout = new GridLayout(container); local
39 container->SetLayoutManager(layout);
41 ColumnSet* column_set = layout->AddColumnSet(0);
45 layout->StartRow(0, 0);
46 layout->AddView(radio_buttons_[i]);
48 layout->StartRow(0, 0);
49 layout->AddView(select_);
50 layout->StartRow(0, 0);
51 layout
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPerspective.java28 public void createInitialLayout(IPageLayout layout) { argument
29 this.factory = layout;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DSelfOrientingSashForm.java105 * If the receiver has a layout, ask the layout to <em>lay out</em> (that is, set the size and
106 * location of) the receiver's children. If the argument is <code>true</code> the layout must not
108 * the layout may (potentially) simplify the work it is doing by assuming that the state of the
109 * none of the receiver's children has changed since the last layout. If the receiver does not
110 * have a layout, do nothing.
113 * <code>true</code> if the layout must flush its caches, and <code>false</code>
124 public void layout(boolean changed) { method in class:SelfOrientingSashForm
139 super.layout(changed);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.h50 * num_slots is the size of the layout array and hardware limit instead.
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, argument
64 table[layout[i]] = first_slot_value + i;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c35 enum nouveau_surface_layout layout,
45 .layout = layout,
53 if (layout == TILED) {
81 dst->layout = src->layout;
34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, enum nouveau_surface_layout layout, unsigned flags, unsigned format, unsigned width, unsigned height) argument
H A Dnouveau_surface.h40 enum nouveau_surface_layout layout; member in struct:nouveau_surface
50 enum nouveau_surface_layout layout,
/external/qemu/android/
H A Dqemulator.h25 SkinLayout* layout; member in struct:__anon28289
64 /* Gets emulator's layout. */
/external/skia/src/views/
H A DSkViewPriv.h17 Layout_SkTagList(SkView::Layout* layout) argument
18 : SkTagList(kViewLayout_SkTagList), fLayout(layout)
20 SkASSERT(layout);
21 layout->ref();
/external/valgrind/main/none/
H A Dnl_main.c41 VexGuestLayout* layout,
39 nl_instrument( VgCallbackClosure* closure, IRSB* bb, VexGuestLayout* layout, VexGuestExtents* vge, VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/chromium_org/ash/display/
H A Dscreen_position_controller_unittest.cc15 #include "ui/base/layout.h"
37 DisplayLayout layout = local
39 layout.position = position;
41 SetLayoutForCurrentDisplays(layout);
228 // rotate 270 clockwise -> (149, 30) - layout [+(200,0)] -> (349,30).
239 // roatate 270 clockwise -> (129,50) -layout [+(200,0)] -> (329,50)
/external/chromium_org/ash/system/tray/
H A Dtray_image_item.cc13 #include "ui/views/layout/box_layout.h"
76 views::BoxLayout::Orientation layout = views::BoxLayout::kHorizontal; local
80 layout = views::BoxLayout::kHorizontal;
84 layout = views::BoxLayout::kVertical;
87 tray_view_->SetLayoutManager(new views::BoxLayout(layout, 0, 0, 0));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DSavePasswordInfoBar.java30 public void createContent(InfoBarLayout layout) { argument
35 layout.setCustomContent(mUseAdditionalAuthenticationCheckbox);
38 super.createContent(layout);
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dutil.js28 * @param {string} layout The wallpaper layout.
31 WallpaperUtil.saveWallpaperInfo = function(url, layout, source) {
34 layout: layout,
81 * Sets wallpaper to online wallpaper specified by url and layout
83 * @param {string} layout The layout of online wallpaper.
87 WallpaperUtil.setOnlineWallpaper = function(url, layout, onSuccess, onFailure) {
89 chrome.wallpaperPrivate.setWallpaperIfExists(url, layout, functio
[all...]
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_dialog_views.cc20 #include "ui/views/layout/box_layout.h"
21 #include "ui/views/layout/grid_layout.h"
22 #include "ui/views/layout/layout_constants.h"
46 views::GridLayout* layout = new views::GridLayout(this); local
47 SetLayoutManager(layout);
51 views::ColumnSet* column_set = layout->AddColumnSet(kColumnSetId);
89 layout->StartRow(0, kColumnSetId);
90 layout->AddView(dialog_header_);
92 layout->StartRow(1, kColumnSetId);
93 layout
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_view.cc11 #include "ui/views/layout/grid_layout.h"
12 #include "ui/views/layout/layout_constants.h"
39 GridLayout* layout = GridLayout::CreatePanel(this); local
40 SetLayoutManager(layout);
46 layout->AddColumnSet(single_column_view_set_id);
52 column_set = layout->AddColumnSet(labels_column_set_id);
61 layout->StartRow(0, single_column_view_set_id);
62 layout->AddView(message_label_);
64 layout->AddPaddingRow(0, views::kUnrelatedControlLargeVerticalSpacing);
66 layout
[all...]

Completed in 2490 milliseconds

1234567891011>>