Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Ddoc_tagged.cpp355 CPDF_Dictionary* pClassDict = pClassMap->GetDictFor(class_name); in GetAttr() local
356 if (pClassDict && pClassDict->GetStringFor("O") == owner) in GetAttr()
357 return pClassDict->GetDirectObjectFor(CFX_ByteString(name)); in GetAttr()
362 CPDF_Dictionary* pClassDict = pClassMap->GetDictFor(class_name); in GetAttr() local
363 if (pClassDict && pClassDict->GetStringFor("O") == owner) in GetAttr()
364 return pClassDict->GetDirectObjectFor(CFX_ByteString(name)); in GetAttr()