Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerCompositor.cpp82 m_layerRects.append(bounds); in add()
93 for (unsigned i = 0; i < m_layerRects.size(); i++) { in overlapsLayers()
94 if (m_layerRects[i].intersects(bounds)) in overlapsLayers()
102 m_layerRects.append(otherContainer.m_layerRects); in unite()
106 Vector<IntRect> m_layerRects; member in WebCore::OverlapMapContainer