Home
last modified time | relevance | path

Searched refs:NS_STYLE_ORDER_INITIAL (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsStyleConsts.h367 #define NS_STYLE_ORDER_INITIAL 0 macro
H A DnsStyleStruct.cpp1081 mOrder(NS_STYLE_ORDER_INITIAL),
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsStyleConsts.h365 #define NS_STYLE_ORDER_INITIAL 0 macro
H A DnsStyleStruct.cpp1075 mOrder(NS_STYLE_ORDER_INITIAL),
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsStyleConsts.h367 #define NS_STYLE_ORDER_INITIAL 0 macro
H A DnsStyleStruct.cpp1081 mOrder(NS_STYLE_ORDER_INITIAL),
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleConsts.h375 #define NS_STYLE_ORDER_INITIAL 0 macro
H A DnsStyleStruct.cpp1098 mOrder(NS_STYLE_ORDER_INITIAL),
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleConsts.h529 #define NS_STYLE_ORDER_INITIAL 0 macro
H A DnsStyleStruct.cpp1390 mOrder(NS_STYLE_ORDER_INITIAL), in nsStylePosition()
H A DnsRuleNode.cpp7750 NS_STYLE_ORDER_INITIAL); in ComputePositionData()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleConsts.h630 #define NS_STYLE_ORDER_INITIAL 0
H A DnsStyleStruct.cpp1421 , mOrder(NS_STYLE_ORDER_INITIAL) in nsStylePosition()
H A DnsRuleNode.cpp8621 NS_STYLE_ORDER_INITIAL); in ComputePositionData()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs400 pub const NS_STYLE_ORDER_INITIAL: u32 = 0; const