Searched refs:RenderingContextMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h209 typedef HashMap<int, int> RenderingContextMap; typedef in class:blink::GraphicsLayer
210 PassRefPtr<JSONObject> layerTreeAsJSON(LayerTreeFlags, RenderingContextMap&) const;
H A DGraphicsLayer.cpp549 PassRefPtr<JSONObject> GraphicsLayer::layerTreeAsJSON(LayerTreeFlags flags, RenderingContextMap& renderingContextMap) const
583 RenderingContextMap::const_iterator it = renderingContextMap.find(m_3dRenderingContext);
674 RenderingContextMap renderingContextMap;

Completed in 107 milliseconds