Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible.cpp121 int32_t startFrameTextOffset, endFrameTextOffset; in GetBoundsInFrame() local
122 frame->GetOffsets(startFrameTextOffset, endFrameTextOffset); in GetBoundsInFrame()
123 int32_t frameTotalTextLength = endFrameTextOffset - startFrameTextOffset; in GetBoundsInFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible.cpp116 int32_t startFrameTextOffset, endFrameTextOffset; in GetBoundsInFrame() local
117 frame->GetOffsets(startFrameTextOffset, endFrameTextOffset); in GetBoundsInFrame()
118 int32_t frameTotalTextLength = endFrameTextOffset - startFrameTextOffset; in GetBoundsInFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible.cpp127 int32_t startFrameTextOffset, endFrameTextOffset; in GetBoundsInFrame() local
128 frame->GetOffsets(startFrameTextOffset, endFrameTextOffset); in GetBoundsInFrame()
129 int32_t frameTotalTextLength = endFrameTextOffset - startFrameTextOffset; in GetBoundsInFrame()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible.cpp242 auto [startFrameTextOffset, endFrameTextOffset] = frame->GetOffsets(); in GetBoundsInFrame()
243 int32_t frameTotalTextLength = endFrameTextOffset - startFrameTextOffset; in GetBoundsInFrame()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp239 auto [startFrameTextOffset, endFrameTextOffset] = frame->GetOffsets(); in GetBoundsInFrame()
240 int32_t frameTotalTextLength = endFrameTextOffset - startFrameTextOffset; in GetBoundsInFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp239 auto [startFrameTextOffset, endFrameTextOffset] = frame->GetOffsets(); in GetBoundsInFrame()
240 int32_t frameTotalTextLength = endFrameTextOffset - startFrameTextOffset; in GetBoundsInFrame()