Home
last modified time | relevance | path

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

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