Inherit           579 Source/bindings/templates/interface.cpp     result->Inherit({{v8_class}}::domTemplate(isolate));
Inherit            89 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp     result->Inherit(V8TestInterfaceEventTarget::domTemplate(isolate));
Inherit           125 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     result->Inherit(V8TestInterfaceNamedConstructor::domTemplate(isolate));
Inherit            94 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp     result->Inherit(V8TestInterfaceNamedConstructor2::domTemplate(isolate));
Inherit           102 Source/bindings/v8/V8DOMConfiguration.cpp         functionDescriptor->Inherit(parentClass);
Inherit            54 Source/bindings/v8/V8DOMWrapper.cpp         shadowTemplate->Inherit(V8HTMLDocument::domTemplate(isolate));
Inherit          1528 Source/core/dom/Element.cpp     if (change >= Inherit || needsStyleRecalc()) {
Inherit          1534 Source/core/dom/Element.cpp             if (change >= Inherit) {
Inherit          1561 Source/core/dom/Element.cpp     ASSERT(change >= Inherit || needsStyleRecalc());
Inherit          1602 Source/core/dom/Element.cpp     if (change > Inherit || localChange > Inherit)
Inherit          1605 Source/core/dom/Element.cpp     if (localChange < Inherit && (oldStyle->hasPseudoElementStyle() || newStyle->hasPseudoElementStyle()))
Inherit           871 Source/core/dom/Node.h     return change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc();
Inherit           122 Source/core/dom/shadow/InsertionPoint.cpp     if (change < Inherit)
Inherit           194 Source/core/rendering/style/RenderStyle.cpp         return Inherit;