Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_document.cpp656 const auto* pDictionary = m_pFormFillEnv->GetPDFDocument()->GetInfo(); in get_info() local
657 if (!pDictionary) in get_info()
660 WideString cwAuthor = pDictionary->GetUnicodeTextFor("Author"); in get_info()
661 WideString cwTitle = pDictionary->GetUnicodeTextFor("Title"); in get_info()
662 WideString cwSubject = pDictionary->GetUnicodeTextFor("Subject"); in get_info()
663 WideString cwKeywords = pDictionary->GetUnicodeTextFor("Keywords"); in get_info()
664 WideString cwCreator = pDictionary->GetUnicodeTextFor("Creator"); in get_info()
665 WideString cwProducer = pDictionary->GetUnicodeTextFor("Producer"); in get_info()
666 WideString cwCreationDate = pDictionary->GetUnicodeTextFor("CreationDate"); in get_info()
667 WideString cwModDate = pDictionary->GetUnicodeTextFor("ModDate"); in get_info()
[all …]