Home
last modified time | relevance | path

Searched refs:aPropertyIDLName (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox/firefox-99.0/layout/style/
H A DnsCSSProps.cpp139 const nsACString& aPropertyIDLName, EnabledState aEnabled) { in LookupPropertyByIDLName() argument
142 if (!gPropertyIDLNameTable->Get(aPropertyIDLName, &res)) { in LookupPropertyByIDLName()
H A DnsCSSProps.h66 const nsACString& aPropertyIDLName, EnabledState aEnabled);
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsCSSProps.cpp146 const nsACString& aPropertyIDLName, EnabledState aEnabled) { in LookupPropertyByIDLName() argument
149 if (!gPropertyIDLNameTable->Get(aPropertyIDLName, &res)) { in LookupPropertyByIDLName()
H A DnsCSSProps.h66 const nsACString& aPropertyIDLName, EnabledState aEnabled);
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsCSSProps.cpp146 const nsACString& aPropertyIDLName, EnabledState aEnabled) { in LookupPropertyByIDLName() argument
149 if (!gPropertyIDLNameTable->Get(aPropertyIDLName, &res)) { in LookupPropertyByIDLName()
H A DnsCSSProps.h66 const nsACString& aPropertyIDLName, EnabledState aEnabled);
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsCSSProps.cpp145 const nsACString& aPropertyIDLName, EnabledState aEnabled) { in LookupPropertyByIDLName() argument
148 if (!gPropertyIDLNameTable->Get(aPropertyIDLName, &res)) { in LookupPropertyByIDLName()
H A DnsCSSProps.h66 const nsACString& aPropertyIDLName, EnabledState aEnabled);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSProps.h387 const nsAString& aPropertyIDLName, EnabledState aEnabled);
389 const nsACString& aPropertyIDLName, EnabledState aEnabled);
H A DnsCSSProps.cpp561 const nsACString& aPropertyIDLName, EnabledState aEnabled) { in LookupPropertyByIDLName() argument
563 if (!gPropertyIDLNameTable->Get(aPropertyIDLName, &res)) { in LookupPropertyByIDLName()
574 const nsAString& aPropertyIDLName, EnabledState aEnabled) { in LookupPropertyByIDLName() argument
576 return LookupPropertyByIDLName(NS_ConvertUTF16toUTF8(aPropertyIDLName), in LookupPropertyByIDLName()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSProps.h381 const nsAString& aPropertyIDLName,
384 const nsACString& aPropertyIDLName,
H A DnsCSSProps.cpp588 nsCSSProps::LookupPropertyByIDLName(const nsACString& aPropertyIDLName,
592 if (!gPropertyIDLNameTable->Get(aPropertyIDLName, &res)) {
603 nsCSSProps::LookupPropertyByIDLName(const nsAString& aPropertyIDLName,
607 return LookupPropertyByIDLName(NS_ConvertUTF16toUTF8(aPropertyIDLName),