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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 63 bool isInherited() const { return propertyMetadata().m_inherited; }
  /external/clang/include/clang/AST/
Attr.h 92 bool isInherited() const { return Inherited; }
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 78 if (isInherited(annotationType)) {
95 private static boolean isInherited(Class<? extends Annotation> annotationType) {
118 if (!map.containsKey(clazz) && isInherited(clazz)) {
142 if (isInherited(annotationType)) {

Completed in 145 milliseconds