Home
last modified time | relevance | path

Searched refs:thisLineBeginOffset (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible.cpp706 uint32_t thisLineBeginOffset = in FindLineBoundary() local
708 if (IsCharAt(thisLineBeginOffset, kEmbeddedObjectChar)) { in FindLineBoundary()
711 return thisLineBeginOffset; in FindLineBoundary()
719 if (tmpOffset > thisLineBeginOffset && tmpOffset < aOffset) { in FindLineBoundary()
724 return thisLineBeginOffset; in FindLineBoundary()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp748 uint32_t thisLineBeginOffset = in FindLineBoundary() local
750 if (IsCharAt(thisLineBeginOffset, kEmbeddedObjectChar)) { in FindLineBoundary()
753 return thisLineBeginOffset; in FindLineBoundary()
761 if (tmpOffset > thisLineBeginOffset && tmpOffset < aOffset) { in FindLineBoundary()
766 return thisLineBeginOffset; in FindLineBoundary()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp748 uint32_t thisLineBeginOffset = in FindLineBoundary() local
750 if (IsCharAt(thisLineBeginOffset, kEmbeddedObjectChar)) { in FindLineBoundary()
753 return thisLineBeginOffset; in FindLineBoundary()
761 if (tmpOffset > thisLineBeginOffset && tmpOffset < aOffset) { in FindLineBoundary()
766 return thisLineBeginOffset; in FindLineBoundary()