Home
last modified time | relevance | path

Searched refs:textAcc (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleText.cpp39 MOZ_ASSERT(!textAcc->IsProxy()); in addSelection()
57 if (!textAcc) { in get_attributes()
60 MOZ_ASSERT(!textAcc->IsProxy()); in get_attributes()
81 if (!textAcc) { in get_caretOffset()
84 MOZ_ASSERT(!textAcc->IsProxy()); in get_caretOffset()
106 MOZ_ASSERT(!textAcc->IsProxy()); in get_characterExtents()
124 if (!textAcc) { in get_nSelections()
127 MOZ_ASSERT(!textAcc->IsProxy()); in get_nSelections()
147 if (!textAcc) { in get_offsetAtPoint()
165 if (!textAcc) { in get_selection()
[all …]
H A Dia2AccessibleEditableText.cpp31 HyperTextAccessible* textAcc = TextAcc(); in copyText() local
32 if (!textAcc) return CO_E_OBJNOTCONNECTED; in copyText()
33 MOZ_ASSERT(!textAcc->IsProxy()); in copyText()
43 HyperTextAccessible* textAcc = TextAcc(); in deleteText() local
45 MOZ_ASSERT(!textAcc->IsProxy()); in deleteText()
58 HyperTextAccessible* textAcc = TextAcc(); in insertText() local
60 MOZ_ASSERT(!textAcc->IsProxy()); in insertText()
64 textAcc->InsertText(text, aOffset); in insertText()
72 MOZ_ASSERT(!textAcc->IsProxy()); in cutText()
84 MOZ_ASSERT(!textAcc->IsProxy()); in pasteText()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleText.cpp39 MOZ_ASSERT(!textAcc->IsProxy()); in addSelection()
57 if (!textAcc) { in get_attributes()
60 MOZ_ASSERT(!textAcc->IsProxy()); in get_attributes()
81 if (!textAcc) { in get_caretOffset()
84 MOZ_ASSERT(!textAcc->IsProxy()); in get_caretOffset()
106 MOZ_ASSERT(!textAcc->IsProxy()); in get_characterExtents()
124 if (!textAcc) { in get_nSelections()
127 MOZ_ASSERT(!textAcc->IsProxy()); in get_nSelections()
147 if (!textAcc) { in get_offsetAtPoint()
165 if (!textAcc) { in get_selection()
[all …]
H A Dia2AccessibleEditableText.cpp31 HyperTextAccessible* textAcc = TextAcc(); in copyText() local
32 if (!textAcc) return CO_E_OBJNOTCONNECTED; in copyText()
33 MOZ_ASSERT(!textAcc->IsProxy()); in copyText()
43 HyperTextAccessible* textAcc = TextAcc(); in deleteText() local
45 MOZ_ASSERT(!textAcc->IsProxy()); in deleteText()
58 HyperTextAccessible* textAcc = TextAcc(); in insertText() local
60 MOZ_ASSERT(!textAcc->IsProxy()); in insertText()
64 textAcc->InsertText(text, aOffset); in insertText()
72 MOZ_ASSERT(!textAcc->IsProxy()); in cutText()
84 MOZ_ASSERT(!textAcc->IsProxy()); in pasteText()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/ia2/
H A Dia2AccessibleText.cpp51 if (textAcc->IsDefunct()) { in get_attributes()
75 if (textAcc->IsDefunct()) { in get_caretOffset()
79 *aOffset = textAcc->CaretOffset(); in get_caretOffset()
118 if (textAcc->IsDefunct()) { in get_nSelections()
141 if (textAcc->IsDefunct()) { in get_offsetAtPoint()
159 if (textAcc->IsDefunct()) { in get_selection()
181 if (textAcc->IsDefunct()) { in get_text()
217 endOffset = textAcc->CharacterCount(); in get_textBeforeOffset()
257 endOffset = textAcc->CharacterCount(); in get_textAfterOffset()
294 endOffset = textAcc->CharacterCount(); in get_textAtOffset()
[all …]
H A Dia2AccessibleEditableText.cpp27 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in copyText()
31 textAcc->CopyText(aStartOffset, aEndOffset); in copyText()
40 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in deleteText()
44 textAcc->DeleteText(aStartOffset, aEndOffset); in deleteText()
55 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in insertText()
59 textAcc->InsertText(text, aOffset); in insertText()
72 textAcc->CutText(aStartOffset, aEndOffset); in cutText()
80 RefPtr<HyperTextAccessible> textAcc = in pasteText() local
86 textAcc->PasteText(aOffset); in pasteText()
98 textAcc->DeleteText(aStartOffset, aEndOffset); in replaceText()
[all …]
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleText.cpp50 if (!textAcc) { in addSelection()
69 if (!textAcc) { in get_attributes()
93 if (!textAcc) { in get_caretOffset()
116 if (!textAcc) { in get_characterExtents()
136 if (!textAcc) { in get_nSelections()
158 if (!textAcc) { in get_offsetAtPoint()
175 if (!textAcc) { in get_selection()
196 if (!textAcc) { in get_text()
223 if (!textAcc) { in get_textBeforeOffset()
265 if (!textAcc) { in get_textAfterOffset()
[all …]
H A Dia2AccessibleEditableText.cpp30 HyperTextAccessible* textAcc = TextAcc(); in copyText() local
31 if (!textAcc) return CO_E_OBJNOTCONNECTED; in copyText()
41 HyperTextAccessible* textAcc = TextAcc(); in deleteText() local
42 if (!textAcc) return CO_E_OBJNOTCONNECTED; in deleteText()
55 HyperTextAccessible* textAcc = TextAcc(); in insertText() local
56 if (!textAcc) return CO_E_OBJNOTCONNECTED; in insertText()
60 textAcc->InsertText(text, aOffset); in insertText()
66 HyperTextAccessible* textAcc = TextAcc(); in cutText() local
82 textAcc->PasteText(aOffset); in pasteText()
89 HyperTextAccessible* textAcc = TextAcc(); in replaceText() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/ia2/
H A Dia2AccessibleText.cpp52 if (textAcc->IsDefunct()) { in get_attributes()
76 if (textAcc->IsDefunct()) { in get_caretOffset()
80 *aOffset = textAcc->CaretOffset(); in get_caretOffset()
119 if (textAcc->IsDefunct()) { in get_nSelections()
142 if (textAcc->IsDefunct()) { in get_offsetAtPoint()
160 if (textAcc->IsDefunct()) { in get_selection()
182 if (textAcc->IsDefunct()) { in get_text()
218 endOffset = textAcc->CharacterCount(); in get_textBeforeOffset()
258 endOffset = textAcc->CharacterCount(); in get_textAfterOffset()
295 endOffset = textAcc->CharacterCount(); in get_textAtOffset()
[all …]
H A Dia2AccessibleEditableText.cpp27 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in copyText()
31 textAcc->CopyText(aStartOffset, aEndOffset); in copyText()
40 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in deleteText()
44 textAcc->DeleteText(aStartOffset, aEndOffset); in deleteText()
55 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in insertText()
59 textAcc->InsertText(text, aOffset); in insertText()
68 if (textAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in cutText()
72 textAcc->CutText(aStartOffset, aEndOffset); in cutText()
85 textAcc->PasteText(aOffset); in pasteText()
97 textAcc->DeleteText(aStartOffset, aEndOffset); in replaceText()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/ia2/
H A Dia2AccessibleText.cpp36 if (textAcc->IsDefunct()) in addSelection()
62 if (textAcc->IsDefunct()) { in get_attributes()
93 if (textAcc->IsDefunct()) { in get_caretOffset()
122 if (textAcc->IsDefunct()) in get_characterExtents()
261 if (textAcc->IsDefunct()) in get_textBeforeOffset()
310 if (textAcc->IsDefunct()) in get_textAfterOffset()
357 if (textAcc->IsDefunct()) in get_textAtOffset()
396 if (textAcc->IsDefunct()) in removeSelection()
413 if (textAcc->IsDefunct()) in setCaretOffset()
434 if (textAcc->IsDefunct()) in setSelection()
[all …]
H A Dia2AccessibleEditableText.cpp30 if (textAcc->IsDefunct()) in copyText()
50 if (textAcc->IsDefunct()) in deleteText()
72 if (textAcc->IsDefunct()) in insertText()
75 if (!textAcc->IsValidOffset(aOffset)) in insertText()
78 textAcc->InsertText(text, aOffset); in insertText()
92 if (textAcc->IsDefunct()) in cutText()
112 if (textAcc->IsDefunct()) in pasteText()
115 if (!textAcc->IsValidOffset(aOffset)) in pasteText()
118 textAcc->PasteText(aOffset); in pasteText()
131 if (textAcc->IsDefunct()) in replaceText()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/mac/
H A DmozTextAccessible.mm222 if (textAcc) {
281 if (textAcc) {
300 if (textAcc) {
349 if (textAcc)
366 if (textAcc) {
384 if (textAcc) {
406 if (textAcc) {
441 if (textAcc) {
464 if (textAcc) {
489 if (textAcc) {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/mac/
H A DmozTextAccessible.mm222 if (textAcc) {
281 if (textAcc) {
300 if (textAcc) {
349 if (textAcc)
366 if (textAcc) {
384 if (textAcc) {
406 if (textAcc) {
441 if (textAcc) {
464 if (textAcc) {
489 if (textAcc) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/mac/
H A DmozTextAccessible.mm248 if (textAcc) {
300 if (textAcc) {
321 if (textAcc) {
336 if (textAcc) {
388 if (textAcc) {
405 if (textAcc) {
424 if (textAcc) {
455 if (textAcc) {
476 if (textAcc) {
500 if (textAcc) {
[all …]
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/util/
H A DButtons.java41 public static JButton stop() { return textAcc( "stop" ); } in stop()
42 public static JButton search() { return textAcc( "search" ); } in search()
43 public static JButton searchNew() { return textAcc( "searchNew"); } in searchNew()
68 private static JButton textAcc( String key ) { in textAcc() method in Buttons
/dports/www/firefox/firefox-99.0/accessible/mac/
H A DmozTextAccessible.mm102 if (HyperTextAccessible* textAcc =
104 lineNumber = textAcc->CaretLineNumber() - 1;
185 if (HyperTextAccessible* textAcc =
187 textAcc->ReplaceText(text);
205 if (HyperTextAccessible* textAcc =
207 textAcc->SelectionBoundsAt(0, &start, &end);
208 textAcc->DeleteText(start, end - start);
210 textAcc->InsertText(text, start);
240 if (HyperTextAccessible* textAcc =
242 textAcc->ScrollSubstringTo(range.location, range.location + range.length,
/dports/www/firefox-esr/firefox-91.8.0/accessible/mac/
H A DmozTextAccessible.mm107 if (HyperTextAccessible* textAcc =
109 lineNumber = textAcc->CaretLineNumber() - 1;
190 if (HyperTextAccessible* textAcc =
192 textAcc->ReplaceText(text);
210 if (HyperTextAccessible* textAcc =
212 textAcc->SelectionBoundsAt(0, &start, &end);
213 textAcc->DeleteText(start, end - start);
215 textAcc->InsertText(text, start);
243 if (HyperTextAccessible* textAcc =
245 textAcc->ScrollSubstringTo(range.location, range.location + range.length,
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/mac/
H A DmozTextAccessible.mm107 if (HyperTextAccessible* textAcc =
109 lineNumber = textAcc->CaretLineNumber() - 1;
190 if (HyperTextAccessible* textAcc =
192 textAcc->ReplaceText(text);
210 if (HyperTextAccessible* textAcc =
212 textAcc->SelectionBoundsAt(0, &start, &end);
213 textAcc->DeleteText(start, end - start);
215 textAcc->InsertText(text, start);
243 if (HyperTextAccessible* textAcc =
245 textAcc->ScrollSubstringTo(range.location, range.location + range.length,
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/android/
H A DAccessibleWrap.cpp413 if (HyperTextAccessible* textAcc = AsHyperText()) { in SetSelection() local
415 textAcc->SetCaretOffset(aStart); in SetSelection()
417 textAcc->SetSelectionBoundsAt(0, aStart, aEnd); in SetSelection()
427 if (HyperTextAccessible* textAcc = AsHyperText()) { in Cut() local
430 textAcc->CutText(startSel, endSel); in Cut()
435 if (HyperTextAccessible* textAcc = AsHyperText()) { in Copy() local
438 textAcc->CopyText(startSel, endSel); in Copy()
448 RefPtr<HyperTextAccessible> textAcc = AsHyperText(); in Paste() local
452 textAcc->DeleteText(startSel, endSel); in Paste()
454 textAcc->PasteText(startSel); in Paste()
[all …]
/dports/www/firefox/firefox-99.0/accessible/android/
H A DAccessibleWrap.cpp435 if (HyperTextAccessible* textAcc = AsHyperText()) { in SetSelection() local
437 textAcc->SetCaretOffset(aStart); in SetSelection()
439 textAcc->SetSelectionBoundsAt(0, aStart, aEnd); in SetSelection()
449 if (HyperTextAccessible* textAcc = AsHyperText()) { in Cut() local
452 textAcc->CutText(startSel, endSel); in Cut()
457 if (HyperTextAccessible* textAcc = AsHyperText()) { in Copy() local
460 textAcc->CopyText(startSel, endSel); in Copy()
470 RefPtr<HyperTextAccessible> textAcc = AsHyperText(); in Paste() local
474 textAcc->DeleteText(startSel, endSel); in Paste()
476 textAcc->PasteText(startSel); in Paste()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/android/
H A DAccessibleWrap.cpp416 if (HyperTextAccessible* textAcc = AsHyperText()) { in SetSelection() local
418 textAcc->SetCaretOffset(aStart); in SetSelection()
420 textAcc->SetSelectionBoundsAt(0, aStart, aEnd); in SetSelection()
430 if (HyperTextAccessible* textAcc = AsHyperText()) { in Cut() local
433 textAcc->CutText(startSel, endSel); in Cut()
438 if (HyperTextAccessible* textAcc = AsHyperText()) { in Copy() local
441 textAcc->CopyText(startSel, endSel); in Copy()
451 RefPtr<HyperTextAccessible> textAcc = AsHyperText(); in Paste() local
455 textAcc->DeleteText(startSel, endSel); in Paste()
457 textAcc->PasteText(startSel); in Paste()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/android/
H A DAccessibleWrap.cpp416 if (HyperTextAccessible* textAcc = AsHyperText()) { in SetSelection() local
418 textAcc->SetCaretOffset(aStart); in SetSelection()
420 textAcc->SetSelectionBoundsAt(0, aStart, aEnd); in SetSelection()
430 if (HyperTextAccessible* textAcc = AsHyperText()) { in Cut() local
433 textAcc->CutText(startSel, endSel); in Cut()
438 if (HyperTextAccessible* textAcc = AsHyperText()) { in Copy() local
441 textAcc->CopyText(startSel, endSel); in Copy()
451 RefPtr<HyperTextAccessible> textAcc = AsHyperText(); in Paste() local
455 textAcc->DeleteText(startSel, endSel); in Paste()
457 textAcc->PasteText(startSel); in Paste()
[all …]
/dports/www/firefox/firefox-99.0/accessible/base/
H A DNotificationController.cpp687 LocalAccessible* textAcc = mDocument->GetAccessible(textNode); in WillRefresh() local
694 MOZ_ASSERT(!textAcc, in WillRefresh()
701 MOZ_ASSERT(!textAcc, in WillRefresh()
716 if (textAcc) { in WillRefresh()
728 mDocument->ContentRemoved(textAcc); in WillRefresh()
740 NS_ConvertUTF16toUTF8(textAcc->AsTextLeaf()->Text()).get()); in WillRefresh()
747 TextUpdater::Run(mDocument, textAcc->AsTextLeaf(), text.mString); in WillRefresh()
750 RefPtr<AccAttributes> fields = textAcc->BundleFieldsForCache( in WillRefresh()
752 uint64_t id = reinterpret_cast<uint64_t>(textAcc->UniqueID()); in WillRefresh()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DNotificationController.cpp645 Accessible* textAcc = mDocument->GetAccessible(textNode); in WillRefresh() local
652 MOZ_ASSERT(!textAcc, in WillRefresh()
659 MOZ_ASSERT(!textAcc, in WillRefresh()
674 if (textAcc) { in WillRefresh()
686 mDocument->ContentRemoved(textAcc); in WillRefresh()
698 NS_ConvertUTF16toUTF8(textAcc->AsTextLeaf()->Text()).get()); in WillRefresh()
705 TextUpdater::Run(mDocument, textAcc->AsTextLeaf(), text.mString); in WillRefresh()

12