Home
last modified time | relevance | path

Searched refs:startContentOffsetInFrame (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible.cpp106 int32_t startContentOffsetInFrame; in GetBoundsInFrame() local
110 startContentOffset, false, &startContentOffsetInFrame, &frame); in GetBoundsInFrame()
126 std::min(frameTotalTextLength - startContentOffsetInFrame, seekLength); in GetBoundsInFrame()
148 startContentOffsetInFrame = 0; in GetBoundsInFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible.cpp101 int32_t startContentOffsetInFrame; in GetBoundsInFrame() local
105 startContentOffset, false, &startContentOffsetInFrame, &frame); in GetBoundsInFrame()
121 std::min(frameTotalTextLength - startContentOffsetInFrame, seekLength); in GetBoundsInFrame()
143 startContentOffsetInFrame = 0; in GetBoundsInFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible.cpp112 int32_t startContentOffsetInFrame; in GetBoundsInFrame() local
116 &startContentOffsetInFrame, &frame); in GetBoundsInFrame()
131 …int32_t frameSubStringLength = std::min(frameTotalTextLength - startContentOffsetInFrame, seekLeng… in GetBoundsInFrame()
150 startContentOffsetInFrame = 0; in GetBoundsInFrame()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible.cpp227 int32_t startContentOffsetInFrame; in GetBoundsInFrame() local
231 startContentOffset, false, &startContentOffsetInFrame, &frame); in GetBoundsInFrame()
246 std::min(frameTotalTextLength - startContentOffsetInFrame, seekLength); in GetBoundsInFrame()
268 startContentOffsetInFrame = 0; in GetBoundsInFrame()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp224 int32_t startContentOffsetInFrame; in GetBoundsInFrame() local
228 startContentOffset, false, &startContentOffsetInFrame, &frame); in GetBoundsInFrame()
243 std::min(frameTotalTextLength - startContentOffsetInFrame, seekLength); in GetBoundsInFrame()
265 startContentOffsetInFrame = 0; in GetBoundsInFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp224 int32_t startContentOffsetInFrame; in GetBoundsInFrame() local
228 startContentOffset, false, &startContentOffsetInFrame, &frame); in GetBoundsInFrame()
243 std::min(frameTotalTextLength - startContentOffsetInFrame, seekLength); in GetBoundsInFrame()
265 startContentOffsetInFrame = 0; in GetBoundsInFrame()