Searched defs:label_container (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermissions_bubble_view.cc260 views::View* label_container = new views::View(); local
261 label_container->SetLayoutManager(
268 label_container->AddChildView(icon);
272 label_container->AddChildView(label);
273 row_layout->AddView(label_container);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1065 SectionRowView* label_container = new SectionRowView(); local
1066 AddChildView(label_container);
1069 label_container->AddChildView(icon_);
1071 label_container->AddChildView(label_);
1076 label_container->AddChildView(textfield_);

Completed in 67 milliseconds