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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 64 m_reflection = RenderReplica::createAnonymous(&box().document());
65 m_reflection->setParent(m_box); // We create a 1-way connection.
70 if (!m_reflection->documentBeingDestroyed())
71 m_reflection->removeLayers(box().layer());
73 m_reflection->setParent(0);
74 m_reflection->destroy();
75 m_reflection = nullptr;
81 visitor->trace(m_reflection);
86 return m_reflection->layer();
134 m_reflection->setStyle(newStyle.release())
    [all...]
RenderLayerReflectionInfo.h 64 RenderReplica* reflection() const { return m_reflection; }
80 RawPtrWillBeMember<RenderReplica> m_reflection; member in class:blink::RenderLayerReflectionInfo

Completed in 188 milliseconds