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

1 2 34 5

  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 333 layout->AddView(tabbed_pane);
347 layout->AddView(cookie_info_view_);
354 layout->AddView(infobar_);
400 layout->AddView(allowed_label_);
406 layout->AddView(CreateScrollView(allowed_cookies_tree_), 1, 1,
412 layout->AddView(block_allowed_button_, 1, 1, GridLayout::LEADING,
477 layout->AddView(blocked_label_, 1, 1, GridLayout::FILL, GridLayout::FILL);
483 layout->AddView(
489 layout->AddView(allow_blocked_button_);
490 layout->AddView(for_session_blocked_button_)
    [all...]
create_application_shortcut_view.cc 156 layout->AddView(icon_, 1, description_ ? 2 : 1);
157 layout->AddView(title_);
162 layout->AddView(description_);
310 layout->AddView(app_info_);
314 layout->AddView(create_shortcuts_label_);
318 layout->AddView(desktop_check_box_);
323 layout->AddView(menu_check_box_);
329 layout->AddView(quick_launch_check_box_);
home_button.cc 108 layout->AddView(message_label);
113 layout->AddView(undo_link);
about_ipc_dialog.cc 242 layout->AddView(track_toggle_);
243 layout->AddView(clear_button_);
244 layout->AddView(filter_button_);
247 layout->AddView(table_);
confirm_bubble_views.cc 35 layout->AddView(label);
script_bubble_view.cc 156 layout->AddView(heading);
170 layout->AddView(image_view);
175 layout->AddView(link);
hung_renderer_view.cc 393 layout->AddView(frozen_icon_view, 1, 3);
396 layout->AddView(
403 layout->AddView(hung_pages_table_->CreateParentIfNecessary(), 1, 1,
fullscreen_exit_bubble_views.cc 185 layout->AddView(message_label_);
186 layout->AddView(button_view_);
187 layout->AddView(mouse_lock_exit_instruction_);
188 layout->AddView(link_);
cookie_info_view.cc 129 layout->AddView(label);
130 layout->AddView(text_field, 2, 1, views::GridLayout::FILL,
  /external/chromium_org/chrome/browser/chromeos/login/
simple_web_view_dialog.cc 86 layout->AddView(back);
87 layout->AddView(forward);
88 layout->AddView(reload);
89 layout->AddView(location_bar);
225 layout->AddView(toolbar_row);
230 layout->AddView(web_view_container_.release());
  /external/chromium/chrome/browser/ui/
input_window_dialog_win.cc 188 layout->AddView(label);
189 layout->AddView(text_field_);
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 251 layout->AddView(track_toggle_);
252 layout->AddView(clear_button_);
253 layout->AddView(filter_button_);
256 layout->AddView(table_);
cookie_info_view.cc 163 layout->AddView(label);
164 layout->AddView(value, 2, 1, views::GridLayout::FILL,
172 layout->AddView(label);
173 layout->AddView(control, 1, 1);
hung_renderer_view.cc 385 layout->AddView(frozen_icon_view_, 1, 3);
386 layout->AddView(info_label_);
392 layout->AddView(hung_pages_table_);
417 layout->AddView(kill_button_);
page_info_bubble_view.cc 150 layout->AddView(new Section(this, info, icon, cert_id_ > 0));
155 layout->AddView(new views::Separator());
164 layout->AddView(help_center_link_);
  /external/chromium_org/ash/system/date/
date_view.cc 248 layout->AddView(label_hour_left_.get());
249 layout->AddView(label_hour_right_.get());
251 layout->AddView(label_minute_left_.get());
252 layout->AddView(label_minute_right_.get());
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 211 layout->AddView(title_label_);
214 layout->AddView(user_image_);
216 layout->AddView(snapshot_button_);
screen_lock_view.cc 171 layout->AddView(user_view_);
174 layout->AddView(password_field_);
  /external/chromium_org/chrome/browser/ui/views/sync/
profile_signin_confirmation_dialog_views.cc 212 prompt_layout->AddView(prompt_label);
218 dialog_layout->AddView(
232 dialog_layout->AddView(
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.cc 193 layout->AddView(icon_,
203 layout->AddView(label,
222 layout->AddView(menu_button_);
  /external/chromium_org/ui/message_center/views/
message_center_button_bar.cc 222 layout->AddView(title_arrow_);
223 layout->AddView(notification_label_);
224 layout->AddView(button_container_);
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 68 layout->AddView(view); // |view| is owned by |wraper|, not |layout|.
406 layout->AddView(wrapped_shortcut_label,
413 layout->AddView(candidate_label_,
420 layout->AddView(annotation_label_,
440 infolist_icon_layout->AddView(infolist_icon_);
443 layout->AddView(infolist_icon_wrapper);
583 layout->AddView(preedit_area_); // |preedit_area_| is owned by |this|.
587 layout->AddView(header_area_); // |header_area_| is owned by |this|.
591 layout->AddView(candidate_area_); // |candidate_area_| is owned by |this|.
595 layout->AddView(footer_area_); // |footer_area_| is owned by |this|
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.cc 150 layout->AddView(number_label_);
151 layout->AddView(close_button, 1, 2); // 2 rows for icon
153 layout->AddView(message_label_);
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 123 layout->AddView(header);
131 layout->AddView(
195 layout->AddView(scroll_view, 1, 1,
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 102 layout->AddView(view); // |view| is owned by |wraper|, not |layout|.
675 layout->AddView(wrapped_shortcut_label);
676 layout->AddView(candidate_label_);
677 layout->AddView(annotation_label_);
781 layout->AddView(header_area_); // |header_area_| is owned by |this|.
785 layout->AddView(candidate_area_); // |candidate_area_| is owned by |this|.
789 layout->AddView(footer_area_); // |footer_area_| is owned by |this|.
    [all...]

Completed in 1573 milliseconds

1 2 34 5