OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reflectionLayer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp
79
RenderLayer* RenderLayerReflectionInfo::
reflectionLayer
() const
139
reflectionLayer
()->paintLayer(context, paintingInfo, flags);
CompositedLayerMapping.cpp
501
if (m_owningLayer->reflectionInfo()->
reflectionLayer
()->hasCompositedLayerMapping()) {
502
GraphicsLayer*
reflectionLayer
= m_owningLayer->reflectionInfo()->
reflectionLayer
()->compositedLayerMapping()->mainGraphicsLayer();
503
m_graphicsLayer->setReplicatedByLayer(
reflectionLayer
);
747
if (m_owningLayer->reflectionInfo() && m_owningLayer->reflectionInfo()->
reflectionLayer
()->hasCompositedLayerMapping())
[
all
...]
RenderLayerCompositor.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
Completed in 28 milliseconds