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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 165 // FIXME: Move allocateOrClearCompositedLayerMapping to CompositingLayerAssigner once we've fixed
167 bool allocateOrClearCompositedLayerMapping(RenderLayer*, CompositingStateTransitionType compositedLayerUpdate);
CompositingLayerAssigner.cpp 229 m_compositor->allocateOrClearCompositedLayerMapping(reflectionLayer, compositedLayerUpdate);
248 if (m_compositor->allocateOrClearCompositedLayerMapping(layer, compositedLayerUpdate)) {
RenderLayerCompositor.cpp 403 bool RenderLayerCompositor::allocateOrClearCompositedLayerMapping(RenderLayer* layer, const CompositingStateTransitionType compositedLayerUpdate)
408 // but allocateOrClearCompositedLayerMapping also gets called without having updated compositing
    [all...]

Completed in 38 milliseconds