Searched defs:isReflection (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebRenderLayer.cpp64 PassRefPtr<WebRenderLayer> WebRenderLayer::create(PassRefPtr<WebRenderObject> renderer, bool isReflection, bool isClipping, bool isClipped, CompositingLayerType type, WebCore::IntRect absoluteBoundingBox, PassRefPtr<API::Array> negativeZOrderList, PassRefPtr<API::Array> normalFlowList, PassRefPtr<API::Array> positiveZOrderList) argument
119 WebRenderLayer::WebRenderLayer(PassRefPtr<WebRenderObject> renderer, bool isReflection, bool isClipping, bool isClipped, CompositingLayerType type, WebCore::IntRect absoluteBoundingBox, PassRefPtr<API::Array> negativeZOrderList, PassRefPtr<API::Array> normalFlowList, PassRefPtr<API::Array> positiveZOrderList) argument
H A DWebRenderLayer.h51 bool isReflection() const { return m_isReflection; } function in class:WebKit::WebRenderLayer
H A DUserMessageCoders.h388 bool isReflection; local
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorLayerTreeAgent.cpp154 bool isReflection = renderLayer->isReflection(); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h382 bool isReflection() const { return renderer().isReplica(); } function in class:WebCore::final

Completed in 185 milliseconds