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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 123 enum RootLayerAttachment {
129 RootLayerAttachment rootLayerAttachment() const { return m_rootLayerAttachment; }
192 void attachRootLayer(RootLayerAttachment);
232 RootLayerAttachment m_rootLayerAttachment;
RenderLayerCompositor.cpp 630 if (!innerCompositor || !innerCompositor->staleInCompositingMode() || innerCompositor->rootLayerAttachment() != RootLayerAttachedViaEnclosingFrame)
711 RootLayerAttachment attachment = m_renderView.frame()->isLocalRoot() ? RootLayerAttachedViaChromeClient : RootLayerAttachedViaEnclosingFrame;
    [all...]

Completed in 71 milliseconds