HomeSort by relevance Sort by last modified time
    Searched refs:RenderingContextMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 224 typedef HashMap<int, int> RenderingContextMap;
225 void dumpLayer(TextStream&, int indent, LayerTreeFlags, RenderingContextMap&) const;
289 void dumpProperties(TextStream&, int indent, LayerTreeFlags, RenderingContextMap&) const;
GraphicsLayer.cpp 525 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const
536 dumpProperties(ts, indent, flags, renderingContextMap);
552 void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const
600 RenderingContextMap::const_iterator it = renderingContextMap.find(m_3dRenderingContext);
601 int contextId = renderingContextMap.size() + 1;
602 if (it == renderingContextMap.end())
603 renderingContextMap.set(m_3dRenderingContext, contextId)
    [all...]

Completed in 119 milliseconds