Home
last modified time | relevance | path

Searched refs:gShorthandsContainingTable (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSProps.h535 return gShorthandsContainingTable[aProperty]; in ShorthandsContaining()
545 gShorthandsContainingTable[eCSSProperty_COUNT_no_shorthands];
H A DnsCSSProps.cpp95 nsCSSProps::gShorthandsContainingTable[eCSSProperty_COUNT_no_shorthands]; member in nsCSSProps
362 gShorthandsContainingTable[longhand] = poolCursor; in BuildShorthandsContainingTable()
365 gShorthandsContainingTable[longhand] = lastTerminator; in BuildShorthandsContainingTable()
393 *(--gShorthandsContainingTable[*subprops]) = shorthandAndCount->property; in BuildShorthandsContainingTable()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSProps.h534 return gShorthandsContainingTable[aProperty]; in ShorthandsContaining()
542 static nsCSSPropertyID *gShorthandsContainingTable[eCSSProperty_COUNT_no_shorthands];
H A DnsCSSProps.cpp88 nsCSSProps::gShorthandsContainingTable[eCSSProperty_COUNT_no_shorthands];
367 gShorthandsContainingTable[longhand] = poolCursor;
370 gShorthandsContainingTable[longhand] = lastTerminator;
401 *(--gShorthandsContainingTable[*subprops]) = shorthandAndCount->property;