Searched refs:otherElement (Results 1 – 5 of 5) sorted by relevance
173 Object otherElement = otherIterator.next(); in equals() local174 if (otherElement == null in equals()175 || unsafeCompare(element, otherElement) != 0) { in equals()
193 JSObjectRef otherElement = JSValueToObject(context, arguments[0], exception); in indexOfChildCallback() local194 AccessibilityUIElement* childElement = toAXElement(otherElement); in indexOfChildCallback()263 JSObjectRef otherElement = 0; in isEqualCallback() local265 otherElement = JSValueToObject(context, arguments[0], exception); in isEqualCallback()269 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEqual(toAXElement(otherElement))); in isEqualCallback()801 bool AccessibilityUIElement::isEqual(AccessibilityUIElement* otherElement) in isEqual() argument803 return platformUIElement() == otherElement->platformUIElement(); in isEqual()
73 bool isEqual(AccessibilityUIElement* otherElement);
189 Element *otherElement = other.m_element; in operator =() local190 if (otherElement) in operator =()191 otherElement->ref(); in operator =()194 m_element = otherElement; in operator =()
62 bool AccessibilityUIElement::isEqual(AccessibilityUIElement* otherElement) in isEqual() argument65 COMPtr<IAccessibleComparable> otherComparable = comparableObject(otherElement->m_element.get()); in isEqual()