Searched defs:pAttr (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_tagged.cpp | 349 CPDF_Object* pAttr = GetAttr(owner, name, FALSE); in GetAttr() local 362 CPDF_Object* pAttr = pAttrDict->GetElementValue(name); in GetAttr() local 396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() local 408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName() local 416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetColor() local 425 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber() local 433 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetInteger() local
|
D | doc_utils.cpp | 721 CPDF_Object* pAttr = pFieldDict->GetElementValue(name); in FPDF_GetFieldAttr() local
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 136 CPDF_Object* pAttr = pFieldDict->GetElementValue(name); in BF_GetField() local
|