Searched refs:ensurePendingRules (Results 1 – 2 of 2) sorted by relevance
253 addToRuleSet(component->value().impl(), ensurePendingRules()->idRules, ruleData); in findBestRuleSetAndAdd()257 addToRuleSet(component->value().impl(), ensurePendingRules()->classRules, ruleData); in findBestRuleSetAndAdd()261 … addToRuleSet(component->value().impl(), ensurePendingRules()->shadowPseudoElementRules, ruleData); in findBestRuleSetAndAdd()292 … addToRuleSet(component->tagQName().localName().impl(), ensurePendingRules()->tagRules, ruleData); in findBestRuleSetAndAdd()312 ensurePendingRules(); // So that m_pageRules.shrinkToFit() gets called. in addPageRule()318 ensurePendingRules(); // So that m_viewportRules.shrinkToFit() gets called. in addViewportRule()324 ensurePendingRules(); // So that m_fontFaceRules.shrinkToFit() gets called. in addFontFaceRule()330 ensurePendingRules(); // So that m_keyframesRules.shrinkToFit() gets called. in addKeyframesRule()336 ensurePendingRules(); // So that m_regionSelectorsAndRuleSets.shrinkToFit() gets called. in addRegionRule()
195 PendingRuleMaps* ensurePendingRules() in ensurePendingRules() function