• Home
  • Raw
  • Download

Lines Matching refs:getAttribute

341         if (equalIgnoringCase(getAttribute(aria_pressedAttr).string(), "true"))  in isPressed()
376 if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true")) in isChecked()
395 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr); in isMultiSelectable()
458 return element->getAttribute(aria_levelAttr).toInt(); in headingLevel()
548 const AtomicString& AccessibilityRenderObject::getAttribute(const QualifiedName& attribute) const in getAttribute() function in WebCore::AccessibilityRenderObject
558 return element->getAttribute(attribute); in getAttribute()
673 … String siblingAriaRole = static_cast<Element*>(sibling)->getAttribute(roleAttr).string(); in siblingWithAriaRole()
727 … const AtomicString& summary = static_cast<Element*>(curr->node())->getAttribute(summaryAttr); in helpText()
730 … const AtomicString& title = static_cast<Element*>(curr->node())->getAttribute(titleAttr); in helpText()
748 String ariaLevel = element->getAttribute(aria_levelAttr); in hierarchicalLevel()
786 String language = static_cast<Element*>(node)->getAttribute(langAttr); in language()
849 if (equalIgnoringCase(getAttribute(aria_checkedAttr).string(), "true")) in intValue()
863 return getAttribute(aria_valuetextAttr).string(); in valueDescription()
871 return getAttribute(aria_valuenowAttr).toFloat(); in valueForRange()
879 return getAttribute(aria_valuemaxAttr).toFloat(); in maxValueForRange()
887 return getAttribute(aria_valueminAttr).toFloat(); in minValueForRange()
947 const AtomicString& alt = static_cast<HTMLElement*>(node)->getAttribute(altAttr); in accessibleNameForNode()
986 String idList = getAttribute(attribute).string(); in elementsFromAttribute()
1066 const AtomicString& title = getAttribute(titleAttr); in title()
1082 const AtomicString& placeholder = getAttribute(placeholderAttr); in title()
1116 String ariaLabel = getAttribute(aria_labelAttr).string(); in accessibilityDescription()
1127 const AtomicString& alt = static_cast<HTMLElement*>(node)->getAttribute(altAttr); in accessibilityDescription()
1139 … const AtomicString& title = static_cast<HTMLFrameElementBase*>(owner)->getAttribute(titleAttr); in accessibilityDescription()
1142 return static_cast<HTMLFrameElementBase*>(owner)->getAttribute(nameAttr); in accessibilityDescription()
1145 return static_cast<HTMLElement*>(owner)->getAttribute(nameAttr); in accessibilityDescription()
1149 return static_cast<HTMLElement*>(owner)->getAttribute(nameAttr); in accessibilityDescription()
1315 if (!ariaLabeledByAttribute().isEmpty() || !getAttribute(aria_labelAttr).string().isEmpty()) in hasTextAlternative()
1323 return !getAttribute(aria_flowtoAttr).string().isEmpty(); in supportsARIAFlowTo()
1344 const AtomicString& dropEffect = getAttribute(aria_dropeffectAttr).string(); in supportsARIADropping()
1350 const AtomicString& grabbed = getAttribute(aria_grabbedAttr).string(); in supportsARIADragging()
1366 String dropEffects = getAttribute(aria_dropeffectAttr).string(); in determineARIADropEffects()
1382 if (isCheckboxOrRadio() && getAttribute(titleAttr).isEmpty()) in exposesTitleUIElement()
1413 if (equalIgnoringCase(getAttribute(aria_hiddenAttr).string(), "true")) in ariaIsHidden()
1419 …&& equalIgnoringCase(static_cast<AccessibilityRenderObject*>(object)->getAttribute(aria_hiddenAttr… in ariaIsHidden()
1545 const AtomicString& contentEditable = element->getAttribute(contenteditableAttr); in accessibilityIsIgnored()
1557 const AtomicString& alt = elt->getAttribute(altAttr); in accessibilityIsIgnored()
1712 return static_cast<Element*>(node)->getAttribute(accesskeyAttr); in accessKey()
1787 if (equalIgnoringCase(getAttribute(aria_expandedAttr).string(), "true")) in isExpanded()
1811 return equalIgnoringCase(getAttribute(attributeName), "true"); in elementAttributeValue()
1832 if (equalIgnoringCase(getAttribute(aria_requiredAttr).string(), "true")) in isRequired()
1847 String ariaSelected = getAttribute(aria_selectedAttr).string(); in isSelected()
2003 const AtomicString& ariaOwns = getAttribute(aria_ownsAttr).string(); in supportsARIAOwns()
2012 if (equalIgnoringCase(getAttribute(aria_disabledAttr).string(), "true")) in isEnabled()
2550 String activeDescendantAttrStr = element->getAttribute(aria_activedescendantAttr).string(); in activeDescendant()
2620 String ariaRole = getAttribute(roleAttr).string(); in determineAriaRoleAttribute()
2738 const AtomicString& ariaOrientation = getAttribute(aria_orientationAttr).string(); in orientation()
2804 String ariaExpanded = getAttribute(aria_expandedAttr).string(); in canSetExpandedAttribute()
2810 if (equalIgnoringCase(getAttribute(aria_readonlyAttr).string(), "true")) in canSetValueAttribute()
2958 const AtomicString& liveRegionStatus = getAttribute(aria_liveAttr); in ariaLiveRegionStatus()
2981 const AtomicString& relevant = getAttribute(aria_relevantAttr); in ariaLiveRegionRelevant()
3046 String selectedAttrString = childElement->getAttribute(aria_selectedAttr).string(); in ariaListboxSelectedChildren()