Searched refs:AddCheckbox (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dtext_example.cc121 Checkbox* TextExample::AddCheckbox(GridLayout* layout, const char* name) { function in class:views::examples::TextExample
169 multiline_checkbox_ = AddCheckbox(layout, "Multiline");
170 break_checkbox_ = AddCheckbox(layout, "Character Break");
171 halo_checkbox_ = AddCheckbox(layout, "Halo");
172 bold_checkbox_ = AddCheckbox(layout, "Bold");
173 italic_checkbox_ = AddCheckbox(layout, "Italic");
174 underline_checkbox_ = AddCheckbox(layout, "Underline");
H A Dtext_example.h34 Checkbox* AddCheckbox(GridLayout* layout, const char* name);
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.h77 views::Checkbox* AddCheckbox(const base::string16& text, bool checked);
H A Dcreate_application_shortcut_view.cc269 desktop_check_box_ = AddCheckbox(
279 menu_check_box_ = AddCheckbox(
284 quick_launch_check_box_ = AddCheckbox(
291 menu_check_box_ = AddCheckbox(
401 views::Checkbox* CreateApplicationShortcutView::AddCheckbox( function in class:CreateApplicationShortcutView

Completed in 1157 milliseconds