Home
last modified time | relevance | path

Searched defs:GetAttr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp343 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_… in GetAttr() function in CPDF_StructElementImpl
394 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int… in GetAttr() function in CPDF_StructElementImpl
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2198 PyObject* GetAttr(CMessage* self, PyObject* name) { in CheckAndGetInteger() function