Home
last modified time | relevance | path

Searched defs:_title (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h109 std::string _title; variable
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h82 UString _title; variable
DProgressDialog2.h123 UString _title; variable
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java158 final StringBuffer _title = new StringBuffer (REPORT_HEADER_TITLE); in visit() local
1362 final IElementList _title = new ElementList (); in getPageTitle() local
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3560 _title = _CFG["title"] variable in _Screen