Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:DA

1079     CFX_ByteString DA = FPDF_GetFieldAttr(m_pDict, "DA")->GetString();

1080 if (DA.IsEmpty()) {
1081 DA = m_pForm->m_pFormDict->GetString("DA");
1083 if (DA.IsEmpty()) {
1086 CPDF_SimpleParser syntax(DA);