Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DRenderStyle.cpp446 const CounterDirectiveMap* mapA = rareNonInheritedData->m_counterDirectives.get(); in diff() local
448 if (!(mapA == mapB || (mapA && mapB && *mapA == *mapB))) in diff()