Home
last modified time | relevance | path

Searched refs:isInherited (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js665 …isAttribute: section.styleRule.isAttribute, isInherited: section.styleRule.isInherited, parentNode… property
728 …Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInherited: true, parentNo… property
747 …style, selectorText: rule.selectorText, media: rule.media, rule: rule, isInherited: true, parentNo… property
776 … if (styleRule.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(property.name))
787 … if (!isKnownProperty && styleRule.isInherited && !inheritedPropertyToNode[canonicalName])
791 …if (styleRule.isInherited && isKnownProperty && styleRule.parentNode !== inheritedPropertyToNode[c…
868 …ection = new WebInspector.StylePropertiesSection(this, styleRule, editable, styleRule.isInherited);
1217 WebInspector.StylePropertiesSection = function(parentPane, styleRule, editable, isInherited) argument
1225 this.isInherited = isInherited;
1280 if (isInherited)
[all …]
/external/clang/include/clang/AST/
DAttr.h93 bool isInherited() const { return Inherited; } in isInherited() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp445 if (top.isInherited() && right.isInherited() && bottom.isInherited() && left.isInherited()) in get4Values()
DStylePropertySet.h67 bool isInherited() const { return propertyMetadata().m_inherited; } in isInherited() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1327 if (inheritedOnly && !current.isInherited()) { in applyProperties()
/external/clang/lib/AST/
DASTDumper.cpp633 if (A->isInherited()) in dumpAttr()
/external/clang/lib/Sema/
DSemaDecl.cpp5032 bool HasNewAttr = (NewImportAttr && !NewImportAttr->isInherited()) || in checkDLLAttributeRedeclaration()
5033 (NewExportAttr && !NewExportAttr->isInherited()); in checkDLLAttributeRedeclaration()
5569 NewVD->getAttr<DLLImportAttr>()->isInherited() || in ActOnVariableDeclarator()
9255 if (!Attr->isInherited() && !VD->isThisDeclarationADefinition()) { in FinalizeDeclaration()
DSemaDeclCXX.cpp1320 if (!SpecializationAttr->isInherited()) { in propagateDLLAttrToBaseClassTemplate()
4447 !MemberAttr->isInherited() && !ClassAttr->isInherited()) { in checkDLLAttribute()