Home
last modified time | relevance | path

Searched refs:setPropertyInternal (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_document.cpp646 return setPropertyInternal(pRuntime, vp, "Author"); in set_author()
726 CJS_Result CJS_Document::setPropertyInternal(CJS_Runtime* pRuntime, in setPropertyInternal() function in CJS_Document
750 return setPropertyInternal(pRuntime, vp, "CreationDate"); in set_creation_date()
759 return setPropertyInternal(pRuntime, vp, "Creator"); in set_creator()
795 return setPropertyInternal(pRuntime, vp, "Keywords"); in set_keywords()
804 return setPropertyInternal(pRuntime, vp, "ModDate"); in set_mod_date()
813 return setPropertyInternal(pRuntime, vp, "Producer"); in set_producer()
822 return setPropertyInternal(pRuntime, vp, "Subject"); in set_subject()
835 return setPropertyInternal(pRuntime, vp, "Title"); in set_title()
Dcjs_document.h306 CJS_Result setPropertyInternal(CJS_Runtime* pRuntime,