HomeSort by relevance Sort by last modified time
    Searched defs:GetAttr (Results 1 - 3 of 3) sorted by null

  /cts/tools/utils/cts/
tools.py 239 def GetAttr(self, tag, attr_name):
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 343 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel)
349 CPDF_Object* pAttr = GetAttr(owner, name, FALSE);
356 return m_pParent->GetAttr(owner, name, TRUE, fLevel + 1);
394 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex)
396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
425 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
433 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
  /external/protobuf/python/google/protobuf/pyext/
message.cc 192 // Constant PyString values used for GetAttr/GetItem.
684 ScopedPyObjectPtr container(GetAttr(self, name));
705 ScopedPyObjectPtr message(GetAttr(self, name));
    [all...]

Completed in 387 milliseconds