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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.h83 StringRef Caption; member
DResourceScriptStmt.h473 MenuItem(StringRef Caption, uint32_t ItemId, uint16_t ItemFlags) in MenuItem()
493 PopupItem(StringRef Caption, uint16_t ItemFlags, in PopupItem()
829 CaptionStmt(StringRef Caption) : Value(Caption) {} in CaptionStmt()
DResourceScriptParser.cpp529 IntOrString Caption{StringRef()}; in parseControl() local