Searched refs:dialog_layout (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/sync/
H A Dprofile_signin_confirmation_dialog_views.cc213 views::GridLayout* dialog_layout = new views::GridLayout(this); local
214 SetLayoutManager(dialog_layout);
225 dialog_layout->AddColumnSet(0)->AddColumn(
228 dialog_layout->StartRow(0, 0);
229 dialog_layout->AddView(
234 dialog_layout->AddPaddingRow(0.0, views::kPanelVertMargin);
235 views::ColumnSet* explanation_columns = dialog_layout->AddColumnSet(1);
241 dialog_layout->StartRow(0, 1);
243 dialog_layout->AddView(
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.h58 void InitControls(DialogLayout dialog_layout);
H A Dcreate_application_shortcut_view.cc259 void CreateApplicationShortcutView::InitControls(DialogLayout dialog_layout) { argument
260 if (dialog_layout == DIALOG_LAYOUT_URL_SHORTCUT) {

Completed in 196 milliseconds