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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/ui/views/examples/
label_example.cc 48 container->AddChildView(label);
54 container->AddChildView(label);
58 container->AddChildView(label);
63 container->AddChildView(label);
71 container->AddChildView(label);
76 container->AddChildView(label);
82 container->AddChildView(label);
88 container->AddChildView(label);
92 container->AddChildView(label);
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_);
  /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/ui/views/layout/
box_layout_unittest.cc 35 host_->AddChildView(v1);
37 host_->AddChildView(v2);
48 host_->AddChildView(v1);
50 host_->AddChildView(v2);
61 host_->AddChildView(v1);
63 host_->AddChildView(v2);
82 host_->AddChildView(v1);
84 host_->AddChildView(v2);
95 host_->AddChildView(v1);
97 host_->AddChildView(v2)
    [all...]
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 28 container->AddChildView(image_view.get());
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_header_panel.cc 122 view->AddChildView(container_view);
147 parent_view->AddChildView(view);
151 AddChildView(app_icon_);
157 AddChildView(app_name_label_);
169 vertical_info_container->AddChildView(app_name_label_);
170 vertical_info_container->AddChildView(app_version_label_);
178 horizontal_links_container->AddChildView(view_in_store_link_);
180 horizontal_links_container->AddChildView(licenses_link_);
181 vertical_info_container->AddChildView(horizontal_links_container);
183 AddChildView(vertical_info_container)
    [all...]
app_info_permissions_panel.cc 150 vertical_stack->AddChildView(active_permissions_heading_);
151 vertical_stack->AddChildView(active_permissions_list_);
153 AddChildView(vertical_stack);
169 right_aligned_button->AddChildView(revoke_file_permissions_button_);
172 vertical_stack->AddChildView(retained_files_heading_);
173 vertical_stack->AddChildView(retained_files_list_);
174 vertical_stack->AddChildView(right_aligned_button);
176 AddChildView(vertical_stack);
  /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_targeter_unittest.cc 85 content->AddChildView(child);
86 child->AddChildView(grandchild);
136 content->AddChildView(child);
137 child->AddChildView(grandchild);
202 root_view->AddChildView(&v1);
203 v1.AddChildView(&v2);
204 v2.AddChildView(&v3);
266 root_view->AddChildView(&v1);
267 v1.AddChildView(&v2);
268 v2.AddChildView(&v3)
    [all...]
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 46 parent_view->AddChildView(host);
198 host0->AddChildView(test_host);
205 host1->AddChildView(test_host);
213 child0->GetContentsView()->AddChildView(test_host);
233 toplevel()->GetRootView()->AddChildView(view0);
235 toplevel()->GetRootView()->AddChildView(view1);
258 toplevel()->GetRootView()->AddChildView(view0);
267 view1->AddChildView(view0);
275 toplevel()->GetRootView()->AddChildView(view0);
280 child0->GetContentsView()->AddChildView(view1)
    [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/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_);
  /external/chromium_org/ui/app_list/views/
contents_switcher_view.cc 24 AddChildView(buttons_);
40 buttons_->AddChildView(button);
start_page_view.cc 107 AddChildView(instant_container_);
110 AddChildView(results_view_);
114 AddChildView(tiles_container_);
138 instant_container_->AddChildView(web_view);
148 search_box_container->AddChildView(search_box_view_);
150 instant_container_->AddChildView(search_box_container);
161 tiles_container_->AddChildView(tile_item);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout_unittest.cc 162 top_container_->AddChildView(tab_strip_);
164 top_container_->AddChildView(toolbar_);
165 root_view_->AddChildView(top_container_);
168 root_view_->AddChildView(infobar_container_);
175 contents_container_->AddChildView(devtools_web_view_);
176 contents_container_->AddChildView(contents_web_view_);
181 root_view_->AddChildView(contents_container_);

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011