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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp359 CPDF_Object* pAttr = GetAttr(owner, name, FALSE); local
360 if (pAttr) {
361 return pAttr;
372 CPDF_Object* pAttr = pAttrDict->GetElementValue(name); local
373 if (pAttr) {
374 return pAttr;
406 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); local
407 if (pAttr == NULL || subindex == -1 || pAttr->GetType() != PDFOBJ_ARRAY) {
408 return pAttr;
418 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
426 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
435 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
443 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
[all...]
H A Ddoc_utils.cpp740 CPDF_Object* pAttr = pFieldDict->GetElementValue(name); local
741 if (pAttr) {
742 return pAttr;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp135 CPDF_Object* pAttr = pFieldDict->GetElementValue(name);
136 if (pAttr) return pFieldDict;

Completed in 1805 milliseconds