Home
last modified time | relevance | path

Searched defs:AnnotationList (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
DAnnotationList.h37 typedef struct AnnotationList struct
40 struct AnnotationList *next; argument
47 * <tt>AnnotationList::inadequacyNode->contributionCount</tt>. argument
76 } AnnotationList; typedef
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextAnnotation.h50 typedef Vector<std::pair<const char*, String> > AnnotationList; typedef