Home
last modified time | relevance | path

Searched refs:mRuleCollection (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DGroupRule.cpp102 mRuleCollection(Move(aOther.mRuleCollection)) {} in GeckoGroupRuleRules()
115 if (mRuleCollection) { in ~GeckoGroupRuleRules()
116 mRuleCollection->DropReference(); in ~GeckoGroupRuleRules()
122 if (mRuleCollection) { in Clear()
123 mRuleCollection->DropReference(); in Clear()
124 mRuleCollection = nullptr; in Clear()
136 ImplCycleCollectionTraverse(cb, mRuleCollection, "mRuleCollection"); in Traverse()
157 if (!mRuleCollection) { in CssRules()
158 mRuleCollection = new GroupRuleRuleList(aParentRule); in CssRules()
160 return mRuleCollection; in CssRules()
H A DCSSStyleSheet.cpp347 if (mRuleCollection) { in DropRuleCollection()
348 mRuleCollection->DropReference(); in DropRuleCollection()
349 mRuleCollection = nullptr; in DropRuleCollection()
409 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mRuleCollection) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
548 if (!mRuleCollection) { in GetCssRulesInternal()
549 mRuleCollection = new CSSRuleListImpl(this); in GetCssRulesInternal()
551 return mRuleCollection; in GetCssRulesInternal()
H A DCSSStyleSheet.h185 RefPtr<CSSRuleListImpl> mRuleCollection; variable
H A DGroupRule.h79 RefPtr<GroupRuleRuleList> mRuleCollection; // lazily constructed member
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DGroupRule.h95 RefPtr<GroupRuleRuleList> mRuleCollection; // lazily constructed variable
H A DCSSStyleSheet.cpp1172 if (mRuleCollection) { in DropRuleCollection()
1173 mRuleCollection->DropReference(); in DropRuleCollection()
1174 mRuleCollection = nullptr; in DropRuleCollection()
1272 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mRuleCollection)
1644 if (!mRuleCollection) { in GetCssRulesInternal()
1645 mRuleCollection = new CSSRuleListImpl(this); in GetCssRulesInternal()
1647 return mRuleCollection; in GetCssRulesInternal()
H A DnsCSSRules.cpp391 if (mRuleCollection) { in ~GroupRule()
392 mRuleCollection->DropReference(); in ~GroupRule()
424 if (tmp->mRuleCollection) {
425 tmp->mRuleCollection->DropReference();
426 tmp->mRuleCollection = nullptr;
436 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mRuleCollection) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE() argument
540 if (!mRuleCollection) { in GetCssRules()
541 mRuleCollection = new css::GroupRuleRuleList(this); in GetCssRules()
544 NS_ADDREF(*aRuleList = mRuleCollection); in GetCssRules()
H A DCSSStyleSheet.h261 RefPtr<CSSRuleListImpl> mRuleCollection;