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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp349 CPDF_Object* pAttr = GetAttr(owner, name, FALSE); local
350 if (pAttr) {
351 return pAttr;
362 CPDF_Object* pAttr = pAttrDict->GetElementValue(name); local
363 if (pAttr) {
364 return pAttr;
396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); local
397 if (pAttr == NULL || subindex == -1 || pAttr->GetType() != PDFOBJ_ARRAY) {
398 return pAttr;
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
425 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
433 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
[all...]
H A Ddoc_utils.cpp721 CPDF_Object* pAttr = pFieldDict->GetElementValue(name); local
722 if (pAttr) {
723 return pAttr;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp136 CPDF_Object* pAttr = pFieldDict->GetElementValue(name);
137 if (pAttr) return pFieldDict;

Completed in 4566 milliseconds