Home
last modified time | relevance | path

Searched defs:longhands (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/css/
H A Dmake_style_shorthands.py57 def __init__(self, longhands, flags, enabled_mask): argument
88 def create_expansions(longhands): argument
H A Dcss_properties.py350 def longhands(self): member in CSSProperties
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/
H A Drecursion3.rs1 pub mod longhands { module
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/
H A Dinline_style_property_map_test.cc30 const StylePropertyShorthand& longhands = shorthandForProperty(property_id); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/cssom/
H A Dinline_style_property_map_test.cc30 const StylePropertyShorthand& longhands = shorthandForProperty(property_id); in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dgecko.mako.rs106 #[inline]
246 pub fn get_${style_struct.name_lower}(&self) -> &style_structs::${style_struct.name} { in len()
328 <%def name="impl_keyword_clone(ident, gecko_ffi_name, keyword, cast_type='u8')"> in longhands()
853 …self.gecko.mScriptUnconstrainedSize = NonNegative(device.unzoom_text(self.gecko.mScriptUnconstrain… in from_animation_value_map()
976 pub fn reset__x_lang(&mut self, other: &Self) {
H A Dproperties.mako.rs98 pub mod longhands { module
842 longhands: &'a LonghandIdSet, field
1452 pub fn longhands(&self) -> NonCustomPropertyIterator<LonghandId> { in longhands() method
2613 longhands: NonCustomPropertyIterator<LonghandId>, field
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Ddeclaration_block.rs108 longhands: LonghandIdSet, field
247 let mut longhands = LonghandIdSet::new(); in with_one() localVariable
330 pub fn longhands(&self) -> &LonghandIdSet { in longhands() method
855 let mut longhands = LonghandIdSet::new(); in from_animation_value_map() localVariable
978 let longhands = { in to_css() localVariable
H A Dproperties.mako.rs98 pub mod longhands { module
871 longhands: &'a LonghandIdSet, field
1480 pub fn longhands(&self) -> NonCustomPropertyIterator<LonghandId> { in longhands() method
2641 longhands: NonCustomPropertyIterator<LonghandId>, field
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Ddeclaration_block.rs106 longhands: LonghandIdSet, field
245 let mut longhands = LonghandIdSet::new(); in with_one() localVariable
328 pub fn longhands(&self) -> &LonghandIdSet { in longhands() method
853 let mut longhands = LonghandIdSet::new(); in from_animation_value_map() localVariable
976 let longhands = { in to_css() localVariable
H A Dproperties.mako.rs98 pub mod longhands { module
842 longhands: &'a LonghandIdSet, field
1452 pub fn longhands(&self) -> NonCustomPropertyIterator<LonghandId> { in longhands() method
2613 longhands: NonCustomPropertyIterator<LonghandId>, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/css/
H A Dcss_properties.py353 def longhands(self): member in CSSProperties
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Ddeclaration_block.rs86 longhands: LonghandIdSet, field
227 let mut longhands = LonghandIdSet::new(); in with_one() localVariable
615 let longhands = &mut self.longhands; in remove_property() localVariable
699 let mut longhands = LonghandIdSet::new(); in from_animation_value_map() localVariable
H A Dproperties.mako.rs105 pub mod longhands { module
631 longhands: &'a LonghandIdSet, field
1179 pub fn longhands(&self) -> NonCustomPropertyIterator<LonghandId> { in longhands() method
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Ddeclaration_block.rs105 longhands: LonghandIdSet, field
244 let mut longhands = LonghandIdSet::new(); in with_one() localVariable
843 let mut longhands = LonghandIdSet::new(); in from_animation_value_map() localVariable
H A Dproperties.mako.rs97 pub mod longhands { module
809 longhands: &'a LonghandIdSet, field
1426 pub fn longhands(&self) -> NonCustomPropertyIterator<LonghandId> { in longhands() method
2564 longhands: NonCustomPropertyIterator<LonghandId>, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser_helpers.cc2063 const CSSProperty** longhands = shorthand.properties(); in ConsumeShorthandVia2Longhands() local
2095 const CSSProperty** longhands = shorthand.properties(); in ConsumeShorthandVia4Longhands() local
2143 const CSSValue* longhands[6] = {nullptr, nullptr, nullptr, in ConsumeShorthandGreedilyViaLonghands() local
2183 const CSSProperty** longhands = shorthand.properties(); in AddExpandedPropertyForValue() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/
H A Dcss_parsing_utils.cc2442 const CSSProperty** longhands = shorthand.properties(); in ConsumeShorthandVia2Longhands() local
2474 const CSSProperty** longhands = shorthand.properties(); in ConsumeShorthandVia4Longhands() local
2522 const CSSValue* longhands[6] = {nullptr, nullptr, nullptr, in ConsumeShorthandGreedilyViaLonghands() local
2562 const CSSProperty** longhands = shorthand.properties(); in AddExpandedPropertyForValue() local
2783 HeapVector<Member<CSSValueList>, kMaxNumAnimationLonghands>& longhands, in ConsumeAnimationShorthand()
3041 CSSValue* longhands[10] = {nullptr}; in ParseBackgroundOrMask() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_property_serializer.cc359 const CSSValue* longhands[17] = {}; in CommonShorthandChecks() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_cascade.cc249 const CSSProperty** longhands = shorthand.properties(); in ApplyWebkitBorderImage() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_property_serializer.cc359 const CSSValue* longhands[17] = {}; in CommonShorthandChecks() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_cascade.cc386 const CSSProperty** longhands = shorthand.properties(); in ApplyWebkitBorderImage() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/
H A Dcss_parsing_utils.cc583 HeapVector<Member<CSSValueList>, kMaxNumAnimationLonghands>& longhands, in ConsumeAnimationShorthand()
854 CSSValue* longhands[10] = {nullptr}; in ParseBackgroundOrMask() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/rule_tree/
H A Dmod.rs1232 let longhands = declarations.rev() in has_author_specified_rules() localVariable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/shorthands/
H A Dshorthands_custom.cc88 longhands(longhand_count); in ParseShorthand() local
2794 longhands(longhand_count); in ParseShorthand() local

12