Home | History | Annotate | Download | only in rendering

Lines Matching refs:OwnPtr

248     OwnPtr<GraphicsLayer> m_ancestorClippingLayer; // Only used if we are clipped by an ancestor which is not a stacking context.
249 OwnPtr<GraphicsLayer> m_graphicsLayer;
250 OwnPtr<GraphicsLayer> m_foregroundLayer; // Only used in cases where we need to draw the foreground separately.
251 OwnPtr<GraphicsLayer> m_backgroundLayer; // Only used in cases where we need to draw the background separately.
252 OwnPtr<GraphicsLayer> m_childContainmentLayer; // Only used if we have clipping on a stacking context with compositing children, or if the layer has a tile cache.
253 OwnPtr<GraphicsLayer> m_maskLayer; // Only used if we have a mask.
255 OwnPtr<GraphicsLayer> m_layerForHorizontalScrollbar;
256 OwnPtr<GraphicsLayer> m_layerForVerticalScrollbar;
257 OwnPtr<GraphicsLayer> m_layerForScrollCorner;
259 OwnPtr<GraphicsLayer> m_scrollingLayer; // Only used if the layer is using composited scrolling.
260 OwnPtr<GraphicsLayer> m_scrollingContentsLayer; // Only used if the layer is using composited scrolling.