HomeSort by relevance Sort by last modified time
    Searched refs:AddChildView (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/ui/views/examples/
slider_example.cc 32 container->AddChildView(slider_);
33 container->AddChildView(label_);
link_example.cc 26 container->AddChildView(link_);
throbber_example.cc 23 AddChildView(throbber_);
57 container->AddChildView(new ThrobberView());
checkbox_example.cc 26 container->AddChildView(button_);
webview_example.cc 27 container->AddChildView(webview_);
bubble_example.cc 59 AddChildView(new Label(GetArrowName(arrow())));
77 container->AddChildView(no_shadow_);
79 container->AddChildView(big_shadow_);
81 container->AddChildView(small_shadow_);
83 container->AddChildView(align_to_edge_);
85 container->AddChildView(persistent_);
button_example.cc 50 container->AddChildView(label_button_);
56 container->AddChildView(disabled_button);
58 container->AddChildView(new BlueButton(this, ASCIIToUTF16("Blue Button")));
69 container->AddChildView(image_button_);
label_example.cc 69 container->AddChildView(label);
75 container->AddChildView(label);
79 container->AddChildView(label);
84 container->AddChildView(label);
88 container->AddChildView(label);
96 container->AddChildView(label);
101 container->AddChildView(label);
108 container->AddChildView(label);
196 container->AddChildView(control_container);
  /external/chromium_org/ash/shell/
widgets.cc 75 AddChildView(button_);
78 AddChildView(disabled_button_);
79 AddChildView(checkbox_);
81 AddChildView(checkbox_disabled_);
83 AddChildView(checkbox_checked_);
86 AddChildView(checkbox_checked_disabled_);
87 AddChildView(radio_button_);
89 AddChildView(radio_button_disabled_);
91 AddChildView(radio_button_selected_);
94 AddChildView(radio_button_selected_disabled_)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_dialog_views.cc 77 dialog_body_contents->AddChildView(new AppInfoSummaryPanel(profile, app));
78 dialog_body_contents->AddChildView(new AppInfoPermissionsPanel(profile, app));
90 AddChildView(dialog_header_);
92 AddChildView(dialog_body_);
96 AddChildView(dialog_footer_);
app_info_summary_panel.cc 161 AddChildView(launch_options_combobox_);
270 vertical_stack->AddChildView(description_heading_);
271 vertical_stack->AddChildView(description_label_);
272 AddChildView(vertical_stack);
282 details_stack->AddChildView(
287 details_stack->AddChildView(
292 details_stack->AddChildView(
297 details_stack->AddChildView(
302 vertical_stack->AddChildView(details_heading_);
303 vertical_stack->AddChildView(details_stack)
    [all...]
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 28 container->AddChildView(image_view.get());
  /external/chromium_org/mojo/examples/window_manager/
debug_panel.cc 50 widget_delegate->GetContentsView()->AddChildView(navigation_target_label_);
51 widget_delegate->GetContentsView()->AddChildView(navigation_target_default_);
52 widget_delegate->GetContentsView()->AddChildView(navigation_target_new_);
53 widget_delegate->GetContentsView()->AddChildView(navigation_target_source_);
54 widget_delegate->GetContentsView()->AddChildView(colored_square_);
55 widget_delegate->GetContentsView()->AddChildView(close_last_);
56 widget_delegate->GetContentsView()->AddChildView(cross_app_);
  /external/chromium_org/ui/views/layout/
box_layout_unittest.cc 36 host_->AddChildView(v1);
38 host_->AddChildView(v2);
50 host_->AddChildView(v1);
52 host_->AddChildView(v2);
64 host_->AddChildView(v1);
66 host_->AddChildView(v2);
86 host_->AddChildView(v1);
88 host_->AddChildView(v2);
100 host_->AddChildView(v1);
102 host_->AddChildView(v2)
    [all...]
  /external/chromium_org/ui/views/
accessible_pane_view_unittest.cc 62 AddChildView(child_button_.get());
64 AddChildView(second_child_button_.get());
66 AddChildView(third_child_button_.get());
82 root->AddChildView(test_view);
112 root_main->AddChildView(test_view_main);
125 root_bar->AddChildView(test_view_bar);
157 root->AddChildView(test_view);
158 root->AddChildView(test_view_2);
187 root->AddChildView(original_test_view);
188 root->AddChildView(test_view)
    [all...]
view_unittest_aura.cc 74 w1->GetRootView()->AddChildView(v1);
75 w1->GetRootView()->AddChildView(v2);
76 v2->AddChildView(v3);
79 v2->AddChildView(v4);
81 w1->GetRootView()->AddChildView(w2_host_view);
84 w1->GetRootView()->AddChildView(v7);
88 v7->AddChildView(v8);
92 v7->AddChildView(v9);
100 w2->GetRootView()->AddChildView(v5);
103 v5->AddChildView(v6)
    [all...]
view_unittest.cc 144 view->AddChildView(v);
337 root->AddChildView(v1);
338 v1->AddChildView(v2);
399 root->AddChildView(v1);
400 v1->AddChildView(v2);
441 root_view->AddChildView(v1);
445 v1->AddChildView(v11);
449 v11->AddChildView(v111);
453 v11->AddChildView(v112);
457 v11->AddChildView(v113)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
new_credit_card_bubble_views.cc 87 card_desc_view->AddChildView(card_icon);
91 card_desc_view->AddChildView(card_name);
92 card_container->AddChildView(card_desc_view);
97 card_container->AddChildView(desc);
99 AddChildView(card_container);
104 AddChildView(link);
  /external/chromium_org/ash/system/tray/
tray_item_more.cc 30 AddChildView(icon_);
34 AddChildView(label_);
41 AddChildView(more_);
special_popup_row.cc 86 AddChildView(button_container_);
88 button_container_->AddChildView(button);
94 AddChildView(button_container_);
96 button_container_->AddChildView(throbber);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 13 AddChildView(image_view_);
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 186 host0->AddChildView(test_host);
193 host1->AddChildView(test_host);
201 child0->GetContentsView()->AddChildView(test_host);
221 toplevel()->GetRootView()->AddChildView(view0);
223 toplevel()->GetRootView()->AddChildView(view1);
246 toplevel()->GetRootView()->AddChildView(view0);
255 view1->AddChildView(view0);
263 toplevel()->GetRootView()->AddChildView(view0);
268 child0->GetContentsView()->AddChildView(view1);
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 288 GetContentsView()->AddChildView(cb);
298 GetContentsView()->AddChildView(left_container_);
310 left_container_->AddChildView(label);
315 left_container_->AddChildView(text_field);
323 left_container_->AddChildView(label);
328 left_container_->AddChildView(text_field);
336 left_container_->AddChildView(label);
341 left_container_->AddChildView(text_field);
349 left_container_->AddChildView(label);
354 left_container_->AddChildView(text_field)
    [all...]
  /external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc 69 contents_view->AddChildView(v);
85 contents_view->AddChildView(host_view2);
152 contents_view->AddChildView(host_view2);
213 contents_view->AddChildView(v1);
218 v1->AddChildView(v11);
226 v1->AddChildView(v12);
232 v1->AddChildView(v13);
237 contents_view->AddChildView(v2);
252 v2->AddChildView(v12);
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 74 AddChildView(percentage_label_);
75 AddChildView(time_status_label_);
78 AddChildView(icon_);
87 AddChildView(icon_);
89 AddChildView(percentage_label_);
90 AddChildView(time_status_label_);
98 AddChildView(status_label_);
101 AddChildView(time_label_);

Completed in 6029 milliseconds

1 2 3 4 5 6 7 8 91011