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

  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter_unittest.cc 238 EXPECT_EQ(views::MenuItemView::CHECKBOX, item->GetType());
285 EXPECT_EQ(views::MenuItemView::CHECKBOX, item->GetType());
menu.h 115 CHECKBOX,
menu_item_view.cc 173 case CHECKBOX:
541 if (type_ == CHECKBOX || type_ == RADIO)
774 if (type_ == CHECKBOX && delegate->IsItemChecked(GetCommand())) {
1005 if ((type_ == CHECKBOX || type_ == RADIO) && icon_view_) {
    [all...]
menu_item_view.h 81 CHECKBOX,
419 // Returns true if the menu has items with a checkbox or a radio button.
menu_model_adapter.cc 76 type = MenuItemView::CHECKBOX;
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 108 return extensions::MenuItem::CHECKBOX;
247 item->type() != MenuItem::CHECKBOX &&
  /external/chromium_org/chrome/browser/extensions/
menu_manager.cc 186 if (type_ != CHECKBOX && type_ != RADIO)
207 if (type_ == CHECKBOX || type_ == RADIO)
240 if ((type == CHECKBOX || type == RADIO) &&
676 if (item->type() == MenuItem::CHECKBOX ||
681 // RADIO items always get set to true when you click on them, but CHECKBOX
menu_manager.h 103 CHECKBOX,
242 // This should only be true for items of type CHECKBOX or RADIO.
context_menu_matcher.cc 56 // (and it can't be a radio or checkbox item because we are going to put the
229 } else if (item->type() == MenuItem::CHECKBOX) {
menu_manager_unittest.cc 215 int type = MenuItem::CHECKBOX;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 502 TM_PART(3,BP,CHECKBOX)
526 BEGIN_TM_PART_STATES(CHECKBOX)

Completed in 1102 milliseconds