Home | History | Annotate | Download | only in javascript

Lines Matching full:creationdate

67 JS_STATIC_PROP_ENTRY(creationDate)
771 CFX_WideString cwCreationDate = pDictionary->GetUnicodeText("CreationDate");
787 FXJS_PutObjectString(isolate, pObj, L"CreationDate",
814 FX_BOOL Document::creationDate(IJS_Context* cc,
822 vp << pDictionary->GetUnicodeText("CreationDate");
829 pDictionary->SetAtString("CreationDate", PDF_EncodeText(csCreationDate));