Home
last modified time | relevance | path

Searched defs:PropertyDeclarationId (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/include/
H A Dprojectstorageids.h92 using PropertyDeclarationId = BasicId<BasicIdType::PropertyDeclaration>; variable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs1445 pub enum PropertyDeclarationId<'a> { enum
1452 impl<'a> ToCss for PropertyDeclarationId<'a> { implementation
1466 impl<'a> PropertyDeclarationId<'a> { implementation
1650 pub fn as_shorthand(&self) -> Result<ShorthandId, PropertyDeclarationId> { in as_shorthand() argument
1756 pub fn id(&self) -> PropertyDeclarationId { in id()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dproperties.mako.rs1713 pub enum PropertyDeclarationId<'a> { enum
1720 impl<'a> ToCss for PropertyDeclarationId<'a> { implementation
1735 impl<'a> PropertyDeclarationId<'a> { impl
2012 pub fn as_shorthand(&self) -> Result<ShorthandId, PropertyDeclarationId> { in as_shorthand() argument
2166 pub fn id(&self) -> PropertyDeclarationId { in id()
H A Ddeclaration_block.rs331 property: PropertyDeclarationId, in get()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs1764 pub enum PropertyDeclarationId<'a> { enum
1771 impl<'a> ToCss for PropertyDeclarationId<'a> { implementation
1786 impl<'a> PropertyDeclarationId<'a> { impl
2063 pub fn as_shorthand(&self) -> Result<ShorthandId, PropertyDeclarationId> { in as_shorthand() argument
2218 pub fn id(&self) -> PropertyDeclarationId { in id()
H A Dgecko.mako.rs337 // as match's arms. in get()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dproperties.mako.rs1792 pub enum PropertyDeclarationId<'a> { enum
1799 impl<'a> ToCss for PropertyDeclarationId<'a> { implementation
1814 impl<'a> PropertyDeclarationId<'a> { impl
2091 pub fn as_shorthand(&self) -> Result<ShorthandId, PropertyDeclarationId> { in as_shorthand() argument
2246 pub fn id(&self) -> PropertyDeclarationId { in id()
H A Ddeclaration_block.rs341 property: PropertyDeclarationId, in get()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dproperties.mako.rs1764 pub enum PropertyDeclarationId<'a> { enum
1771 impl<'a> ToCss for PropertyDeclarationId<'a> { implementation
1786 impl<'a> PropertyDeclarationId<'a> { impl
2063 pub fn as_shorthand(&self) -> Result<ShorthandId, PropertyDeclarationId> { in as_shorthand() argument
2218 pub fn id(&self) -> PropertyDeclarationId { in id()
H A Ddeclaration_block.rs339 property: PropertyDeclarationId, in get()