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 183 const FX_CHAR* ap_entry = "N"; local
185 ap_entry = "D";
187 ap_entry = "R";
189 if (!pAP->KeyExist(ap_entry)) {
190 ap_entry = "N";
192 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 49 const FX_CHAR* ap_entry = "N"; local
51 ap_entry = "D";
53 ap_entry = "R";
54 if (!pAP->KeyExist(ap_entry))
55 ap_entry = "N";
58 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
    [all...]

Completed in 1310 milliseconds