Searched refs:csDA (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp263 CFX_ByteString csDA; local
285 csDA = "/" + PDF_NameEncode(csDefault) + " 0 Tf";
288 if (!csDA.IsEmpty()) {
289 csDA += " ";
291 csDA += "0 g";
293 pFormDict->SetAtString("DA", csDA);
H A Ddoc_form.cpp1150 CFX_ByteString csDA; local
1152 return csDA;
1154 csDA = m_pFormDict->GetString("DA");
1155 return csDA;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h745 CPDF_DefaultAppearance(const CFX_ByteString& csDA = "")
747 m_csDA = csDA;
761 const CPDF_DefaultAppearance& operator =(const CFX_ByteString& csDA) argument
763 m_csDA = csDA;

Completed in 1818 milliseconds