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 237 EXPECT_EQ(views::MenuItemView::CHECKBOX, item->GetType());
284 EXPECT_EQ(views::MenuItemView::CHECKBOX, item->GetType());
menu.h 115 CHECKBOX,
menu_item_view.cc 172 case CHECKBOX:
553 if (type_ == CHECKBOX || type_ == RADIO)
786 if (type_ == CHECKBOX && delegate->IsItemChecked(GetCommand())) {
    [all...]
menu_item_view.h 81 CHECKBOX,
424 // Returns true if the menu has items with a checkbox or a radio button.
menu_model_adapter.cc 75 type = MenuItemView::CHECKBOX;
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 117 return extensions::MenuItem::CHECKBOX;
265 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) &&
679 if (item->type() == MenuItem::CHECKBOX ||
684 // RADIO items always get set to true when you click on them, but CHECKBOX
menu_manager.h 105 CHECKBOX,
244 // This should only be true for items of type CHECKBOX or RADIO.
context_menu_matcher.cc 80 // (and it can't be a radio or checkbox item because we are going to put the
277 } 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 782 milliseconds