Home
last modified time | relevance | path

Searched refs:VARIANT_PN (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSProps.h111 #define VARIANT_PN (VARIANT_PERCENT | VARIANT_NUMBER) macro
112 #define VARIANT_ALPN (VARIANT_AL | VARIANT_PN)
H A DnsCSSParser.cpp9847 ParseVariant(aComponent, VARIANT_PN | VARIANT_CALC, nullptr); in ParseWebkitGradientPointComponent()
12394 if (!ParseGroupedBoxProperty(VARIANT_PN, imageSliceBoxValue, in ParseBorderImageSlice()
15535 uint32_t variantMask = VARIANT_PN; in ParseSingleFilter()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSProps.h105 #define VARIANT_PN (VARIANT_PERCENT | VARIANT_NUMBER) macro
106 #define VARIANT_ALPN (VARIANT_AL | VARIANT_PN)
H A DnsCSSParser.cpp13384 if (!ParseGroupedBoxProperty(VARIANT_PN, imageSliceBoxValue,
16688 uint32_t variantMask = VARIANT_PN;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/inspector/
H A DInspectorUtils.cpp640 supported |= VARIANT_PN; in PropertySupportsVariant()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/inspector/
H A DinDOMUtils.cpp767 supported = VARIANT_PN; in PropertySupportsVariant()