Searched defs:GetAttr (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Daccessibility_ipc_error_browsertest.cc25 std::string GetAttr(const ui::AXNode* node, function in class:content::AccessibilityIpcErrorBrowserTest
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...]
/external/pdfium/core/src/fpdfdoc/
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);

Completed in 187 milliseconds