Searched refs:getPropertyInternal (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 641 return getPropertyInternal(pRuntime, "Author"); in get_author() 714 CJS_Result CJS_Document::getPropertyInternal(CJS_Runtime* pRuntime, in getPropertyInternal() function in CJS_Document 745 return getPropertyInternal(pRuntime, "CreationDate"); in get_creation_date() 754 return getPropertyInternal(pRuntime, "Creator"); in get_creator() 790 return getPropertyInternal(pRuntime, "Keywords"); in get_keywords() 799 return getPropertyInternal(pRuntime, "ModDate"); in get_mod_date() 808 return getPropertyInternal(pRuntime, "Producer"); in get_producer() 817 return getPropertyInternal(pRuntime, "Subject"); in get_subject() 828 return getPropertyInternal(pRuntime, "Title"); in get_title()
|
D | cjs_document.h | 304 CJS_Result getPropertyInternal(CJS_Runtime* pRuntime,
|