Searched refs:GetAttr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dcross_platform_accessibility_browsertest.cc64 std::string GetAttr(const ui::AXNode* node,
95 std::string CrossPlatformAccessibilityBrowserTest::GetAttr( function in class:content::CrossPlatformAccessibilityBrowserTest
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(butto
[all...]
H A Daccessibility_ipc_error_browsertest.cc25 std::string GetAttr(const ui::AXNode* node, function in class:content::AccessibilityIpcErrorBrowserTest
/external/pdfium/core/src/fpdfdoc/
H A Dtagged_int.h69 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);
H A Ddoc_tagged.cpp353 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel) function in class:CPDF_StructElementImpl
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) function in class:CPDF_StructElementImpl
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);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_tagged.h86 virtual CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel = 0.0F) = 0;
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp460 CPDF_Object* pObj = m_pTaggedElement->GetAttr(GetAttrOwner(attr_type), ConvertLayoutAttr(attr_type), IsInheritable(attr_type));

Completed in 3786 milliseconds