|
| | AccessibilityUIElement (PlatformUIElement) |
| |
| | AccessibilityUIElement (const AccessibilityUIElement &) |
| |
| | ~AccessibilityUIElement () |
| |
| PlatformUIElement | platformUIElement () const |
| |
| bool | isEqual (AccessibilityUIElement *otherElement) |
| |
| void | getLinkedUIElements (Vector< AccessibilityUIElement > &) |
| |
| void | getDocumentLinks (Vector< AccessibilityUIElement > &) |
| |
| void | getChildren (Vector< AccessibilityUIElement > &) |
| |
| void | getChildrenWithRange (Vector< AccessibilityUIElement > &, unsigned location, unsigned length) |
| |
| AccessibilityUIElement | elementAtPoint (int x, int y) |
| |
| AccessibilityUIElement | getChildAtIndex (unsigned) |
| |
| unsigned | indexOfChild (AccessibilityUIElement *) |
| |
| int | childrenCount () |
| |
| AccessibilityUIElement | titleUIElement () |
| |
| AccessibilityUIElement | parentElement () |
| |
| void | takeFocus () |
| |
| void | takeSelection () |
| |
| void | addSelection () |
| |
| void | removeSelection () |
| |
| JSStringRef | allAttributes () |
| |
| JSStringRef | attributesOfLinkedUIElements () |
| |
| AccessibilityUIElement | linkedUIElementAtIndex (unsigned) |
| |
| JSStringRef | attributesOfDocumentLinks () |
| |
| JSStringRef | attributesOfChildren () |
| |
| JSStringRef | parameterizedAttributeNames () |
| |
| void | increment () |
| |
| void | decrement () |
| |
| void | showMenu () |
| |
| void | press () |
| |
| JSStringRef | stringAttributeValue (JSStringRef attribute) |
| |
| double | numberAttributeValue (JSStringRef attribute) |
| |
| void | uiElementArrayAttributeValue (JSStringRef attribute, Vector< AccessibilityUIElement > &elements) const |
| |
| AccessibilityUIElement | uiElementAttributeValue (JSStringRef attribute) const |
| |
| bool | boolAttributeValue (JSStringRef attribute) |
| |
| void | setBoolAttributeValue (JSStringRef attribute, bool value) |
| |
| bool | isAttributeSupported (JSStringRef attribute) |
| |
| bool | isAttributeSettable (JSStringRef attribute) |
| |
| bool | isPressActionSupported () |
| |
| bool | isIncrementActionSupported () |
| |
| bool | isDecrementActionSupported () |
| |
| JSStringRef | role () |
| |
| JSStringRef | subrole () |
| |
| JSStringRef | roleDescription () |
| |
| JSStringRef | computedRoleString () |
| |
| JSStringRef | title () |
| |
| JSStringRef | description () |
| |
| JSStringRef | language () |
| |
| JSStringRef | stringValue () |
| |
| JSStringRef | accessibilityValue () const |
| |
| void | setValue (JSStringRef) |
| |
| JSStringRef | helpText () const |
| |
| JSStringRef | orientation () const |
| |
| double | x () |
| |
| double | y () |
| |
| double | width () |
| |
| double | height () |
| |
| double | intValue () const |
| |
| double | minValue () |
| |
| double | maxValue () |
| |
| JSStringRef | pathDescription () const |
| |
| JSStringRef | valueDescription () |
| |
| int | insertionPointLineNumber () |
| |
| JSStringRef | selectedTextRange () |
| |
| bool | isEnabled () |
| |
| bool | isRequired () const |
| |
| bool | isFocused () const |
| |
| bool | isFocusable () const |
| |
| bool | isSelected () const |
| |
| bool | isSelectable () const |
| |
| bool | isMultiSelectable () const |
| |
| bool | isSelectedOptionActive () const |
| |
| void | setSelectedChild (AccessibilityUIElement *) const |
| |
| unsigned | selectedChildrenCount () const |
| |
| AccessibilityUIElement | selectedChildAtIndex (unsigned) const |
| |
| void | setSelectedChildAtIndex (unsigned) const |
| |
| void | removeSelectionAtIndex (unsigned) const |
| |
| void | clearSelectedChildren () const |
| |
| bool | isExpanded () const |
| |
| bool | isChecked () const |
| |
| bool | isVisible () const |
| |
| bool | isOffScreen () const |
| |
| bool | isCollapsed () const |
| |
| bool | isIgnored () const |
| |
| bool | isSingleLine () const |
| |
| bool | isMultiLine () const |
| |
| bool | isIndeterminate () const |
| |
| bool | hasPopup () const |
| |
| int | hierarchicalLevel () const |
| |
| double | clickPointX () |
| |
| double | clickPointY () |
| |
| JSStringRef | documentEncoding () |
| |
| JSStringRef | documentURI () |
| |
| JSStringRef | url () |
| |
| JSStringRef | classList () const |
| |
| JSStringRef | speak () |
| |
| JSStringRef | attributesOfColumnHeaders () |
| |
| JSStringRef | attributesOfRowHeaders () |
| |
| JSStringRef | attributesOfColumns () |
| |
| JSStringRef | attributesOfRows () |
| |
| JSStringRef | attributesOfVisibleCells () |
| |
| JSStringRef | attributesOfHeader () |
| |
| int | indexInTable () |
| |
| JSStringRef | rowIndexRange () |
| |
| JSStringRef | columnIndexRange () |
| |
| int | rowCount () |
| |
| int | columnCount () |
| |
| void | rowHeaders (Vector< AccessibilityUIElement > &elements) const |
| |
| void | columnHeaders (Vector< AccessibilityUIElement > &elements) const |
| |
| AccessibilityUIElement | selectedRowAtIndex (unsigned) |
| |
| AccessibilityUIElement | disclosedByRow () |
| |
| AccessibilityUIElement | disclosedRowAtIndex (unsigned) |
| |
| AccessibilityUIElement | rowAtIndex (unsigned) |
| |
| AccessibilityUIElement | ariaOwnsElementAtIndex (unsigned) |
| |
| AccessibilityUIElement | ariaFlowToElementAtIndex (unsigned) |
| |
| AccessibilityUIElement | ariaControlsElementAtIndex (unsigned) |
| |
| bool | ariaIsGrabbed () const |
| |
| JSStringRef | ariaDropEffects () const |
| |
| int | lineForIndex (int) |
| |
| JSStringRef | rangeForLine (int) |
| |
| JSStringRef | rangeForPosition (int x, int y) |
| |
| JSStringRef | boundsForRange (unsigned location, unsigned length) |
| |
| void | setSelectedTextRange (unsigned location, unsigned length) |
| |
| JSStringRef | stringForRange (unsigned location, unsigned length) |
| |
| JSStringRef | attributedStringForRange (unsigned location, unsigned length) |
| |
| bool | attributedStringRangeIsMisspelled (unsigned location, unsigned length) |
| |
| unsigned | uiElementCountForSearchPredicate (JSContextRef, AccessibilityUIElement *startElement, bool isDirectionNext, JSValueRef searchKey, JSStringRef searchText, bool visibleOnly, bool immediateDescendantsOnly) |
| |
| AccessibilityUIElement | uiElementForSearchPredicate (JSContextRef, AccessibilityUIElement *startElement, bool isDirectionNext, JSValueRef searchKey, JSStringRef searchText, bool visibleOnly, bool immediateDescendantsOnly) |
| |
| JSStringRef | selectTextWithCriteria (JSContextRef, JSStringRef ambiguityResolution, JSValueRef searchStrings, JSStringRef replacementString, JSStringRef activity) |
| |
| AccessibilityUIElement | cellForColumnAndRow (unsigned column, unsigned row) |
| |
| AccessibilityUIElement | horizontalScrollbar () const |
| |
| AccessibilityUIElement | verticalScrollbar () const |
| |
| AccessibilityTextMarkerRange | lineTextMarkerRangeForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarkerRange | textMarkerRangeForElement (AccessibilityUIElement *) |
| |
| AccessibilityTextMarkerRange | textMarkerRangeForMarkers (AccessibilityTextMarker *startMarker, AccessibilityTextMarker *endMarker) |
| |
| AccessibilityTextMarker | startTextMarkerForTextMarkerRange (AccessibilityTextMarkerRange *) |
| |
| AccessibilityTextMarker | endTextMarkerForTextMarkerRange (AccessibilityTextMarkerRange *) |
| |
| AccessibilityTextMarker | endTextMarkerForBounds (int x, int y, int width, int height) |
| |
| AccessibilityTextMarker | startTextMarkerForBounds (int x, int y, int width, int height) |
| |
| AccessibilityTextMarker | textMarkerForPoint (int x, int y) |
| |
| AccessibilityTextMarker | previousTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | nextTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityUIElement | accessibilityElementForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | startTextMarker () |
| |
| AccessibilityTextMarker | endTextMarker () |
| |
| AccessibilityTextMarkerRange | leftWordTextMarkerRangeForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarkerRange | rightWordTextMarkerRangeForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | previousWordStartTextMarkerForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | nextWordEndTextMarkerForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarkerRange | paragraphTextMarkerRangeForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | previousParagraphStartTextMarkerForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | nextParagraphEndTextMarkerForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarkerRange | sentenceTextMarkerRangeForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | previousSentenceStartTextMarkerForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | nextSentenceEndTextMarkerForTextMarker (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarkerRange | selectedTextMarkerRange () |
| |
| void | resetSelectedTextMarkerRange () |
| |
| bool | setSelectedVisibleTextRange (AccessibilityTextMarkerRange *) |
| |
| JSStringRef | stringForTextMarkerRange (AccessibilityTextMarkerRange *) |
| |
| int | textMarkerRangeLength (AccessibilityTextMarkerRange *) |
| |
| bool | attributedStringForTextMarkerRangeContainsAttribute (JSStringRef, AccessibilityTextMarkerRange *) |
| |
| int | indexForTextMarker (AccessibilityTextMarker *) |
| |
| bool | isTextMarkerValid (AccessibilityTextMarker *) |
| |
| AccessibilityTextMarker | textMarkerForIndex (int) |
| |
| void | scrollToMakeVisible () |
| |
| void | scrollToMakeVisibleWithSubFocus (int x, int y, int width, int height) |
| |
| void | scrollToGlobalPoint (int x, int y) |
| |
| bool | addNotificationListener (JSObjectRef functionCallback) |
| |
| void | removeNotificationListener () |
| |
| boolean | isEqual (AccessibilityUIElement otherElement) |
| |
| AccessibilityUIElement | elementAtPoint (long x, long y) |
| |
| AccessibilityUIElement | childAtIndex (unsigned long index) |
| |
| unsigned long | indexOfChild (AccessibilityUIElement child) |
| |
| AccessibilityUIElement | linkedUIElementAtIndex (unsigned long index) |
| |
| AccessibilityUIElement | selectedChildAtIndex (unsigned long index) |
| |
| void | setSelectedChild (AccessibilityUIElement element) |
| |
| void | setSelectedChildAtIndex (unsigned long index) |
| |
| void | removeSelectionAtIndex (unsigned long index) |
| |
| void | clearSelectedChildren () |
| |
| AccessibilityUIElement | titleUIElement () |
| |
| AccessibilityUIElement | parentElement () |
| |
| DOMString | stringAttributeValue (DOMString attr) |
| |
| double | numberAttributeValue (DOMString attr) |
| |
| object | uiElementArrayAttributeValue (DOMString attr) |
| |
| AccessibilityUIElement | uiElementAttributeValue (DOMString attr) |
| |
| boolean | boolAttributeValue (DOMString attr) |
| |
| void | setBoolAttributeValue (DOMString attr, boolean value) |
| |
| boolean | isAttributeSupported (DOMString attr) |
| |
| boolean | isAttributeSettable (DOMString attr) |
| |
| boolean | isPressActionSupported () |
| |
| boolean | isIncrementActionSupported () |
| |
| boolean | isDecrementActionSupported () |
| |
| void | increment () |
| |
| void | decrement () |
| |
| void | press () |
| |
| void | showMenu () |
| |
| DOMString | allAttributes () |
| |
| DOMString | attributesOfChildren () |
| |
| DOMString | attributesOfLinkedUIElements () |
| |
| DOMString | attributesOfDocumentLinks () |
| |
| DOMString | characterAtOffset (long offset) |
| |
| DOMString | wordAtOffset (long offset) |
| |
| DOMString | lineAtOffset (long offset) |
| |
| DOMString | sentenceAtOffset (long offset) |
| |
| DOMString | attributesOfColumnHeaders () |
| |
| DOMString | attributesOfRowHeaders () |
| |
| DOMString | attributesOfColumns () |
| |
| DOMString | attributesOfRows () |
| |
| DOMString | attributesOfVisibleCells () |
| |
| DOMString | attributesOfHeader () |
| |
| AccessibilityUIElement | cellForColumnAndRow (unsigned long column, unsigned long row) |
| |
| AccessibilityUIElement | selectedRowAtIndex (unsigned long index) |
| |
| AccessibilityUIElement | disclosedByRow () |
| |
| AccessibilityUIElement | disclosedRowAtIndex (unsigned long index) |
| |
| AccessibilityUIElement | rowAtIndex (unsigned long index) |
| |
| long | indexInTable () |
| |
| DOMString | rowIndexRange () |
| |
| DOMString | columnIndexRange () |
| |
| long | rowCount () |
| |
| long | columnCount () |
| |
| object | columnHeaders () |
| |
| object | rowHeaders () |
| |
| AccessibilityUIElement | ariaOwnsElementAtIndex (unsigned long index) |
| |
| AccessibilityUIElement | ariaFlowToElementAtIndex (unsigned long index) |
| |
| AccessibilityUIElement | ariaControlsElementAtIndex (unsigned long index) |
| |
| DOMString | parameterizedAttributeNames () |
| |
| long | lineForIndex (long index) |
| |
| DOMString | rangeForLine (long index) |
| |
| DOMString | rangeForPosition (long x, long y) |
| |
| DOMString | boundsForRange (unsigned long location, unsigned long length) |
| |
| DOMString | stringForRange (unsigned long location, unsigned long length) |
| |
| DOMString | attributedStringForRange (unsigned long location, unsigned long length) |
| |
| boolean | attributedStringRangeIsMisspelled (unsigned long location, unsigned long length) |
| |
| unsigned long | uiElementCountForSearchPredicate (AccessibilityUIElement startElement, boolean isDirectionNext, object searchKey, DOMString searchText, boolean visibleOnly, boolean immediateDescendantsOnly) |
| |
| AccessibilityUIElement | uiElementForSearchPredicate (AccessibilityUIElement startElement, boolean isDirectionNext, object searchKey, DOMString searchText, boolean visibleOnly, boolean immediateDescendantsOnly) |
| |
| DOMString | selectTextWithCriteria (DOMString ambiguityResolution, object searchStrings, DOMString replacementString, DOMString activity) |
| |
| boolean | setSelectedTextRange (unsigned long location, unsigned long length) |
| |
| void | scrollToMakeVisible () |
| |
| void | scrollToGlobalPoint (long x, long y) |
| |
| void | scrollToMakeVisibleWithSubFocus (long x, long y, long width, long height) |
| |
| void | takeFocus () |
| |
| boolean | scrollPageDown () |
| |
| boolean | scrollPageUp () |
| |
| boolean | scrollPageLeft () |
| |
| boolean | scrollPageRight () |
| |
| AccessibilityTextMarkerRange | lineTextMarkerRangeForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarkerRange | textMarkerRangeForElement (AccessibilityUIElement element) |
| |
| AccessibilityTextMarkerRange | textMarkerRangeForMarkers (AccessibilityTextMarker startMarker, AccessibilityTextMarker endMarker) |
| |
| AccessibilityTextMarkerRange | selectedTextMarkerRange () |
| |
| void | resetSelectedTextMarkerRange () |
| |
| AccessibilityTextMarker | startTextMarkerForTextMarkerRange (AccessibilityTextMarkerRange range) |
| |
| AccessibilityTextMarker | endTextMarkerForTextMarkerRange (AccessibilityTextMarkerRange range) |
| |
| AccessibilityTextMarker | endTextMarkerForBounds (long x, long y, long width, long height) |
| |
| AccessibilityTextMarker | startTextMarkerForBounds (long x, long y, long width, long height) |
| |
| AccessibilityTextMarker | textMarkerForPoint (long x, long y) |
| |
| AccessibilityTextMarker | previousTextMarker (AccessibilityTextMarker marker) |
| |
| AccessibilityTextMarker | nextTextMarker (AccessibilityTextMarker marker) |
| |
| AccessibilityUIElement | accessibilityElementForTextMarker (AccessibilityTextMarker marker) |
| |
| DOMString | stringForTextMarkerRange (AccessibilityTextMarkerRange range) |
| |
| long | textMarkerRangeLength (AccessibilityTextMarkerRange range) |
| |
| boolean | attributedStringForTextMarkerRangeContainsAttribute (DOMString attr, AccessibilityTextMarkerRange range) |
| |
| long | indexForTextMarker (AccessibilityTextMarker marker) |
| |
| boolean | isTextMarkerValid (AccessibilityTextMarker marker) |
| |
| AccessibilityTextMarker | textMarkerForIndex (long textIndex) |
| |
| boolean | setSelectedVisibleTextRange (AccessibilityTextMarkerRange range) |
| |
| AccessibilityTextMarkerRange | leftWordTextMarkerRangeForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarkerRange | rightWordTextMarkerRangeForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarker | previousWordStartTextMarkerForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarker | nextWordEndTextMarkerForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarkerRange | paragraphTextMarkerRangeForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarker | previousParagraphStartTextMarkerForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarker | nextParagraphEndTextMarkerForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarkerRange | sentenceTextMarkerRangeForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarker | previousSentenceStartTextMarkerForTextMarker (AccessibilityTextMarker textMarker) |
| |
| AccessibilityTextMarker | nextSentenceEndTextMarkerForTextMarker (AccessibilityTextMarker textMarker) |
| |
| object | elementsForRange (unsigned long location, unsigned long length) |
| |
| void | increaseTextSelection () |
| |
| void | decreaseTextSelection () |
| |
| AccessibilityUIElement | linkedElement () |
| |
| AccessibilityUIElement | headerElementAtIndex (unsigned long index) |
| |
| void | assistiveTechnologySimulatedFocus () |
| |
| AccessibilityUIElement | fieldsetAncestorElement () |
| |
| boolean | addNotificationListener (object callbackFunction) |
| |
| boolean | removeNotificationListener () |
| |