Home
last modified time | relevance | path

Searched refs:IA2_TEXT_OFFSET_LENGTH (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_win_browsertest.cc2979 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
2986 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
2993 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3000 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3008 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3088 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3095 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3103 IA2_TEXT_OFFSET_LENGTH, IA2_TEXT_BOUNDARY_SENTENCE, &start_offset, in IN_PROC_BROWSER_TEST_F()
3109 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3117 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dbrowser_accessibility_win_unittest.cc594 EXPECT_EQ(S_OK, text_field_obj->get_text(0, IA2_TEXT_OFFSET_LENGTH, in TEST_F()
772 hypertext->get_text(0, IA2_TEXT_OFFSET_LENGTH, text.Receive())); in TEST_F()
783 hypertext->get_text(0, IA2_TEXT_OFFSET_LENGTH, text.Receive())); in TEST_F()
793 hypertext->get_text(0, IA2_TEXT_OFFSET_LENGTH, text.Receive())); in TEST_F()
H A Daccessibility_tree_formatter_win.cc698 hr = ia2hyper->get_text(0, IA2_TEXT_OFFSET_LENGTH, text_bstr.Receive()); in AddIA2HypertextProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_win_browsertest.cc3430 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3437 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3444 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3451 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3459 hr = input_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3539 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3546 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3554 IA2_TEXT_OFFSET_LENGTH, IA2_TEXT_BOUNDARY_SENTENCE, &start_offset, in IN_PROC_BROWSER_TEST_F()
3560 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
3568 hr = textarea_text->get_textAtOffset(IA2_TEXT_OFFSET_LENGTH, in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dbrowser_accessibility_win_unittest.cc593 EXPECT_EQ(S_OK, text_field_obj->get_text(0, IA2_TEXT_OFFSET_LENGTH, in TEST_F()
772 hypertext->get_text(0, IA2_TEXT_OFFSET_LENGTH, text.Receive())); in TEST_F()
783 hypertext->get_text(0, IA2_TEXT_OFFSET_LENGTH, text.Receive())); in TEST_F()
793 hypertext->get_text(0, IA2_TEXT_OFFSET_LENGTH, text.Receive())); in TEST_F()
H A Daccessibility_tree_formatter_win.cc683 hr = ia2hyper->get_text(0, IA2_TEXT_OFFSET_LENGTH, text_bstr.Receive()); in AddIA2HypertextProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/
H A DAccessible.java3419 event.end = endOffset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : endOffset; in copyText()
3433 event.end = endOffset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : endOffset; in deleteText()
3447 event.start = offset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : offset; in insertText()
3463 event.end = endOffset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : endOffset; in cutText()
3476 event.start = offset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : offset; in pasteText()
3491 event.end = endOffset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : endOffset; in replaceText()
4230 event.end = endOffset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : endOffset; in addSelection()
4242 event.offset = offset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : offset; in get_attributes()
4313 event.start = offset == COM.IA2_TEXT_OFFSET_LENGTH ? length : offset < 0 ? 0 : offset; in get_characterExtents()
4408 event.end = endOffset == COM.IA2_TEXT_OFFSET_LENGTH ? getCharacterCount() : endOffset; in get_text()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/ia2/
H A DIA2CommonTypes.idl160IA2_TEXT_OFFSET_LENGTH = -1, /**< This offset is equivalent to the length of the string. It elimi…
H A DAccessible2.idl238 @li Using ::IA2_TEXT_OFFSET_LENGTH (-1) as an offset in any of the IAccessibleText or
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DCOM.java645 public static final int IA2_TEXT_OFFSET_LENGTH = -1; field in COM
/dports/www/firefox/firefox-99.0/other-licenses/ia2/
H A DIA2CommonTypes.idl160IA2_TEXT_OFFSET_LENGTH = -1, /**< This offset is equivalent to the length of the string. It elimi…
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/ia2/
H A DIA2CommonTypes.idl160IA2_TEXT_OFFSET_LENGTH = -1, /**< This offset is equivalent to the length of the string. It elimi…
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/ia2/
H A DIA2CommonTypes.idl160IA2_TEXT_OFFSET_LENGTH = -1, /**< This offset is equivalent to the length of the string. It elimi…
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/win/
H A DHandlerProvider.cpp545 hr = ht->get_text(0, IA2_TEXT_OFFSET_LENGTH, aText); in GetAllTextInfoMainThread()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/ia2/
H A DIA2CommonTypes.idl160IA2_TEXT_OFFSET_LENGTH = -1, /**< This offset is equivalent to the length of the string. It elimi…
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/ia2/
H A DIA2CommonTypes.idl160IA2_TEXT_OFFSET_LENGTH = -1, /**< This offset is equivalent to the length of the string. It elimi…
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/
H A DHandlerProvider.cpp678 hr = ht->get_text(0, IA2_TEXT_OFFSET_LENGTH, aText); in GetAllTextInfoMainThread()
/dports/www/firefox/firefox-99.0/accessible/ipc/win/
H A DHandlerProvider.cpp678 hr = ht->get_text(0, IA2_TEXT_OFFSET_LENGTH, aText); in GetAllTextInfoMainThread()
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/
H A DHandlerProvider.cpp678 hr = ht->get_text(0, IA2_TEXT_OFFSET_LENGTH, aText); in GetAllTextInfoMainThread()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/
H A DHandlerProvider.cpp678 hr = ht->get_text(0, IA2_TEXT_OFFSET_LENGTH, aText); in GetAllTextInfoMainThread()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/win/handler/
H A DAccessibleHandler.cpp1707 endOffset == IA2_TEXT_OFFSET_LENGTH) { in get_text()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/handler/
H A DAccessibleHandler.cpp1883 endOffset == IA2_TEXT_OFFSET_LENGTH) { in get_text()
/dports/www/firefox/firefox-99.0/accessible/ipc/win/handler/
H A DAccessibleHandler.cpp1862 endOffset == IA2_TEXT_OFFSET_LENGTH) { in get_text()
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/handler/
H A DAccessibleHandler.cpp1861 endOffset == IA2_TEXT_OFFSET_LENGTH) { in get_text()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/handler/
H A DAccessibleHandler.cpp1861 endOffset == IA2_TEXT_OFFSET_LENGTH) { in get_text()

12345