Home
last modified time | relevance | path

Searched refs:TYPE_TITLE (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_application_menu_model_unittest.cc54 EXPECT_EQ(ui::MenuModel::TYPE_TITLE, menu.GetTypeAt(0)); in TEST()
78 EXPECT_EQ(ui::MenuModel::TYPE_TITLE, menu.GetTypeAt(0)); in TEST()
/dports/www/gophernicus/gophernicus-3.0.1/
H A Dmenu.c379 if (type == TYPE_TITLE) { in gophermap()
380 info(st, name, TYPE_TITLE); in gophermap()
496 info(st, buf, TYPE_TITLE); in gopher_menu()
518 info(st, buf, TYPE_TITLE); in gopher_menu()
H A Dgophernicus.h186 #define TYPE_TITLE '!' macro
H A Dgophernicus.c52 if (type == TYPE_TITLE) { in info()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/models/
H A Dmenu_model.h42 TYPE_TITLE, // Plain text that does not perform any action when enumerator
H A Dsimple_menu_model.cc146 Item title_item = Item(kTitleId, TYPE_TITLE, label); in AddTitle()
555 } else if (item.type == TYPE_TITLE) { in ValidateItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/models/
H A Dmenu_model.h41 TYPE_TITLE, // Plain text that does not perform any action when in COMPONENT_EXPORT() enumerator
H A Dsimple_menu_model.cc144 Item title_item = Item(kTitleId, TYPE_TITLE, label); in AddTitle()
524 } else if (item.type == TYPE_TITLE) { in ValidateItem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/menu/
H A Dmenu_model_adapter.cc73 case ui::MenuModel::TYPE_TITLE: in AddMenuItemFromModelAt()
283 if (model->GetTypeAt(i) == ui::MenuModel::TYPE_TITLE) in BuildMenuImpl()
H A Dmenu_model_adapter_unittest.cc214 case ui::MenuModel::TYPE_TITLE: in CheckSubmenu()
292 case ui::MenuModel::TYPE_TITLE: in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dmenu_model_adapter.cc74 case ui::MenuModel::TYPE_TITLE: in AddMenuItemFromModelAt()
293 if (model->GetTypeAt(i) == ui::MenuModel::TYPE_TITLE) in BuildMenuImpl()
H A Dmenu_model_adapter_unittest.cc226 case ui::MenuModel::TYPE_TITLE: in CheckSubmenu()
310 case ui::MenuModel::TYPE_TITLE: in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dbus/menu/
H A Dmenu_property_list.cc70 case ui::MenuModel::TYPE_TITLE: in ComputeMenuPropertiesForMenuItem()
H A Dmenu_property_list_unittest.cc152 case ui::MenuModel::TYPE_TITLE: in Build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dbus/menu/
H A Dmenu_property_list.cc106 case ui::MenuModel::TYPE_TITLE: in ComputeMenuPropertiesForMenuItem()
H A Dmenu_property_list_unittest.cc153 case ui::MenuModel::TYPE_TITLE: in Build()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dinventory.h31 TYPE_TITLE, enumerator
110 case TYPE_TITLE : in render()
159 OptionItem( OptionItem::TYPE_TITLE, STR_SELECT_DETAIL ),
186 OptionItem( OptionItem::TYPE_TITLE, STR_SET_VOLUMES ),
198 OptionItem( OptionItem::TYPE_TITLE, STR_SET_CONTROLS ),
361 optLoadSlots.push(OptionItem( OptionItem::TYPE_TITLE, STR_SELECT_LEVEL )); in initLoadSlots()
493 …} while (options[slot].type == OptionItem::TYPE_TITLE || options[slot].type == OptionItem::TYPE_EM… in nextSlot()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/
H A DResourceInfoPage.java145 private static String TYPE_TITLE = IDEWorkbenchMessages.ResourceInfo_type; field in ResourceInfoPage
220 typeTitle.setText(TYPE_TITLE); in createBasicInfoGroup()
/dports/security/py-stix/python-stix-1.2.0.11/stix/extensions/identity/
H A Dciq_identity_3_0.py1350 TYPE_TITLE = 'Title' variable in PersonNameElement
1360 TYPE_TITLE, TYPE_PRECEDING_TITLE, TYPE_FIRST_NAME, TYPE_LAST_NAME,