HomeSort by relevance Sort by last modified time
    Searched refs:ap_entry (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 184 const FX_CHAR* ap_entry = "N"; local
186 ap_entry = "D";
188 ap_entry = "R";
190 if (!pAP->KeyExist(ap_entry)) {
191 ap_entry = "N";
193 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 48 const FX_CHAR* ap_entry = "N"; local
50 ap_entry = "D";
52 ap_entry = "R";
53 if (!pAP->KeyExist(ap_entry))
54 ap_entry = "N";
57 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
    [all...]

Completed in 110 milliseconds