Searched refs:m_counterDirectives (Results 1 – 3 of 3) sorted by relevance
122 , m_counterDirectives(o.m_counterDirectives ? clone(*o.m_counterDirectives) : nullptr) in StyleRareNonInheritedData()287 return dataEquivalent(m_counterDirectives, o.m_counterDirectives); in counterDataEquivalent()
118 OwnPtr<CounterDirectiveMap> m_counterDirectives; variable
466 const CounterDirectiveMap* mapA = rareNonInheritedData->m_counterDirectives.get(); in diffNeedsFullLayoutAndPaintInvalidation()467 const CounterDirectiveMap* mapB = other.rareNonInheritedData->m_counterDirectives.get(); in diffNeedsFullLayoutAndPaintInvalidation()1025 return rareNonInheritedData->m_counterDirectives.get(); in counterDirectives()1030 OwnPtr<CounterDirectiveMap>& map = rareNonInheritedData.access()->m_counterDirectives; in accessCounterDirectives()