HomeSort by relevance Sort by last modified time
    Searched refs:AddCheckbox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/examples/
text_example.cc 122 Checkbox* TextExample::AddCheckbox(GridLayout* layout, const char* name) {
170 multiline_checkbox_ = AddCheckbox(layout, "Multiline");
171 break_checkbox_ = AddCheckbox(layout, "Character Break");
172 halo_checkbox_ = AddCheckbox(layout, "Halo");
173 bold_checkbox_ = AddCheckbox(layout, "Bold");
174 italic_checkbox_ = AddCheckbox(layout, "Italic");
175 underline_checkbox_ = AddCheckbox(layout, "Underline");
text_example.h 34 Checkbox* AddCheckbox(GridLayout* layout, const char* name);
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 76 views::Checkbox* AddCheckbox(const base::string16& text, bool checked);
create_application_shortcut_view.cc 271 desktop_check_box_ = AddCheckbox(
281 menu_check_box_ = AddCheckbox(
286 quick_launch_check_box_ = AddCheckbox(
293 menu_check_box_ = AddCheckbox(
403 views::Checkbox* CreateApplicationShortcutView::AddCheckbox(

Completed in 83 milliseconds