HomeSort by relevance Sort by last modified time
    Searched refs:AddView (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 381 layout->AddView(heading);
417 layout->AddView(icon, 1, icon_row_span);
425 layout->AddView(rating);
439 layout->AddView(user_count);
446 layout->AddView(store_link);
462 layout->AddView(extension_label);
472 layout->AddView(new views::Separator(views::Separator::HORIZONTAL),
492 layout->AddView(permissions_header);
502 layout->AddView(permission_label);
513 layout->AddView(details_container)
    [all...]
bundle_installed_bubble.cc 117 layout->AddView(extension_label);
131 layout->AddView(button);
141 layout->AddView(heading_label);
  /external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc 139 layout->AddView(image_view.release());
140 layout->AddView(title_label.release());
145 layout->AddView(message_labels[i]);
152 layout->AddView(accept_button.release());
154 layout->AddView(cancel_button.release());
outdated_upgrade_bubble_view.cc 150 layout->AddView(image_view);
151 layout->AddView(title_label);
155 layout->AddView(text_label);
160 layout->AddView(reinstall_button_);
161 layout->AddView(later_button_);
crypto_module_password_dialog_view.cc 143 layout->AddView(reason_label_);
147 layout->AddView(password_label_);
148 layout->AddView(password_entry_);
network_profile_bubble_view.cc 91 layout->AddView(title);
105 layout->AddView(learn_more);
111 layout->AddView(ok_button);
conflicting_module_view_win.cc 147 layout->AddView(icon);
155 layout->AddView(explanation_);
173 layout->AddView(learn_more_button_);
177 layout->AddView(not_now_button_);
uninstall_view.cc 60 layout->AddView(confirm_label_);
74 layout->AddView(delete_profile_);
103 layout->AddView(change_default_browser_);
105 layout->AddView(browsers_combo_);
  /external/chromium_org/ui/views/controls/
message_box_view.cc 252 layout->AddView(icon_);
256 layout->AddView(message_labels_[i]);
262 layout->AddView(prompt_field_);
268 layout->AddView(checkbox_);
274 layout->AddView(link_);
  /external/chromium_org/ash/system/tray/
tray_notification_view.cc 78 layout->AddView(icon_);
79 layout->AddView(contents);
80 layout->AddView(close_button);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autocheckout_bubble_views.cc 72 layout->AddView(message_label);
109 layout->AddView(ok_button_);
114 layout->AddView(cancel_button_);
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.cc 55 layout->AddView(image_view);
59 layout->AddView(user_name_view);
66 layout->AddView(user_email_view);
  /external/chromium_org/ui/views/examples/
examples_window.cc 138 layout->AddView(combobox_);
144 layout->AddView(example_shown_);
148 layout->AddView(status_label_);
examples_window_with_content.cc 142 layout->AddView(combobox_);
148 layout->AddView(example_shown_);
152 layout->AddView(status_label_);
double_split_view_example.cc 77 layout->AddView(outer_single_split_view_);
single_split_view_example.cc 81 layout->AddView(single_split_view_);
text_example.cc 176 layout->AddView(checkbox);
185 layout->AddView(new Label(ASCIIToUTF16(name)));
192 layout->AddView(combobox, kNumColumns - 1, 1);
247 layout->AddView(text_view_);
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.cc 207 layout->AddView(vertical_layout_label_hours_left_);
208 layout->AddView(vertical_layout_label_hours_right_);
210 layout->AddView(vertical_layout_label_minutes_left_);
211 layout->AddView(vertical_layout_label_minutes_right_);
213 layout->AddView(vertical_layout_label_seconds_left_);
214 layout->AddView(vertical_layout_label_seconds_right_);
  /external/chromium/chrome/browser/chromeos/
wm_overview_title.cc 88 layout->AddView(title_label_);
90 layout->AddView(url_label_);
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 137 layout->AddView(icon_, 1, description_ ? 2 : 1);
138 layout->AddView(title_);
143 layout->AddView(description_);
284 layout->AddView(app_info_);
288 layout->AddView(create_shortcuts_label_);
292 layout->AddView(desktop_check_box_);
297 layout->AddView(menu_check_box_);
303 layout->AddView(quick_launch_check_box_);
generic_info_view.cc 96 layout->AddView(name);
97 layout->AddView(value);
  /external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 73 layout->AddView(warning_);
80 layout->AddView(explanation_);
  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 112 layout->AddView(child);
131 layout->AddView(child);
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.h 57 // the view is in. At some point, I'd like an AddView that just populates
59 void AddView(NSView* view);
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 178 layout->AddView(name_, 1, 1, views::GridLayout::LEADING,
189 layout->AddView(close_button, 1, 1, views::GridLayout::TRAILING,
196 layout->AddView(status_,
311 layout->AddView(header_);
316 layout->AddView(tabbed_pane_);
453 layout->AddView(icon, 1, 1, views::GridLayout::CENTER,
455 layout->AddView(new views::Label(label_text), 1, 1,
492 layout->AddView(selector,
656 layout->AddView(headline, 1, 1, views::GridLayout::LEADING,
661 layout->AddView(content, 1, 1, views::GridLayout::LEADING
    [all...]

Completed in 784 milliseconds

1 23 4 5