Searched refs:m_compositingLayerType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebRenderLayer.cpp94 m_compositingLayerType = Normal;
97 m_compositingLayerType = Tiled;
100 m_compositingLayerType = Media;
103 m_compositingLayerType = Container;
109 m_compositingLayerType = None;
124 , m_compositingLayerType(type)
H A DWebRenderLayer.h54 CompositingLayerType compositingLayerType() const { return m_compositingLayerType; }
67 CompositingLayerType m_compositingLayerType; member in class:WebKit::WebRenderLayer

Completed in 120 milliseconds