Home
last modified time | relevance | path

Searched refs:hyperAcc (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleHypertext.cpp99 HyperTextAccessibleWrap* hyperAcc = TextAcc(); in get_hyperlinkIndex() local
100 if (!hyperAcc) return CO_E_OBJNOTCONNECTED; in get_hyperlinkIndex()
101 MOZ_ASSERT(!hyperAcc->IsProxy()); in get_hyperlinkIndex()
103 *aHyperlinkIndex = hyperAcc->LinkIndexAtOffset(aCharIndex); in get_hyperlinkIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleHypertext.cpp99 HyperTextAccessibleWrap* hyperAcc = TextAcc(); in get_hyperlinkIndex() local
100 if (!hyperAcc) return CO_E_OBJNOTCONNECTED; in get_hyperlinkIndex()
101 MOZ_ASSERT(!hyperAcc->IsProxy()); in get_hyperlinkIndex()
103 *aHyperlinkIndex = hyperAcc->LinkIndexAtOffset(aCharIndex); in get_hyperlinkIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/ia2/
H A Dia2AccessibleHypertext.cpp84 HyperTextAccessibleWrap* hyperAcc = static_cast<HyperTextAccessibleWrap*>(this); in get_hyperlinkIndex() local
85 if (hyperAcc->IsDefunct()) in get_hyperlinkIndex()
88 *aHyperlinkIndex = hyperAcc->LinkIndexAtOffset(aCharIndex); in get_hyperlinkIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/ia2/
H A Dia2AccessibleHypertext.cpp68 HyperTextAccessibleWrap* hyperAcc = in get_hyperlinkIndex() local
70 if (hyperAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in get_hyperlinkIndex()
72 *aHyperlinkIndex = hyperAcc->LinkIndexAtOffset(aCharIndex); in get_hyperlinkIndex()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/ia2/
H A Dia2AccessibleHypertext.cpp68 HyperTextAccessibleWrap* hyperAcc = in get_hyperlinkIndex() local
70 if (hyperAcc->IsDefunct()) return CO_E_OBJNOTCONNECTED; in get_hyperlinkIndex()
72 *aHyperlinkIndex = hyperAcc->LinkIndexAtOffset(aCharIndex); in get_hyperlinkIndex()
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleHypertext.cpp100 HyperTextAccessibleBase* hyperAcc = TextAcc(); in get_hyperlinkIndex() local
101 if (!hyperAcc) return CO_E_OBJNOTCONNECTED; in get_hyperlinkIndex()
103 *aHyperlinkIndex = hyperAcc->LinkIndexAtOffset(aCharIndex); in get_hyperlinkIndex()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DTextLeafRange.cpp999 HyperTextAccessible* hyperAcc = parent->AsHyperText(); in GetTextAttributesLocalAcc() local
1000 MOZ_ASSERT(hyperAcc); in GetTextAttributesLocalAcc()
1002 TextAttrsMgr mgr(hyperAcc, aIncludeDefaults, acc, in GetTextAttributesLocalAcc()