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

  /external/pdfium/core/fpdfdoc/
doc_tagged.cpp 317 CPDF_Object* CPDF_StructElement::GetAttr(const CFX_ByteStringC& owner,
325 CPDF_Object* pAttr = GetAttr(owner, name, false);
332 return m_pParent->GetAttr(owner, name, true, fLevel + 1);
367 CPDF_Object* CPDF_StructElement::GetAttr(const CFX_ByteStringC& owner,
371 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
385 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
396 CPDF_Array* pArray = ToArray(GetAttr(owner, name, bInheritable, subindex));
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
tagged_int.h 73 CPDF_Object* GetAttr(const CFX_ByteStringC& owner,
101 CPDF_Object* GetAttr(const CFX_ByteStringC& owner,
fpdf_tagged.h 42 virtual CPDF_Object* GetAttr(const CFX_ByteStringC& owner,
  /frameworks/base/tools/bit/
aapt.cpp 67 string GetAttr(const string& ns, const string& name) const;
85 Element::GetAttr(const string& ns, const string& name) const
239 apk->package = root->GetAttr("", "package");
253 apk->runner = instrumentation[0]->GetAttr(ANDROID_NS, "name");
260 string name = activities[i]->GetAttr(ANDROID_NS, "name");
  /cts/tools/utils/cts/
tools.py 239 def GetAttr(self, tag, attr_name):
  /external/protobuf/python/google/protobuf/pyext/
message.h 248 PyObject* GetAttr(CMessage* self, PyObject* name);
message.cc 531 // Constant PyString values used for GetAttr/GetItem.
    [all...]
  /cts/tools/utils/
buildCts.py 116 packages.append(doc.GetAttr('TestPackage', 'appPackageName'))
  /system/core/libappfuse/tests/
FuseAppLoopTest.cc 199 TEST_F(FuseAppLoopTest, GetAttr) {

Completed in 148 milliseconds