Home
last modified time | relevance | path

Searched refs:m_counterDirectives (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp122 , m_counterDirectives(o.m_counterDirectives ? clone(*o.m_counterDirectives) : nullptr) in StyleRareNonInheritedData()
287 return dataEquivalent(m_counterDirectives, o.m_counterDirectives); in counterDataEquivalent()
DStyleRareNonInheritedData.h118 OwnPtr<CounterDirectiveMap> m_counterDirectives; variable
DRenderStyle.cpp466 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()