Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingLayerAssigner.cpp41 : m_compositor(compositor) in CompositingLayerAssigner()
86 if (!m_compositor->canBeComposited(layer)) in needsOwnBacking()
92 …yer->compositingReasons()) || needsOwnBackingForDisabledSquashing || (m_compositor->staleInComposi… in needsOwnBacking()
157 if (m_compositor->clipsCompositingDescendants(layer)) in getReasonsPreventingSquashing()
208 m_compositor->paintInvalidationOnCompositingChange(layer); in updateSquashingAssignment()
229 m_compositor->allocateOrClearCompositedLayerMapping(reflectionLayer, compositedLayerUpdate); in assignLayersToBackingsForReflectionLayer()
231 m_compositor->updateDirectCompositingReasons(reflectionLayer); in assignLayersToBackingsForReflectionLayer()
248 if (m_compositor->allocateOrClearCompositedLayerMapping(layer, compositedLayerUpdate)) { in assignLayersToBackingsInternal()
DCompositingLayerAssigner.h89 RenderLayerCompositor* m_compositor; variable
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimationsTestHelper.h138 PlatformProxy(WebCompositorSupportMock** compositor) : m_compositor(compositor) { } in PlatformProxy()
142 WebCompositorSupportMock** m_compositor;
143 virtual WebCompositorSupport* compositorSupport() OVERRIDE { return *m_compositor; } in compositorSupport()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp179 if (!m_compositor || !m_compositor->needsFixedRootBackgroundLayer(layer())) { in shouldDoFullPaintInvalidationForNextLayout()
828 return m_compositor && m_compositor->staleInCompositingMode(); in usesCompositing()
833 if (!m_compositor) in compositor()
834 m_compositor = adoptPtr(new RenderLayerCompositor(*this)); in compositor()
836 return m_compositor.get(); in compositor()
841 if (m_compositor) in setIsInWindow()
842 m_compositor->setIsInWindow(isInWindow); in setIsInWindow()
DRenderView.h197 OwnPtr<RenderLayerCompositor> m_compositor; variable