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

  /external/clang/include/clang/AST/
Attr.h 93 bool isInherited() const { return Inherited; }
  /external/chromium_org/third_party/WebKit/Source/core/css/
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)) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 

Completed in 115 milliseconds