• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebKit-7537.78.2/win/

Lines Matching refs:AccessibleText

47 AccessibleText::AccessibleText(WebCore::AccessibilityObject* obj, HWND window)
55 HRESULT AccessibleText::addSelection(long startOffset, long endOffset)
68 HRESULT AccessibleText::get_attributes(long offset, long* startOffset, long* endOffset, BSTR* textAttributes)
78 HRESULT AccessibleText::get_caretOffset(long* offset)
92 HRESULT AccessibleText::get_characterExtents(long offset, enum IA2CoordinateType coordType, long* x, long* y, long* width, long* height)
126 HRESULT AccessibleText::get_nSelections(long* nSelections)
138 HRESULT AccessibleText::get_offsetAtPoint(long x, long y, enum IA2CoordinateType coordType, long* offset)
169 HRESULT AccessibleText::get_selection(long selectionIndex, long* startOffset, long* endOffset)
186 HRESULT AccessibleText::get_text(long startOffset, long endOffset, BSTR* text)
202 HRESULT AccessibleText::get_textBeforeOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text)
270 HRESULT AccessibleText::get_textAfterOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text)
337 HRESULT AccessibleText::get_textAtOffset(long offset, enum IA2TextBoundaryType boundaryType, long* startOffset, long* endOffset, BSTR* text)
398 HRESULT AccessibleText::removeSelection(long selectionIndex)
412 HRESULT AccessibleText::setCaretOffset(long offset)
427 HRESULT AccessibleText::setSelection(long selectionIndex, long startOffset, long endOffset)
441 HRESULT AccessibleText::get_nCharacters(long* characters)
454 HRESULT AccessibleText::scrollSubstringTo(long startIndex, long endIndex, enum IA2ScrollType scrollType)
495 HRESULT AccessibleText::scrollSubstringToPoint(long startIndex, long endIndex, enum IA2CoordinateType coordinateType, long x, long y)
521 HRESULT AccessibleText::get_newText(IA2TextSegment* newText)
529 HRESULT AccessibleText::get_oldText(IA2TextSegment* oldText)
539 HRESULT AccessibleText::get_attributeRange(long offset, BSTR filter, long* startOffset, long* endOffset, BSTR* attributeValues)
547 HRESULT AccessibleText::copyText(long startOffset, long endOffset)
565 HRESULT AccessibleText::deleteText(long startOffset, long endOffset)
583 HRESULT AccessibleText::insertText(long offset, BSTR* text)
603 HRESULT AccessibleText::cutText(long startOffset, long endOffset)
624 HRESULT AccessibleText::pasteText(long offset)
644 HRESULT AccessibleText::replaceText(long startOffset, long endOffset, BSTR* text)
665 HRESULT AccessibleText::setAttributes(long startOffset, long endOffset, BSTR* attributes)
674 HRESULT AccessibleText::get_attributes(BSTR* attributes)
682 HRESULT STDMETHODCALLTYPE AccessibleText::QueryInterface(REFIID riid, void** ppvObject)
712 ULONG STDMETHODCALLTYPE AccessibleText::Release(void)
721 int AccessibleText::convertSpecialOffset(int offset)
735 HRESULT AccessibleText::initialCheck()
751 bool AccessibleText::isInRange(VisiblePosition& current, VisiblePositionRange& wordRange)