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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.h 66 // CompositedLayerMapping keeps track of how RenderLayers of the render tree correspond to
67 // GraphicsLayers of the composited layer tree. Each instance of CompositedLayerMapping
71 // Currently (Oct. 2013) there is one CompositedLayerMapping for each RenderLayer,
73 class CompositedLayerMapping : public GraphicsLayerClient {
74 WTF_MAKE_NONCOPYABLE(CompositedLayerMapping); WTF_MAKE_FAST_ALLOCATED;
76 explicit CompositedLayerMapping(RenderLayer*);
77 ~CompositedLayerMapping();
272 // The hierarchy of layers that is maintained by the CompositedLayerMapping looks like this:
311 // There are two other (optional) layers whose painting is managed by the CompositedLayerMapping,
CompositedLayerMapping.cpp 28 #include "core/rendering/CompositedLayerMapping.h"
149 // Get the scrolling coordinator in a way that works inside CompositedLayerMapping's destructor.
159 CompositedLayerMapping::CompositedLayerMapping(RenderLayer* layer)
176 CompositedLayerMapping::~CompositedLayerMapping()
195 PassOwnPtr<GraphicsLayer> CompositedLayerMapping::createGraphicsLayer(CompositingReasons reasons)
208 void CompositedLayerMapping::createPrimaryGraphicsLayer()
227 void CompositedLayerMapping::destroyGraphicsLayers()
244 void CompositedLayerMapping::updateOpacity(const RenderStyle* style
    [all...]

Completed in 121 milliseconds