Searched defs:pAttr (Results 1 - 2 of 2) 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;

Completed in 295 milliseconds