Home
last modified time | relevance | path

Searched refs:CLOSABLE (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabProperties.java31 @IntDef({UiType.SELECTABLE, UiType.CLOSABLE, UiType.STRIP, UiType.MESSAGE, UiType.DIVIDER,
36 int CLOSABLE = 1; field
H A DTabGridViewBinder.java54 onBindAll((ViewLookupCachingFrameLayout) view, model, TabProperties.UiType.CLOSABLE); in bindClosableTab()
92 case TabProperties.UiType.CLOSABLE: in onBindAll()
206 updateColor(view, model.get(TabProperties.IS_INCOGNITO), TabProperties.UiType.CLOSABLE); in bindClosableTabProperties()
385 if (viewType == TabProperties.UiType.CLOSABLE) { in updateColor()
H A DTabListCoordinator.java135 mAdapter.registerType(UiType.CLOSABLE, parent -> { in TabListCoordinator()
154 if (holderItemViewType != UiType.CLOSABLE in TabListCoordinator()
187 mAdapter.registerType(UiType.CLOSABLE, parent -> { in TabListCoordinator()
H A DTabGridDialogCoordinator.java85 TabProperties.UiType.CLOSABLE, null, containerView, false, mComponentName); in TabGridDialogCoordinator()
H A DTabListMediator.java1062 if (TabUiFeatureUtilities.ENABLE_SEARCH_CHIP.getValue() && mUiType == UiType.CLOSABLE in updateTab()
1241 if ((type == UiType.CLOSABLE || type == UiType.SELECTABLE || type == UiType.STRIP) in addTabInfoToModel()
1300 if (TabUiFeatureUtilities.ENABLE_SEARCH_CHIP.getValue() && mUiType == UiType.CLOSABLE in addTabInfoToModel()
H A DTabSwitcherCoordinator.java177 TabProperties.UiType.CLOSABLE, null, container, true, COMPONENT_NAME); in TabSwitcherCoordinator()
/dports/games/angband/Angband-4.2.2/src/
H A Dlist-terrain-flags.h26 TF(CLOSABLE, "Can be closed")
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DFleetWnd.h48 …:Flags<GG::WndFlag> flags = GG::INTERACTIVE | GG::DRAGABLE | GG::ONTOP | CLOSABLE | GG::RESIZABLE);
103 …GG::Flags<GG::WndFlag> flags = GG::INTERACTIVE | GG::DRAGABLE | GG::ONTOP | CLOSABLE | GG::RESIZAB…
H A DEncyclopediaDetailPanel.h34 GG::RESIZABLE | CLOSABLE | PINABLE,
H A DCUIWnd.cpp108 GG::WndFlag CLOSABLE(1 << 11); variable
114 GG::FlagSpec<GG::WndFlag>::instance().insert(CLOSABLE, "CLOSABLE"); in RegisterWndFlags()
157 m_closable(flags & CLOSABLE), in CUIWnd()
173 m_closable(flags & CLOSABLE), in CUIWnd()
H A DCUIWnd.h43 extern GG::WndFlag CLOSABLE; ///< allows the window to be closed
H A DModeratorActionsWnd.cpp30 GG::ONTOP | GG::INTERACTIVE | GG::DRAGABLE | GG::RESIZABLE | CLOSABLE | PINABLE, in ModeratorActionsWnd()
H A DIntroScreen.cpp349 GG::RESIZABLE | CLOSABLE | PINABLE, INTRO_PEDIA_WND_NAME); in OnPedia()
H A DSitRepPanel.cpp383 GG::ONTOP | GG::INTERACTIVE | GG::DRAGABLE | GG::RESIZABLE | CLOSABLE | PINABLE, in SitRepPanel()
H A DPlayerListWnd.cpp696 GG::INTERACTIVE | GG::DRAGABLE | GG::ONTOP | GG::RESIZABLE | CLOSABLE | PINABLE, in PlayerListWnd()
H A DClientUI.cpp663 CLOSABLE | PINABLE, MESSAGE_WND_NAME); in GetMessageWnd()
H A DBuildDesignatorWnd.cpp1167 …GG::ONTOP | GG::INTERACTIVE | GG::DRAGABLE | GG::RESIZABLE | CLOSABLE | PINABLE, PROD_PEDIA_WND_NA… in CompleteConstruction()
H A DOptionsWnd.cpp222 GG::INTERACTIVE | GG::DRAGABLE | GG::MODAL | GG::RESIZABLE | CLOSABLE) in FontTextureWnd()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dconstants.h58 #define CLOSABLE 256 macro
H A Dresolvers.cpp1252 return (CLOSABLE); in attribute_resolve()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_management/bin/
H A Drabbitmqadmin171 CLOSABLE = {
229 usage += fmt_usage_stanza(CLOSABLE, 'close')
771 (obj_type, uri, upload) = self.declare_delete_parse(CLOSABLE)
1105 COMPREPLY=( $(compgen -W '""" + " ".join(CLOSABLE.keys()) + """' -- ${cur}) )
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DCombatReportWnd.cpp209 GG::INTERACTIVE | GG::RESIZABLE | GG::DRAGABLE | GG::ONTOP | CLOSABLE, in CombatReportWnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/javatests/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabUiTestHelper.java671 if (viewHolder.getItemViewType() != TabProperties.UiType.CLOSABLE in checkTabCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabListMediatorUnitTest.java348 getClass().getSimpleName(), UiType.CLOSABLE); in setUp()
2105 TabProperties.UiType.CLOSABLE); in testSearchChipAdaptiveIcon_Disabled()
2129 TabProperties.UiType.CLOSABLE); in testSearchChipAdaptiveIcon_ChangeWithSetting()
2491 uiType = TabProperties.UiType.CLOSABLE; in setUpForTabGroupOperation()
/dports/lang/librep/librep_0.92.7/lisp/rep/net/
H A Drpc.jl153 CLOSABLE is true, then the socket could be closed and reopened simply

12