Home
last modified time | relevance | path

Searched refs:openInNewTabAction (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/history/
H A Dhistory_entry_item.mm77 UIAccessibilityCustomAction* openInNewTabAction =
95 deleteAction, openInNewTabAction, openInNewIncognitoTabAction, copyURLAction
H A Dhistory_table_view_controller.mm1085 ProceduralBlock openInNewTabAction = ^{
1089 action:openInNewTabAction
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/reading_list/
H A Dreading_list_list_item_custom_action_factory.mm75 ReadingListCustomAction* openInNewTabAction = [[ReadingListCustomAction alloc]
95 arrayWithObjects:toggleReadStatus, openInNewTabAction,
/dports/x11-fm/dolphin/dolphin-21.12.3/src/panels/places/
H A Dplacespanel.cpp198 …QAction* openInNewTabAction = menu.addAction(QIcon::fromTheme(QStringLiteral("tab-new")), i18nc("@… in slotItemContextMenuRequested() local
289 } else if (action == openInNewTabAction) { in slotItemContextMenuRequested()