Searched refs:enumOrFlagsComment (Results 1 – 1 of 1) sorted by relevance
440 String16 enumOrFlagsComment; in compileAttribute() local517 if (enumOrFlagsComment.size() == 0) { in compileAttribute()518 enumOrFlagsComment.append(mayOrMust(attr.type, in compileAttribute()523 enumOrFlagsComment.append(String16("</p>\n<table>\n" in compileAttribute()530 enumOrFlagsComment.append(String16("\n<tr><td><code>")); in compileAttribute()531 enumOrFlagsComment.append(itemIdent); in compileAttribute()533 enumOrFlagsComment.append(value); in compileAttribute()534 enumOrFlagsComment.append(String16("</td><td>")); in compileAttribute()538 enumOrFlagsComment.append(String16("</td></tr>")); in compileAttribute()574 if (!attr.hasErrors && enumOrFlagsComment.size() > 0) { in compileAttribute()[all …]