Lines Matching refs:thisObject
39 …ibutesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in allAttributesCallback() argument
41 JSRetainPtr<JSStringRef> attributes(Adopt, toAXElement(thisObject)->allAttributes()); in allAttributesCallback()
45 …ementsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfLinkedUIElementsCallback() argument
47 …JSRetainPtr<JSStringRef> linkedUIDescription(Adopt, toAXElement(thisObject)->attributesOfLinkedUIE… in attributesOfLinkedUIElementsCallback()
51 …tLinksCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfDocumentLinksCallback() argument
53 …JSRetainPtr<JSStringRef> linkedUIDescription(Adopt, toAXElement(thisObject)->attributesOfDocumentL… in attributesOfDocumentLinksCallback()
57 …ildrenCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfChildrenCallback() argument
59 …JSRetainPtr<JSStringRef> childrenDescription(Adopt, toAXElement(thisObject)->attributesOfChildren(… in attributesOfChildrenCallback()
63 …eNamesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in parameterizedAttributeNamesCallback() argument
65 …JSRetainPtr<JSStringRef> parameterizedAttributeNames(Adopt, toAXElement(thisObject)->parameterized… in parameterizedAttributeNamesCallback()
69 …eadersCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfColumnHeadersCallback() argument
71 …JSRetainPtr<JSStringRef> attributesOfColumnHeaders(Adopt, toAXElement(thisObject)->attributesOfCol… in attributesOfColumnHeadersCallback()
75 …eadersCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfRowHeadersCallback() argument
77 …JSRetainPtr<JSStringRef> attributesOfRowHeaders(Adopt, toAXElement(thisObject)->attributesOfRowHea… in attributesOfRowHeadersCallback()
81 …olumnsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfColumnsCallback() argument
83 …JSRetainPtr<JSStringRef> attributesOfColumns(Adopt, toAXElement(thisObject)->attributesOfColumns()… in attributesOfColumnsCallback()
87 …OfRowsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfRowsCallback() argument
89 JSRetainPtr<JSStringRef> attributesOfRows(Adopt, toAXElement(thisObject)->attributesOfRows()); in attributesOfRowsCallback()
93 …eCellsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfVisibleCellsCallback() argument
95 …JSRetainPtr<JSStringRef> attributesOfVisibleCells(Adopt, toAXElement(thisObject)->attributesOfVisi… in attributesOfVisibleCellsCallback()
99 …HeaderCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributesOfHeaderCallback() argument
101 … JSRetainPtr<JSStringRef> attributesOfHeader(Adopt, toAXElement(thisObject)->attributesOfHeader()); in attributesOfHeaderCallback()
105 …nTableCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in indexInTableCallback() argument
107 return JSValueMakeNumber(context, toAXElement(thisObject)->indexInTable()); in indexInTableCallback()
110 …xRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in rowIndexRangeCallback() argument
112 JSRetainPtr<JSStringRef> rowIndexRange(Adopt, toAXElement(thisObject)->rowIndexRange()); in rowIndexRangeCallback()
116 …xRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in columnIndexRangeCallback() argument
118 JSRetainPtr<JSStringRef> columnIndexRange(Adopt, toAXElement(thisObject)->columnIndexRange()); in columnIndexRangeCallback()
122 …rIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in lineForIndexCallback() argument
128 return JSValueMakeNumber(context, toAXElement(thisObject)->lineForIndex(indexNumber)); in lineForIndexCallback()
131 …orLineCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in rangeForLineCallback() argument
137 JSRetainPtr<JSStringRef> rangeLine(Adopt, toAXElement(thisObject)->rangeForLine(indexNumber)); in rangeForLineCallback()
141 …rRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in boundsForRangeCallback() argument
149 …JSRetainPtr<JSStringRef> boundsDescription(Adopt, toAXElement(thisObject)->boundsForRange(location… in boundsForRangeCallback()
153 …rRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in stringForRangeCallback() argument
161 …JSRetainPtr<JSStringRef> stringDescription(Adopt, toAXElement(thisObject)->stringForRange(location… in stringForRangeCallback()
165 …rRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributedStringForRangeCallback() argument
173 …JSRetainPtr<JSStringRef> stringDescription(Adopt, toAXElement(thisObject)->attributedStringForRang… in attributedStringForRangeCallback()
177 …pelledCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in attributedStringRangeIsMisspelledCallback() argument
185 …return JSValueMakeBoolean(context, toAXElement(thisObject)->attributedStringRangeIsMisspelled(loca… in attributedStringRangeIsMisspelledCallback()
188 …fChildCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in indexOfChildCallback() argument
195 return JSValueMakeNumber(context, (double)toAXElement(thisObject)->indexOfChild(childElement)); in indexOfChildCallback()
198 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in childAtIndexCallback() argument
204 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->getC… in childAtIndexCallback()
207 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in selectedChildAtIndexCallback() argument
213 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->sele… in selectedChildAtIndexCallback()
216 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in linkedUIElementAtIndexCallback() argument
222 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->link… in linkedUIElementAtIndexCallback()
225 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in disclosedRowAtIndexCallback() argument
231 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->disc… in disclosedRowAtIndexCallback()
234 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in ariaOwnsElementAtIndexCallback() argument
240 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->aria… in ariaOwnsElementAtIndexCallback()
243 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in ariaFlowToElementAtIndexCallback() argument
249 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->aria… in ariaFlowToElementAtIndexCallback()
252 …tIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in selectedRowAtIndexCallback() argument
258 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->sele… in selectedRowAtIndexCallback()
261 …sEqualCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in isEqualCallback() argument
269 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEqual(toAXElement(otherElement))); in isEqualCallback()
272 …dChildCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in setSelectedChildCallback() argument
278 toAXElement(thisObject)->setSelectedChild(toAXElement(element)); in setSelectedChildCallback()
283 …tPointCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in elementAtPointCallback() argument
292 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->elem… in elementAtPointCallback()
295 …portedCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in isAttributeSupportedCallback() argument
300 …JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSupported(attr… in isAttributeSupportedCallback()
306 …ttableCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in isAttributeSettableCallback() argument
311 …JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSettable(attri… in isAttributeSettableCallback()
318 …portedCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in isActionSupportedCallback() argument
323 …JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isActionSupported(action)… in isActionSupportedCallback()
329 …eValueCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in boolAttributeValueCallback() argument
334 bool val = toAXElement(thisObject)->boolAttributeValue(attribute); in boolAttributeValueCallback()
341 …eValueCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in stringAttributeValueCallback() argument
346 …JSRetainPtr<JSStringRef> stringAttributeValue(Adopt, toAXElement(thisObject)->stringAttributeValue… in stringAttributeValueCallback()
353 …AndRowCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in cellForColumnAndRowCallback() argument
361 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->cell… in cellForColumnAndRowCallback()
364 …lementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in titleUIElementCallback() argument
366 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->titl… in titleUIElementCallback()
369 …lementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in parentElementCallback() argument
371 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->pare… in parentElementCallback()
374 …dByRowCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in disclosedByRowCallback() argument
376 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->disc… in disclosedByRowCallback()
379 …tRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in setSelectedTextRangeCallback() argument
387 toAXElement(thisObject)->setSelectedTextRange(location, length); in setSelectedTextRangeCallback()
391 …rementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in incrementCallback() argument
393 toAXElement(thisObject)->increment(); in incrementCallback()
397 …rementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in decrementCallback() argument
399 toAXElement(thisObject)->decrement(); in decrementCallback()
403 …owMenuCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in showMenuCallback() argument
405 toAXElement(thisObject)->showMenu(); in showMenuCallback()
409 static JSValueRef pressCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject,… in pressCallback() argument
411 toAXElement(thisObject)->press(); in pressCallback()
415 …eFocusCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in takeFocusCallback() argument
417 toAXElement(thisObject)->takeFocus(); in takeFocusCallback()
421 …ectionCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in takeSelectionCallback() argument
423 toAXElement(thisObject)->takeSelection(); in takeSelectionCallback()
427 …ectionCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in addSelectionCallback() argument
429 toAXElement(thisObject)->addSelection(); in addSelectionCallback()
433 …ectionCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in removeSelectionCallback() argument
435 toAXElement(thisObject)->removeSelection(); in removeSelectionCallback()
439 …lementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in textMarkerRangeForElementCallback() argument
445 …xtMarkerRange::makeJSAccessibilityTextMarkerRange(context, toAXElement(thisObject)->textMarkerRang… in textMarkerRangeForElementCallback()
448 …LengthCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in textMarkerRangeLengthCallback() argument
454 return JSValueMakeNumber(context, (int)toAXElement(thisObject)->textMarkerRangeLength(range)); in textMarkerRangeLengthCallback()
457 …rPointCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in textMarkerForPointCallback() argument
466 …return AccessibilityTextMarker::makeJSAccessibilityTextMarker(context, toAXElement(thisObject)->te… in textMarkerForPointCallback()
469 …arkersCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in textMarkerRangeForMarkersCallback() argument
478 …xtMarkerRange::makeJSAccessibilityTextMarkerRange(context, toAXElement(thisObject)->textMarkerRang… in textMarkerRangeForMarkersCallback()
481 …rRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in startTextMarkerForTextMarkerRangeCallback() argument
487 …return AccessibilityTextMarker::makeJSAccessibilityTextMarker(context, toAXElement(thisObject)->st… in startTextMarkerForTextMarkerRangeCallback()
490 …rRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in endTextMarkerForTextMarkerRangeCallback() argument
496 …return AccessibilityTextMarker::makeJSAccessibilityTextMarker(context, toAXElement(thisObject)->en… in endTextMarkerForTextMarkerRangeCallback()
499 …MarkerCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in accessibilityElementForTextMarkerCallback() argument
505 …return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->acce… in accessibilityElementForTextMarkerCallback()
510 static JSValueRef getARIADropEffectsCallback(JSContextRef context, JSObjectRef thisObject, JSString… in getARIADropEffectsCallback() argument
512 JSRetainPtr<JSStringRef> dropEffects(Adopt, toAXElement(thisObject)->ariaDropEffects()); in getARIADropEffectsCallback()
516 static JSValueRef getARIAIsGrabbedCallback(JSContextRef context, JSObjectRef thisObject, JSStringRe… in getARIAIsGrabbedCallback() argument
518 return JSValueMakeBoolean(context, toAXElement(thisObject)->ariaIsGrabbed()); in getARIAIsGrabbedCallback()
521 static JSValueRef getIsValidCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef prop… in getIsValidCallback() argument
523 AccessibilityUIElement* uiElement = toAXElement(thisObject); in getIsValidCallback()
532 static JSValueRef getRoleCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propert… in getRoleCallback() argument
534 JSRetainPtr<JSStringRef> role(Adopt, toAXElement(thisObject)->role()); in getRoleCallback()
538 static JSValueRef getSubroleCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef prop… in getSubroleCallback() argument
540 JSRetainPtr<JSStringRef> role(Adopt, toAXElement(thisObject)->subrole()); in getSubroleCallback()
544 static JSValueRef getRoleDescriptionCallback(JSContextRef context, JSObjectRef thisObject, JSString… in getRoleDescriptionCallback() argument
546 JSRetainPtr<JSStringRef> roleDesc(Adopt, toAXElement(thisObject)->roleDescription()); in getRoleDescriptionCallback()
550 static JSValueRef getTitleCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef proper… in getTitleCallback() argument
552 JSRetainPtr<JSStringRef> title(Adopt, toAXElement(thisObject)->title()); in getTitleCallback()
556 static JSValueRef getDescriptionCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef … in getDescriptionCallback() argument
558 JSRetainPtr<JSStringRef> description(Adopt, toAXElement(thisObject)->description()); in getDescriptionCallback()
562 static JSValueRef getStringValueCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef … in getStringValueCallback() argument
564 JSRetainPtr<JSStringRef> stringValue(Adopt, toAXElement(thisObject)->stringValue()); in getStringValueCallback()
568 static JSValueRef getLanguageCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pro… in getLanguageCallback() argument
570 JSRetainPtr<JSStringRef> language(Adopt, toAXElement(thisObject)->language()); in getLanguageCallback()
574 static JSValueRef getHelpTextCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pro… in getHelpTextCallback() argument
576 JSRetainPtr<JSStringRef> language(Adopt, toAXElement(thisObject)->helpText()); in getHelpTextCallback()
580 static JSValueRef getOrientationCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef … in getOrientationCallback() argument
582 JSRetainPtr<JSStringRef> orientation(Adopt, toAXElement(thisObject)->orientation()); in getOrientationCallback()
586 static JSValueRef getChildrenCountCallback(JSContextRef context, JSObjectRef thisObject, JSStringRe… in getChildrenCountCallback() argument
588 return JSValueMakeNumber(context, toAXElement(thisObject)->childrenCount()); in getChildrenCountCallback()
591 static JSValueRef rowCountCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef proper… in rowCountCallback() argument
593 return JSValueMakeNumber(context, toAXElement(thisObject)->rowCount()); in rowCountCallback()
596 static JSValueRef columnCountCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pro… in columnCountCallback() argument
598 return JSValueMakeNumber(context, toAXElement(thisObject)->columnCount()); in columnCountCallback()
601 static JSValueRef getXCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyNa… in getXCallback() argument
603 return JSValueMakeNumber(context, toAXElement(thisObject)->x()); in getXCallback()
606 static JSValueRef getYCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyNa… in getYCallback() argument
608 return JSValueMakeNumber(context, toAXElement(thisObject)->y()); in getYCallback()
611 static JSValueRef getWidthCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef proper… in getWidthCallback() argument
613 return JSValueMakeNumber(context, toAXElement(thisObject)->width()); in getWidthCallback()
616 static JSValueRef getHeightCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef prope… in getHeightCallback() argument
618 return JSValueMakeNumber(context, toAXElement(thisObject)->height()); in getHeightCallback()
621 static JSValueRef getClickPointXCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef … in getClickPointXCallback() argument
623 return JSValueMakeNumber(context, toAXElement(thisObject)->clickPointX()); in getClickPointXCallback()
626 static JSValueRef getClickPointYCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef … in getClickPointYCallback() argument
628 return JSValueMakeNumber(context, toAXElement(thisObject)->clickPointY()); in getClickPointYCallback()
631 static JSValueRef getIntValueCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pro… in getIntValueCallback() argument
633 return JSValueMakeNumber(context, toAXElement(thisObject)->intValue()); in getIntValueCallback()
636 static JSValueRef getMinValueCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pro… in getMinValueCallback() argument
638 return JSValueMakeNumber(context, toAXElement(thisObject)->minValue()); in getMinValueCallback()
641 static JSValueRef getMaxValueCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pro… in getMaxValueCallback() argument
643 return JSValueMakeNumber(context, toAXElement(thisObject)->maxValue()); in getMaxValueCallback()
646 static JSValueRef getInsertionPointLineNumberCallback(JSContextRef context, JSObjectRef thisObject,… in getInsertionPointLineNumberCallback() argument
648 return JSValueMakeNumber(context, toAXElement(thisObject)->insertionPointLineNumber()); in getInsertionPointLineNumberCallback()
651 static JSValueRef getSelectedTextRangeCallback(JSContextRef context, JSObjectRef thisObject, JSStri… in getSelectedTextRangeCallback() argument
653 JSRetainPtr<JSStringRef> selectedTextRange(Adopt, toAXElement(thisObject)->selectedTextRange()); in getSelectedTextRangeCallback()
657 static JSValueRef getIsEnabledCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef pr… in getIsEnabledCallback() argument
659 return JSValueMakeBoolean(context, toAXElement(thisObject)->isEnabled()); in getIsEnabledCallback()
662 static JSValueRef getIsRequiredCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, … in getIsRequiredCallback() argument
664 return JSValueMakeBoolean(context, toAXElement(thisObject)->isRequired()); in getIsRequiredCallback()
667 static JSValueRef getIsFocusedCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, J… in getIsFocusedCallback() argument
669 return JSValueMakeBoolean(context, toAXElement(thisObject)->isFocused()); in getIsFocusedCallback()
672 static JSValueRef getIsFocusableCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef,… in getIsFocusableCallback() argument
674 return JSValueMakeBoolean(context, toAXElement(thisObject)->isFocusable()); in getIsFocusableCallback()
677 static JSValueRef getIsSelectedCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, … in getIsSelectedCallback() argument
679 return JSValueMakeBoolean(context, toAXElement(thisObject)->isSelected()); in getIsSelectedCallback()
682 static JSValueRef getIsSelectableCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef… in getIsSelectableCallback() argument
684 return JSValueMakeBoolean(context, toAXElement(thisObject)->isSelectable()); in getIsSelectableCallback()
687 static JSValueRef getIsMultiSelectableCallback(JSContextRef context, JSObjectRef thisObject, JSStri… in getIsMultiSelectableCallback() argument
689 return JSValueMakeBoolean(context, toAXElement(thisObject)->isMultiSelectable()); in getIsMultiSelectableCallback()
692 static JSValueRef getIsExpandedCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, … in getIsExpandedCallback() argument
694 return JSValueMakeBoolean(context, toAXElement(thisObject)->isExpanded()); in getIsExpandedCallback()
697 static JSValueRef getIsCheckedCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, J… in getIsCheckedCallback() argument
699 return JSValueMakeBoolean(context, toAXElement(thisObject)->isChecked()); in getIsCheckedCallback()
702 static JSValueRef getIsVisibleCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, J… in getIsVisibleCallback() argument
704 return JSValueMakeBoolean(context, toAXElement(thisObject)->isVisible()); in getIsVisibleCallback()
707 static JSValueRef getIsOffScreenCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef,… in getIsOffScreenCallback() argument
709 return JSValueMakeBoolean(context, toAXElement(thisObject)->isOffScreen()); in getIsOffScreenCallback()
712 static JSValueRef getIsCollapsedCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef,… in getIsCollapsedCallback() argument
714 return JSValueMakeBoolean(context, toAXElement(thisObject)->isCollapsed()); in getIsCollapsedCallback()
717 static JSValueRef isIgnoredCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, JSVa… in isIgnoredCallback() argument
719 return JSValueMakeBoolean(context, toAXElement(thisObject)->isIgnored()); in isIgnoredCallback()
722 static JSValueRef speakCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, JSValueR… in speakCallback() argument
724 JSRetainPtr<JSStringRef> speakString(Adopt, toAXElement(thisObject)->speak()); in speakCallback()
728 static JSValueRef selectedChildrenCountCallback(JSContextRef context, JSObjectRef thisObject, JSStr… in selectedChildrenCountCallback() argument
730 return JSValueMakeNumber(context, toAXElement(thisObject)->selectedChildrenCount()); in selectedChildrenCountCallback()
733 static JSValueRef getHasPopupCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef, JS… in getHasPopupCallback() argument
735 return JSValueMakeBoolean(context, toAXElement(thisObject)->hasPopup()); in getHasPopupCallback()
738 static JSValueRef hierarchicalLevelCallback(JSContextRef context, JSObjectRef thisObject, JSStringR… in hierarchicalLevelCallback() argument
740 return JSValueMakeNumber(context, toAXElement(thisObject)->hierarchicalLevel()); in hierarchicalLevelCallback()
743 static JSValueRef getValueDescriptionCallback(JSContextRef context, JSObjectRef thisObject, JSStrin… in getValueDescriptionCallback() argument
745 JSRetainPtr<JSStringRef> valueDescription(Adopt, toAXElement(thisObject)->valueDescription()); in getValueDescriptionCallback()
749 static JSValueRef getAccessibilityValueCallback(JSContextRef context, JSObjectRef thisObject, JSStr… in getAccessibilityValueCallback() argument
751 … JSRetainPtr<JSStringRef> accessibilityValue(Adopt, toAXElement(thisObject)->accessibilityValue()); in getAccessibilityValueCallback()
755 static JSValueRef getDocumentEncodingCallback(JSContextRef context, JSObjectRef thisObject, JSStrin… in getDocumentEncodingCallback() argument
757 JSRetainPtr<JSStringRef> documentEncoding(Adopt, toAXElement(thisObject)->documentEncoding()); in getDocumentEncodingCallback()
761 static JSValueRef getDocumentURICallback(JSContextRef context, JSObjectRef thisObject, JSStringRef … in getDocumentURICallback() argument
763 JSRetainPtr<JSStringRef> documentURI(Adopt, toAXElement(thisObject)->documentURI()); in getDocumentURICallback()
767 static JSValueRef getURLCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef property… in getURLCallback() argument
769 JSRetainPtr<JSStringRef> url(Adopt, toAXElement(thisObject)->url()); in getURLCallback()
773 …stenerCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in addNotificationListenerCallback() argument
779 bool succeeded = toAXElement(thisObject)->addNotificationListener(callback); in addNotificationListenerCallback()
783 …stenerCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argument… in removeNotificationListenerCallback() argument
785 toAXElement(thisObject)->removeNotificationListener(); in removeNotificationListenerCallback()
848 static void finalize(JSObjectRef thisObject) in finalize() argument
850 delete toAXElement(thisObject); in finalize()