Searched defs:layout (Results 101 - 125 of 354) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/
H A Dconflicting_module_view_win.cc25 #include "ui/views/layout/grid_layout.h"
26 #include "ui/views/layout/layout_constants.h"
132 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
133 layout->SetInsets(kInsetTop, kInsetLeft,
135 SetLayoutManager(layout);
142 views::ColumnSet* upper_columns = layout->AddColumnSet(text_column_set_id);
151 layout->StartRowWithPadding(
153 layout->AddView(icon);
161 layout->AddView(explanation_);
165 layout
[all...]
H A Dcritical_notification_bubble_view.cc26 #include "ui/views/layout/grid_layout.h"
27 #include "ui/views/layout/layout_constants.h"
160 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
161 layout->SetInsets(0, kInset, kInset, kInset);
162 SetLayoutManager(layout);
165 views::ColumnSet* top_columns = layout->AddColumnSet(top_column_set_id);
172 layout->StartRow(0, top_column_set_id);
176 layout->AddView(image);
181 layout->AddView(headline_);
184 views::ColumnSet* middle_column = layout
[all...]
H A Dcrypto_module_password_dialog_view.cc14 #include "ui/views/layout/grid_layout.h"
15 #include "ui/views/layout/layout_constants.h"
128 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
129 SetLayoutManager(layout);
131 views::ColumnSet* reason_column_set = layout->AddColumnSet(0);
136 views::ColumnSet* column_set = layout->AddColumnSet(1);
145 layout->StartRow(0, 0);
146 layout->AddView(reason_label_);
147 layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing);
149 layout
[all...]
H A Dglobal_error_bubble_view.cc18 #include "ui/views/layout/grid_layout.h"
19 #include "ui/views/layout/layout_constants.h"
109 views::GridLayout* layout = new views::GridLayout(this); local
110 SetLayoutManager(layout);
111 layout->SetInsets(kBubblePadding, kBubblePadding,
115 views::ColumnSet* cs = layout->AddColumnSet(0);
123 cs = layout->AddColumnSet(1);
128 cs = layout->AddColumnSet(2);
138 layout->StartRow(1, 0);
139 layout
[all...]
H A Dnetwork_profile_bubble_view.cc20 #include "ui/views/layout/grid_layout.h"
21 #include "ui/views/layout/layout_constants.h"
25 // Bubble layout constants.
75 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
76 layout->SetInsets(0, kInset, kInset, kInset);
77 SetLayoutManager(layout);
79 views::ColumnSet* columns = layout->AddColumnSet(0);
83 layout->StartRow(0, 0);
91 layout->AddView(title);
93 views::ColumnSet* bottom_columns = layout
[all...]
H A Doutdated_upgrade_bubble_view.cc25 #include "ui/views/layout/grid_layout.h"
26 #include "ui/views/layout/layout_constants.h"
134 views::GridLayout* layout = new views::GridLayout(this); local
135 SetLayoutManager(layout);
138 views::ColumnSet* cs = layout->AddColumnSet(kIconTitleColumnSetId);
150 cs = layout->AddColumnSet(kTextColumnSetId);
156 cs = layout->AddColumnSet(kButtonsColumnSetId);
164 layout->StartRow(0, kIconTitleColumnSetId);
165 layout->AddView(image_view);
166 layout
[all...]
H A Dsigned_certificate_timestamps_views.cc20 #include "ui/views/layout/grid_layout.h"
21 #include "ui/views/layout/layout_constants.h"
130 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
131 SetLayoutManager(layout);
134 views::ColumnSet* column_set = layout->AddColumnSet(kSelectorBoxLayoutId);
138 layout->StartRow(0, kSelectorBoxLayoutId);
139 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing);
142 layout->StartRow(0, kSelectorBoxLayoutId);
147 layout->AddView(sct_selector_box_.get());
148 layout
[all...]
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_danger_prompt_views.cc18 #include "ui/views/layout/grid_layout.h"
88 views::GridLayout* layout = views::GridLayout::CreatePanel(contents_view_); local
89 contents_view_->SetLayoutManager(layout);
91 views::ColumnSet* column_set = layout->AddColumnSet(0);
105 layout->StartRow(0, 0);
106 layout->AddView(message_lead_label);
108 layout->AddPaddingRow(0, kParagraphPadding);
116 layout->StartRow(0, 0);
117 layout->AddView(message_body_label);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbookmark_app_bubble_view.cc28 #include "ui/views/layout/grid_layout.h"
29 #include "ui/views/layout/layout_constants.h"
108 GridLayout* layout = new GridLayout(this); local
109 SetLayoutManager(layout);
111 // Column sets used in the layout of the bubble.
118 // The column layout used for the title and checkbox.
119 ColumnSet* cs = layout->AddColumnSet(TITLE_COLUMN_SET_ID);
125 // The column layout used for the icon and text box.
126 cs = layout->AddColumnSet(TITLE_TEXT_COLUMN_SET_ID);
143 // The column layout use
[all...]
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc18 #include "ui/views/layout/box_layout.h"
50 views::BoxLayout* layout = local
52 layout->set_main_axis_alignment(views::BoxLayout::MAIN_AXIS_ALIGNMENT_FILL);
53 SetLayoutManager(layout);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dhome_button.cc19 #include "ui/views/layout/grid_layout.h"
20 #include "ui/views/layout/layout_constants.h"
92 views::GridLayout* layout = new views::GridLayout(this); local
93 SetLayoutManager(layout);
96 views::ColumnSet* cs = layout->AddColumnSet(0);
97 cs = layout->AddColumnSet(1);
107 layout->StartRow(0, 1);
108 layout->AddView(message_label);
113 layout->AddView(undo_link);
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.cc18 #include "ui/views/layout/grid_layout.h"
126 views::GridLayout* layout = new views::GridLayout(this); local
127 SetLayoutManager(layout);
129 views::ColumnSet* column_set = layout->AddColumnSet(column_set_id);
150 layout->StartRow(1, column_set_id);
155 layout->AddView(icon_,
164 layout->AddView(label,
187 layout->AddView(menu_button_);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp34 Fixed table layout
36 With this (fast) algorithm, the horizontal layout of the table does
43 inline-table') means use the automatic table layout algorithm.
45 In the fixed table layout algorithm, the width of each column is
98 // Width specified by column-groups that have column child does not affect column width in fixed layout tables
189 <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
202 void FixedTableLayout::layout() function in class:WebCore::FixedTableLayout
211 // FIXME: Table layout shouldn't modify our table structure (but does due to columns and column-groups).
318 // When switching table layout algorithm, we need to dirty the preferred
H A DRenderScrollbarPart.cpp57 void RenderScrollbarPart::layout() function in class:WebCore::RenderScrollbarPart
101 // FIXME: We are querying layout information but nothing guarantees that it's up-to-date, especially since we are called at style change.
118 // FIXME: We are querying layout information but nothing guarantees that it's up-to-date, especially since we are called at style change.
H A DRenderVTTCue.cpp40 void RenderVTTCue::layout() function in class:WebCore::RenderVTTCue
42 RenderBlockFlow::layout();
44 // If WebVTT Regions are used, the regular WebVTT layout algorithm is no
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.cpp103 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
110 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
116 void RenderSVGForeignObject::layout() function in class:WebCore::RenderSVGForeignObject
148 RenderBlock::layout();
155 // Invalidate all resources of this client if our layout changed.
H A DRenderSVGImage.cpp92 void RenderSVGImage::layout() function in class:WebCore::RenderSVGImage
112 // Invalidate all resources of this client if our layout changed.
221 // Update the SVGImageCache sizeAndScales entry in case image loading finished after layout.
H A DRenderSVGResourceMarker.cpp46 void RenderSVGResourceMarker::layout() function in class:WebCore::RenderSVGResourceMarker
54 // RenderSVGHiddenContainer overwrites layout(). We need the
57 RenderSVGContainer::layout();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.h45 /** Per-tile layout mode */
48 LP_TEX_LAYOUT_NONE = 0, /**< no layout for the tile data yet */
49 LP_TEX_LAYOUT_TILED, /**< the tile data is in tiled layout */
50 LP_TEX_LAYOUT_LINEAR, /**< the tile data is in linear layout */
64 * linear layout (for texture sampling) and another in a tiled layout (for
82 * The former are tiled and have per-tile layout flags.
115 /** array [level][face or slice][tile_y][tile_x] of layout values) */
116 enum lp_texture_layout *layout[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
178 enum lp_texture_layout layout);
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkDeviceProperties.h10 * layout. If the orientation is horizontal, the layout is interpreted as
11 * left to right. It the orientation is vertical, the layout is
24 /** The layout of the pixel specifies its subpixel geometry.
72 Layout layout = fromOldLayout(SkFontLCDConfig::GetSubpixelOrder()); //kRGB_Layout local
73 Geometry ret = { SkToU8(orientation | layout) };
77 static Geometry Make(Orientation orientation, Layout layout) { argument
78 Geometry ret = { SkToU8(orientation | layout) };
96 * Can the layout of those channels be exploited? */
/external/chromium_org/ui/views/examples/
H A Dexamples_window.cc39 #include "ui/views/layout/fill_layout.h"
40 #include "ui/views/layout/grid_layout.h"
137 GridLayout* layout = new GridLayout(this); local
138 SetLayoutManager(layout);
139 ColumnSet* column_set = layout->AddColumnSet(0);
144 layout->AddPaddingRow(0, 5);
145 layout->StartRow(0 /* no expand */, 0);
146 layout->AddView(combobox_);
149 layout->StartRow(1, 0);
152 layout
[all...]
H A Dmultiline_example.cc15 #include "ui/views/layout/grid_layout.h"
136 GridLayout* layout = new GridLayout(container); local
137 container->SetLayoutManager(layout);
139 ColumnSet* column_set = layout->AddColumnSet(0);
145 layout->StartRow(0, 0);
146 layout->AddView(new Label(ASCIIToUTF16("gfx::RenderText:")));
147 layout->AddView(render_text_view_);
149 layout->StartRow(0, 0);
150 layout->AddView(label_checkbox_);
151 layout
[all...]
H A Dtable_example.cc15 #include "ui/views/layout/grid_layout.h"
61 GridLayout* layout = new GridLayout(container); local
62 container->SetLayoutManager(layout);
84 ColumnSet* column_set = layout->AddColumnSet(0);
87 layout->StartRow(1 /* expand */, 0);
88 layout->AddView(table_->CreateParentIfNecessary());
90 column_set = layout->AddColumnSet(1);
100 layout->StartRow(0 /* no expand */, 1);
102 layout->AddView(column1_visible_checkbox_);
103 layout
[all...]
H A Dtree_view_example.cc12 #include "ui/views/layout/grid_layout.h"
56 GridLayout* layout = new GridLayout(container); local
57 container->SetLayoutManager(layout);
60 ColumnSet* column_set = layout->AddColumnSet(tree_view_column);
63 layout->StartRow(1 /* expand */, tree_view_column);
64 layout->AddView(tree_view_->CreateParentIfNecessary());
68 column_set = layout->AddColumnSet(button_column);
74 layout->StartRow(0 /* no expand */, button_column);
75 layout->AddView(add_);
76 layout
[all...]
/external/chromium_org/ui/views/layout/
H A Dgrid_layout_unittest.cc5 #include "ui/views/layout/grid_layout.h"
56 GridLayoutTest() : layout(&host) {}
64 pref = layout.GetPreferredSize(&host);
70 GridLayout layout; member in class:views::GridLayoutTest
77 layout(&host) {}
85 ColumnSet* c1 = layout.AddColumnSet(0);
87 layout.StartRow(1, 0);
88 layout.AddView(&v1);
89 gfx::Size pref = layout.GetPreferredSize(&host);
92 layout
99 GridLayout layout; member in class:views::GridLayoutAlignmentTest
[all...]

Completed in 351 milliseconds

1234567891011>>