Home
last modified time | relevance | path

Searched refs:pClassDict (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp380 CPDF_Dictionary* pClassDict = pClassMap->GetDict(class_name); in GetAttr() local
381 if (pClassDict && pClassDict->GetString(FX_BSTRC("O")) == owner) { in GetAttr()
382 return pClassDict->GetElementValue(name); in GetAttr()
388 CPDF_Dictionary* pClassDict = pClassMap->GetDict(class_name); in GetAttr() local
389 if (pClassDict && pClassDict->GetString(FX_BSTRC("O")) == owner) { in GetAttr()
390 return pClassDict->GetElementValue(name); in GetAttr()