inherit 39 Source/core/css/StylePropertySerializer.cpp DEFINE_STATIC_LOCAL(String, inherit, ("inherit")); inherit 40 Source/core/css/StylePropertySerializer.cpp return value.length() == 7 && (value == initial || value == inherit); inherit 445 Source/core/dom/Document.cpp , m_designMode(inherit) inherit 4323 Source/core/dom/Document.cpp if (d->m_designMode != inherit) inherit 110 Source/core/html/HTMLDocument.cpp mode = inherit; inherit 682 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, inherit, ("inherit", AtomicString::ConstructFromLiteral)); inherit 684 Source/core/svg/SVGAnimationElement.cpp if (value.isEmpty() || value != inherit)