Home
last modified time | relevance | path

Searched refs:ClassProperty (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/ui/base/
H A Dwindow_properties.h29 extern const ui::ClassProperty<bool>* const kBlockedForAssistantSnapshotKey;
33 extern const ui::ClassProperty<SkColor>* const kFrameActiveColorKey;
37 extern const ui::ClassProperty<SkColor>* const kFrameInactiveColorKey;
43 extern const ui::ClassProperty<bool>* const kFrameRestoreLookKey;
48 extern const ui::ClassProperty<bool>* const kHideShelfWhenFullscreenKey;
53 extern const ui::ClassProperty<bool>* const kImmersiveImpliedByFullscreen;
58 extern const ui::ClassProperty<bool>* const kImmersiveIsActive;
62 extern const ui::ClassProperty<gfx::Rect*>* const
67 extern const ui::ClassProperty<bool>* const kIsShowingInOverviewKey;
75 extern const ui::ClassProperty<WindowStateType>* const kWindowStateTypeKey;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/
H A Dclass_property.h55 struct ClassProperty { struct
84 void SetProperty(const ClassProperty<T>* property, T value);
91 void SetProperty(const ClassProperty<T*>* property, const T& value);
98 void SetProperty(const ClassProperty<T*>* property, T&& value);
103 T GetProperty(const ClassProperty<T>* property) const;
108 void ClearProperty(const ClassProperty<T>* property);
173 const ::ui::ClassProperty<T>* property, T value) { in Set()
186 const ::ui::ClassProperty<T>* property) { in Get()
192 const ::ui::ClassProperty<T>* property) { in Clear()
275 const ::ui::ClassProperty<TYPE>* const NAME = &NAME##_Value;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/
H A Dclass_property.h55 struct ClassProperty { struct
84 void SetProperty(const ClassProperty<T>* property, T value); in COMPONENT_EXPORT()
91 void SetProperty(const ClassProperty<T*>* property, const T& value); in COMPONENT_EXPORT()
98 void SetProperty(const ClassProperty<T*>* property, T&& value); in COMPONENT_EXPORT()
103 T GetProperty(const ClassProperty<T>* property) const; in COMPONENT_EXPORT()
108 void ClearProperty(const ClassProperty<T>* property); in COMPONENT_EXPORT()
173 const ::ui::ClassProperty<T>* property, T value) { in COMPONENT_EXPORT()
186 const ::ui::ClassProperty<T>* property) { in COMPONENT_EXPORT()
192 const ::ui::ClassProperty<T>* property) { in COMPONENT_EXPORT()
275 const ::ui::ClassProperty<TYPE>* const NAME = &NAME##_Value;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_class_properties.h24 VIEWS_EXPORT extern const ui::ClassProperty<int>* const kHitTestComponentKey;
31 VIEWS_EXPORT extern const ui::ClassProperty<gfx::Insets*>* const kMarginsKey;
40 VIEWS_EXPORT extern const ui::ClassProperty<gfx::Insets*>* const
45 VIEWS_EXPORT extern const ui::ClassProperty<DialogDelegate*>* const
50 VIEWS_EXPORT extern const ui::ClassProperty<HighlightPathGenerator*>* const
55 VIEWS_EXPORT extern const ui::ClassProperty<FlexSpecification*>* const
58 VIEWS_EXPORT extern const ui::ClassProperty<LayoutAlignment*>* const
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_class_properties.h23 VIEWS_EXPORT extern const ui::ClassProperty<int>* const kHitTestComponentKey;
30 VIEWS_EXPORT extern const ui::ClassProperty<gfx::Insets*>* const kMarginsKey;
39 VIEWS_EXPORT extern const ui::ClassProperty<gfx::Insets*>* const
44 VIEWS_EXPORT extern const ui::ClassProperty<BubbleDialogDelegateView*>* const
49 VIEWS_EXPORT extern const ui::ClassProperty<HighlightPathGenerator*>* const
54 VIEWS_EXPORT extern const ui::ClassProperty<FlexSpecification*>* const
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dwindow_properties.h26 WM_CORE_EXPORT extern const ui::ClassProperty<bool>* const
29 WM_CORE_EXPORT extern const ui::ClassProperty<base::TimeDelta>* const
32 WM_CORE_EXPORT extern const ui::ClassProperty<
36 WM_CORE_EXPORT extern const ui::ClassProperty<int>* const
40 WM_CORE_EXPORT extern const ui::ClassProperty<float>* const
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dwindow_properties.h26 WM_CORE_EXPORT extern const ui::ClassProperty<bool>* const
29 WM_CORE_EXPORT extern const ui::ClassProperty<base::TimeDelta>* const
32 WM_CORE_EXPORT extern const ui::ClassProperty<
36 WM_CORE_EXPORT extern const ui::ClassProperty<int>* const
40 WM_CORE_EXPORT extern const ui::ClassProperty<float>* const
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T)
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int)))
126 assert(boolTest!(ClassProperty!(bool))());
131 assert(intTest!(ClassProperty!(int))() == 42);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
101 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
126 assert(boolTest!(ClassProperty!(bool))()); in main()
131 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtest17684.d30 class ClassProperty(T) in ClassProperty() function
118 …static if (!(typeid(T) is typeid(StructProperty!int)) && !(typeid(T) is typeid(ClassProperty!int))) in intTest()
143 assert(boolTest!(ClassProperty!(bool))()); in main()
148 assert(intTest!(ClassProperty!(int))() == 42); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/metadata/
H A Dview_factory_internal.h69 ClassPropertyValueSetter(const ui::ClassProperty<TValue>* property, in ClassPropertyValueSetter()
81 const ui::ClassProperty<TValue>* property_;
88 ClassPropertyMoveSetter(const ui::ClassProperty<TValue*>* property, in ClassPropertyMoveSetter()
91 ClassPropertyMoveSetter(const ui::ClassProperty<TValue*>* property, in ClassPropertyMoveSetter()
103 const ui::ClassProperty<TValue*>* property_;
H A Dview_factory.h65 Builder& SetProperty(const ui::ClassProperty<T>* property, in SetProperty()
75 Builder& SetProperty(const ui::ClassProperty<T*>* property, in SetProperty()
85 Builder& SetProperty(const ui::ClassProperty<T*>* property, T&& value) { in SetProperty()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Dflex_layout.h115 FlexLayout& SetDefault(const ui::ClassProperty<T>* key, U&& value) { in SetDefault()
122 FlexLayout& SetDefault(const ui::ClassProperty<T>* key, const U& value) { in SetDefault()
238 T* GetDefault(const ui::ClassProperty<T>* key) const { in GetDefault()
246 FlexLayout& ClearDefault(const ui::ClassProperty<T>* key) { in ClearDefault()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dctx.py4 class ClassProperty(property): class
32 @ClassProperty
/dports/security/py-keyring/keyring-18.0.1/keyring/backends/
H A Dchainer.py22 @properties.ClassProperty
30 @properties.ClassProperty
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dflex_layout_view.h56 void SetDefault(const ui::ClassProperty<T>* key, U&& value) { in SetDefault()
63 void SetDefault(const ui::ClassProperty<T>* key, const U& value) { in SetDefault()
H A Dflex_layout.h121 FlexLayout& SetDefault(const ui::ClassProperty<T>* key, U&& value) { in SetDefault()
128 FlexLayout& SetDefault(const ui::ClassProperty<T>* key, const U& value) { in SetDefault()
325 T* GetDefault(const ui::ClassProperty<T*>* key) const { in GetDefault()
/dports/security/py-keyring/keyring-18.0.1/keyring/
H A Dbackend.py63 @properties.ClassProperty
77 @properties.ClassProperty

12345678910>>...12