HomeSort by relevance Sort by last modified time
    Searched refs:isInherited (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
Attr.h 93 bool isInherited() const { return Inherited; }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js 555 isAttribute: section.styleRule.isAttribute, isInherited: section.styleRule.isInherited, parentNode: section.styleRule.parentNode };
618 var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInherited: true, parentNode: parentNode };
637 styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL: rule.resourceURL(), rule: rule, isInherited: true, parentNode: parentNode, editable: !!(rule.style && rule.style.styleSheetId) });
666 if (styleRule.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(property.name))
677 if (!isKnownProperty && styleRule.isInherited && !inheritedPropertyToNode[canonicalName])
681 if (styleRule.isInherited && isKnownProperty && styleRule.parentNode !== inheritedPropertyToNode[canonicalName])
758 var section = new WebInspector.StylePropertiesSection(this, styleRule, editable, styleRule.isInherited);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 436 if (top.isInherited() && right.isInherited() && bottom.isInherited() && left.isInherited())
    [all...]
StylePropertySet.h 71 bool isInherited() const { return propertyMetadata().m_inherited; }
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 77 if (isInherited(annotationType)) {
94 private static boolean isInherited(Class<? extends Annotation> annotationType) {
117 if (!map.containsKey(clazz) && isInherited(clazz)) {
141 if (isInherited(annotationType)) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 706 milliseconds