Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-xml/
H A DXMLMethodRegistry.cpp27 mTagTable[ newtag ] = move( accessor ); in Register()
33 const auto &table = mTagTable; in CallObjectAccessor()
H A DXMLMethodRegistry.h47 TagTable mTagTable; variable
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSRuleProcessor.cpp364 PLDHashTable mTagTable; member in RuleHash
406 mTagTable(&RuleHash_TagTable_Ops, sizeof(RuleHashTagTableEntry)), in RuleHash()
504 AppendRuleToTagTable(&mTagTable, selector->mLowercaseTag, ruleValue); in AppendRule()
507 AppendRuleToTagTable(&mTagTable, selector->mCasedTag, ruleValue); in AppendRule()
577 if (mTagTable.EntryCount() > 0) { in EnumerateAllRules()
578 auto entry = static_cast<RuleHashTableEntry*>(mTagTable.Search(tag)); in EnumerateAllRules()
660 n += SizeOfRuleHashTable(mTagTable, aMallocSizeOf); in SizeOfExcludingThis()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSRuleProcessor.cpp428 PLDHashTable mTagTable;
471 mTagTable(&RuleHash_TagTable_Ops, sizeof(RuleHashTagTableEntry)),
578 AppendRuleToTagTable(&mTagTable, selector->mLowercaseTag, ruleValue);
582 AppendRuleToTagTable(&mTagTable, selector->mCasedTag, ruleValue);
651 if (mTagTable.EntryCount() > 0) {
652 auto entry = static_cast<RuleHashTableEntry*>(mTagTable.Search(tag));
736 n += SizeOfRuleHashTable(mTagTable, aMallocSizeOf);