/external/chromium_org/ui/views/layout/ |
D | grid_layout_unittest.cc | 88 layout.AddView(&v1); in TestAlignment() 135 layout.AddView(&v1); in TEST_F() 136 layout.AddView(&v2); in TEST_F() 158 layout.AddView(&v1, 2, 1); in TEST_F() 160 layout.AddView(&v2); in TEST_F() 182 layout.AddView(&v1, 2, 1); in TEST_F() 185 layout.AddView(&v2); in TEST_F() 208 layout.AddView(&v1, 2, 1); in TEST_F() 210 layout.AddView(&v2); in TEST_F() 211 layout.AddView(&v3); in TEST_F() [all …]
|
/external/chromium_org/ui/views/examples/ |
D | textfield_example.cc | 63 layout->AddView(new Label(ASCIIToUTF16("Name:"))); in CreateExampleView() 64 layout->AddView(name_); in CreateExampleView() 66 layout->AddView(new Label(ASCIIToUTF16("Password:"))); in CreateExampleView() 67 layout->AddView(password_); in CreateExampleView() 69 layout->AddView(new Label(ASCIIToUTF16("Read Only:"))); in CreateExampleView() 70 layout->AddView(read_only_); in CreateExampleView() 72 layout->AddView(show_password_); in CreateExampleView() 74 layout->AddView(clear_all_); in CreateExampleView() 76 layout->AddView(append_); in CreateExampleView() 78 layout->AddView(set_); in CreateExampleView() [all …]
|
D | scroll_view_example.cc | 80 layout->AddView(scroll_view_); in CreateExampleView() 89 layout->AddView(wide_); in CreateExampleView() 90 layout->AddView(tall_); in CreateExampleView() 91 layout->AddView(big_square_); in CreateExampleView() 92 layout->AddView(small_square_); in CreateExampleView() 93 layout->AddView(scroll_to_); in CreateExampleView()
|
D | tabbed_pane_example.cc | 38 layout->AddView(tabbed_pane_); in CreateExampleView() 53 layout->AddView(add_); in CreateExampleView() 54 layout->AddView(add_at_); in CreateExampleView() 55 layout->AddView(select_at_); in CreateExampleView()
|
D | multiline_example.cc | 146 layout->AddView(new Label(ASCIIToUTF16("gfx::RenderText:"))); in CreateExampleView() 147 layout->AddView(render_text_view_); in CreateExampleView() 150 layout->AddView(label_checkbox_); in CreateExampleView() 151 layout->AddView(label_); in CreateExampleView() 154 layout->AddView(new Label(ASCIIToUTF16("Sample Text:"))); in CreateExampleView() 155 layout->AddView(textfield_); in CreateExampleView()
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | vpn_config_view.cc | 532 layout_->AddView(server_label); in Init() 535 layout_->AddView(server_textfield_); in Init() 544 layout_->AddView(new views::Label(l10n_util::GetStringUTF16( in Init() 549 layout_->AddView(service_textfield_); in Init() 554 layout_->AddView(service_text_); in Init() 561 layout_->AddView(new views::Label(l10n_util::GetStringUTF16( in Init() 569 layout_->AddView(provider_type_combobox_); in Init() 574 layout_->AddView(provider_type_text_label_); in Init() 583 layout_->AddView(psk_passphrase_label_); in Init() 586 layout_->AddView(psk_passphrase_textfield_); in Init() [all …]
|
D | wimax_config_view.cc | 235 layout->AddView(new views::Label(l10n_util::GetStringUTF16( in Init() 239 layout->AddView(label); in Init() 247 layout->AddView(identity_label_); in Init() 252 layout->AddView(identity_textfield_); in Init() 253 layout->AddView(new ControlledSettingIndicatorView(identity_ui_data_)); in Init() 261 layout->AddView(passphrase_label_); in Init() 268 layout->AddView(passphrase_textfield_); in Init() 271 layout->AddView(new ControlledSettingIndicatorView(passphrase_ui_data_)); in Init() 300 layout->AddView(passphrase_visible_button_); in Init() 316 layout->AddView(save_credentials_checkbox_); in Init() [all …]
|
D | wifi_config_view.cc | 951 layout->AddView(new views::Label(l10n_util::GetStringUTF16( in Init() 958 layout->AddView(ssid_textfield_); in Init() 963 layout->AddView(label); in Init() 973 layout->AddView(new views::Label(label_text)); in Init() 978 layout->AddView(security_combobox_); in Init() 991 layout->AddView(new views::Label(eap_label_text)); in Init() 998 layout->AddView(eap_method_combobox_); in Init() 999 layout->AddView(new ControlledSettingIndicatorView(eap_method_ui_data_)); in Init() 1007 layout->AddView(phase_2_auth_label_); in Init() 1016 layout->AddView(phase_2_auth_combobox_); in Init() [all …]
|
/external/chromium_org/chrome/browser/ui/views/ |
D | edit_search_engine_dialog.cc | 185 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL)); in Init() 186 layout->AddView(title_tf_); in Init() 187 layout->AddView(title_iv_); in Init() 190 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_KEYWORD_LABEL)); in Init() 191 layout->AddView(keyword_tf_); in Init() 192 layout->AddView(keyword_iv_); in Init() 195 layout->AddView(CreateLabel(IDS_SEARCH_ENGINES_EDITOR_URL_LABEL)); in Init() 196 layout->AddView(url_tf_); in Init() 197 layout->AddView(url_iv_); in Init() 224 layout->AddView(description_label); in Init()
|
D | sad_tab_view.cc | 104 layout->AddView(image); in SadTabView() 112 layout->AddView(title); in SadTabView() 119 layout->AddView(message_); in SadTabView() 131 layout->AddView(reload_button_); in SadTabView() 155 layout->AddView(help_prefix); in SadTabView() 156 layout->AddView(help_link_); in SadTabView() 157 layout->AddView(help_suffix); in SadTabView() 160 layout->AddView(help_link_); in SadTabView() 165 layout->AddView(feedback_link_); in SadTabView()
|
D | login_view.cc | 62 layout->AddView(message_label_); in LoginView() 67 layout->AddView(username_label_); in LoginView() 68 layout->AddView(username_field_); in LoginView() 73 layout->AddView(password_label_); in LoginView() 74 layout->AddView(password_field_); in LoginView()
|
D | open_pdf_in_reader_bubble_view.cc | 43 layout->AddView(title_label); in Init() 52 layout->AddView(open_in_reader_link_); in Init() 56 layout->AddView(new views::Separator(views::Separator::HORIZONTAL), 1, 1, in Init() 63 layout->AddView(close_button_); in Init()
|
D | content_setting_bubble_contents.cc | 207 layout->AddView(title_label); in Init() 216 layout->AddView(learn_more_link_); in Init() 243 layout->AddView(new Favicon(i->image, this, link)); in Init() 244 layout->AddView(link); in Init() 271 layout->AddView(radio); in Init() 339 layout->AddView(label); in Init() 340 layout->AddView(menu_button); in Init() 367 layout->AddView(section_title, 1, 1, GridLayout::FILL, GridLayout::LEADING); in Init() 371 layout->AddView(new views::Label(base::UTF8ToUTF16(*j), domain_font)); in Init() 384 layout->AddView(custom_link_); in Init() [all …]
|
D | collected_cookies_views.cc | 302 layout->AddView(tabbed_pane); in Init() 316 layout->AddView(cookie_info_view_); in Init() 321 layout->AddView(infobar_); in Init() 377 layout->AddView(allowed_label_); in CreateAllowedPane() 381 layout->AddView(CreateScrollView(allowed_cookies_tree_), 1, 1, in CreateAllowedPane() 387 layout->AddView(block_allowed_button_); in CreateAllowedPane() 388 layout->AddView(delete_allowed_button_); in CreateAllowedPane() 450 layout->AddView(blocked_label_, 1, 1, GridLayout::FILL, GridLayout::FILL); in CreateBlockedPane() 454 layout->AddView( in CreateBlockedPane() 460 layout->AddView(allow_blocked_button_); in CreateBlockedPane() [all …]
|
/external/chromium_org/chrome/browser/ui/views/translate/ |
D | translate_bubble_view.cc | 460 layout->AddView(message_label); in CreateViewBeforeTranslate() 461 layout->AddView(CreateLink(this, in CreateViewBeforeTranslate() 468 layout->AddView(CreateLabelButton( in CreateViewBeforeTranslate() 472 layout->AddView(denial_combobox_); in CreateViewBeforeTranslate() 505 layout->AddView(label); in CreateViewTranslating() 515 layout->AddView(revert_button); in CreateViewTranslating() 549 layout->AddView(label); in CreateViewAfterTranslate() 550 layout->AddView(CreateLink(this, in CreateViewAfterTranslate() 557 layout->AddView(CreateLabelButton( in CreateViewAfterTranslate() 594 layout->AddView(label); in CreateViewError() [all …]
|
/external/chromium_org/chrome/browser/first_run/ |
D | try_chrome_dialog_view.cc | 165 layout->AddView(icon); in ShowModal() 181 layout->AddView(label); in ShowModal() 191 layout->AddView(close_button); in ShowModal() 200 layout->AddView(try_chrome_); in ShowModal() 213 layout->AddView(dont_try_chrome_); in ShowModal() 219 layout->AddView(kill_chrome_); in ShowModal() 234 layout->AddView(separator); in ShowModal() 241 layout->AddView(make_default_); in ShowModal() 242 layout->AddView(accept_button); in ShowModal() 247 layout->AddView(accept_button); in ShowModal() [all …]
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | simple_grid_layout_unittest.mm | 67 layout.AddView(nil); 113 layout.AddView(view1); 121 layout.AddView(view2); 138 layout.AddView(view1); 143 layout.AddView(view2); 148 layout.AddView(view3); 159 layout.AddView(view1); 164 layout.AddView(view2); 181 layout.AddView(view1); 182 layout.AddView(view2); [all …]
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
D | manage_passwords_bubble_view.cc | 117 layout->AddView(title_label); in AddTitleRow() 173 layout->AddView(item); in PendingView() 179 layout->AddView(save_button_); in PendingView() 180 layout->AddView(refuse_combobox_.get()); in PendingView() 230 layout->AddView(title_label); in ConfirmNeverView() 241 layout->AddView(confirmation); in ConfirmNeverView() 257 layout->AddView(confirm_button_); in ConfirmNeverView() 264 layout->AddView(undo_button_); in ConfirmNeverView() 312 layout->AddView(item); in ManageView() 324 layout->AddView(empty_label); in ManageView() [all …]
|
D | manage_password_item_view.cc | 115 layout->AddView(GenerateUsernameLabel(parent->password_form_)); in PendingView() 116 layout->AddView(GeneratePasswordLabel(parent->password_form_)); in PendingView() 141 layout->AddView(GenerateUsernameLabel(parent->password_form_)); in ManageView() 142 layout->AddView(GeneratePasswordLabel(parent->password_form_)); in ManageView() 143 layout->AddView(delete_button_); in ManageView() 179 layout->AddView(text); in UndoView() 180 layout->AddView(undo_link_); in UndoView()
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | profile_chooser_view.cc | 410 layout->AddView(title_card); in AddPaddedTitleCard() 412 layout->AddView(new views::Separator(views::Separator::HORIZONTAL)); in AddPaddedTitleCard() 415 layout->AddView(view); in AddPaddedTitleCard() 615 layout->AddView(sub_view); in ShowView() 853 layout->AddView(tutorial_view); in CreateProfileChooserView() 863 layout->AddView(current_profile_view); in CreateProfileChooserView() 868 layout->AddView(new views::Separator(views::Separator::HORIZONTAL)); in CreateProfileChooserView() 870 layout->AddView(current_profile_accounts); in CreateProfileChooserView() 875 layout->AddView(new views::Separator(views::Separator::HORIZONTAL)); in CreateProfileChooserView() 877 layout->AddView(CreateSupervisedUserDisclaimerView()); in CreateProfileChooserView() [all …]
|
D | profile_reset_bubble_view.cc | 128 layout->AddView(left_text_label); in SetupLayoutManager() 129 layout->AddView(right_text_label); in SetupLayoutManager() 335 layout->AddView(title_label); in SetupLayoutManager() 339 layout->AddView(text_label); in SetupLayoutManager() 343 layout->AddView(learn_more_link); in SetupLayoutManager() 344 layout->AddView(controls_.reset_button); in SetupLayoutManager() 345 layout->AddView(controls_.no_thanks_button); in SetupLayoutManager() 349 layout->AddView(new views::Separator(views::Separator::HORIZONTAL)); in SetupLayoutManager() 352 layout->AddView(controls_.report_settings_checkbox); in SetupLayoutManager() 353 layout->AddView(controls_.help_button); in SetupLayoutManager() [all …]
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_install_dialog_view.cc | 260 layout->AddView(new views::Label(PrepareForDisplay(base::string16(), true))); in BulletedView() 261 layout->AddView(view); in BulletedView() 296 layout->AddView(checkbox, 1, 1, in CheckboxedView() 298 layout->AddView(view, 1, 1, in CheckboxedView() 546 layout->AddView(rating); in ExtensionInstallDialogView() 562 layout->AddView(user_count); in ExtensionInstallDialogView() 569 layout->AddView(store_link); in ExtensionInstallDialogView() 586 layout->AddView(extension_label); in ExtensionInstallDialogView() 596 layout->AddView(new views::Separator(views::Separator::HORIZONTAL), in ExtensionInstallDialogView() 616 layout->AddView(permissions_header); in ExtensionInstallDialogView() [all …]
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bubble_view.cc | 206 layout->AddView(title_label); in Init() 212 layout->AddView(label); in Init() 218 layout->AddView(title_tf_, 5, 1); in Init() 223 layout->AddView(combobox_label); in Init() 224 layout->AddView(parent_combobox_, 5, 1); in Init() 230 layout->AddView(remove_button_); in Init() 231 layout->AddView(edit_button_); in Init() 232 layout->AddView(close_button_); in Init() 250 layout->AddView(sync_promo_view_); in Init()
|
/external/chromium_org/chrome/browser/ui/views/sync/ |
D | one_click_signin_bubble_view.cc | 159 layout->AddView(advanced_link_); in Init() 184 layout->AddView(label); in InitBubbleContent() 201 layout->AddView(label); in InitBubbleContent() 208 layout->AddView(learn_more_link_); in InitBubbleContent() 232 layout->AddView(label); in InitDialogContent() 242 layout->AddView(close_button_); in InitDialogContent() 256 layout->AddView(label); in InitDialogContent() 261 layout->AddView(learn_more_link_, 1, 1, views::GridLayout::TRAILING, in InitDialogContent() 270 layout->AddView(ok_button_); in InitButtons() 273 layout->AddView(undo_button_); in InitButtons()
|
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
D | website_settings_popup_view.cc | 191 layout->AddView(name_, 1, 1, views::GridLayout::LEADING, in PopupHeaderView() 201 layout->AddView(close_button, 1, 1, views::GridLayout::TRAILING, in PopupHeaderView() 208 layout->AddView(status_, in PopupHeaderView() 335 layout->AddView(header_); in WebsiteSettingsPopupView() 340 layout->AddView(tabbed_pane_); in WebsiteSettingsPopupView() 466 layout->AddView(icon, 1, 1, views::GridLayout::CENTER, in SetCookieInfo() 468 layout->AddView(new views::Label(label_text), 1, 1, in SetCookieInfo() 502 layout->AddView(selector, in SetPermissionInfo() 683 layout->AddView(headline, 1, 1, views::GridLayout::LEADING, in CreateSection() 688 layout->AddView(content, 1, 1, views::GridLayout::LEADING, in CreateSection() [all …]
|