Home
last modified time | relevance | path

Searched refs:maxCachedOffset (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.cpp4878 LONG maxCachedOffset = mContentForTSF.LatestCompositionEndOffset(); in MaybeHackNoErrorLayoutBugs() local
4880 maxCachedOffset = std::min( in MaybeHackNoErrorLayoutBugs()
4881 maxCachedOffset, mContentForTSF.LastCompositionStringEndOffset()); in MaybeHackNoErrorLayoutBugs()
4883 aACPStart = std::min(aACPStart, maxCachedOffset); in MaybeHackNoErrorLayoutBugs()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.cpp4412 LONG maxCachedOffset = mContentForTSF.LatestCompositionEndOffset(); in GetTextExt() local
4414 maxCachedOffset = in GetTextExt()
4415 std::min(maxCachedOffset, in GetTextExt()
4418 acpStart = std::min(acpStart, maxCachedOffset); in GetTextExt()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.cpp4819 LONG maxCachedOffset = in MaybeHackNoErrorLayoutBugs() local
4822 maxCachedOffset = std::min( in MaybeHackNoErrorLayoutBugs()
4823 maxCachedOffset, mContentForTSF->LastComposition()->EndOffset()); in MaybeHackNoErrorLayoutBugs()
4825 aACPStart = std::min(aACPStart, maxCachedOffset); in MaybeHackNoErrorLayoutBugs()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.cpp4828 LONG maxCachedOffset = in MaybeHackNoErrorLayoutBugs() local
4831 maxCachedOffset = std::min( in MaybeHackNoErrorLayoutBugs()
4832 maxCachedOffset, mContentForTSF->LastComposition()->EndOffset()); in MaybeHackNoErrorLayoutBugs()
4834 aACPStart = std::min(aACPStart, maxCachedOffset); in MaybeHackNoErrorLayoutBugs()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.cpp4819 LONG maxCachedOffset = in MaybeHackNoErrorLayoutBugs() local
4822 maxCachedOffset = std::min( in MaybeHackNoErrorLayoutBugs()
4823 maxCachedOffset, mContentForTSF->LastComposition()->EndOffset()); in MaybeHackNoErrorLayoutBugs()
4825 aACPStart = std::min(aACPStart, maxCachedOffset); in MaybeHackNoErrorLayoutBugs()