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

  /external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc 64 std::string GetAttr(const ui::AXNode* node,
95 std::string CrossPlatformAccessibilityBrowserTest::GetAttr(
149 GetAttr(root, ui::AX_ATTR_DOC_URL).c_str());
152 GetAttr(root, ui::AX_ATTR_DOC_TITLE).c_str());
154 "html", GetAttr(root, ui::AX_ATTR_DOC_DOCTYPE).c_str());
157 GetAttr(root, ui::AX_ATTR_DOC_MIMETYPE).c_str());
160 GetAttr(root, ui::AX_ATTR_NAME).c_str());
168 GetAttr(body, ui::AX_ATTR_HTML_TAG).c_str());
170 GetAttr(body, ui::AX_ATTR_DISPLAY).c_str());
178 "input", GetAttr(button, ui::AX_ATTR_HTML_TAG).c_str())
    [all...]
accessibility_ipc_error_browsertest.cc 25 std::string GetAttr(const ui::AXNode* node,
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 69 CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel = 0.0F);
78 CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex);
doc_tagged.cpp 353 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel)
359 CPDF_Object* pAttr = GetAttr(owner, name, FALSE);
366 return m_pParent->GetAttr(owner, name, TRUE, fLevel + 1);
404 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex)
406 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
418 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
426 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
435 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
443 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
  /art/compiler/llvm/
intrinsic_helper.h 121 static unsigned GetAttr(IntrinsicId id) {
  /external/pdfium/core/include/fpdfdoc/
fpdf_tagged.h 86 virtual CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel = 0.0F) = 0;
  /cts/tools/utils/cts/
tools.py 239 def GetAttr(self, tag, attr_name):
  /cts/tools/utils/
buildCts.py 99 packages.append(doc.GetAttr('TestPackage', 'appPackageName'))
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.cpp 460 CPDF_Object* pObj = m_pTaggedElement->GetAttr(GetAttrOwner(attr_type), ConvertLayoutAttr(attr_type), IsInheritable(attr_type));

Completed in 6110 milliseconds