Searched refs:m_counterDirectives (Results 1 – 3 of 3) sorted by relevance
38 , m_counterDirectives(0) in StyleRareNonInheritedData()75 , m_counterDirectives(0) in StyleRareNonInheritedData()121 && m_counterDirectives == o.m_counterDirectives in operator ==()
97 OwnPtr<CounterDirectiveMap> m_counterDirectives; variable
488 const CounterDirectiveMap* mapA = rareNonInheritedData->m_counterDirectives.get(); in diff()489 const CounterDirectiveMap* mapB = other->rareNonInheritedData->m_counterDirectives.get(); in diff()845 return rareNonInheritedData->m_counterDirectives.get(); in counterDirectives()850 OwnPtr<CounterDirectiveMap>& map = rareNonInheritedData.access()->m_counterDirectives; in accessCounterDirectives()