Home
last modified time | relevance | path

Searched defs:Caption (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_themepart.h19 Caption, enumerator
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.h84 StringRef Caption; member
DResourceScriptStmt.h527 MenuItem(StringRef Caption, uint32_t ItemId, uint16_t ItemFlags) in MenuItem()
547 PopupItem(StringRef Caption, uint16_t ItemFlags, in PopupItem()
884 CaptionStmt(StringRef Caption) : Value(Caption) {} in CaptionStmt()
DResourceScriptParser.cpp547 IntOrString Caption{StringRef()}; in parseControl() local