Home
last modified time | relevance | path

Searched refs:TS_AE_START (Results 1 – 16 of 16) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.h52 case TS_AE_START:
561 if (mACP.style.ase != TS_AE_START) { in SetSelection()
575 mACP.style.ase = aReversed ? TS_AE_START : TS_AE_END; in SetSelection()
620 bool IsReversed() const { return mACP.style.ase == TS_AE_START; } in IsReversed()
H A DTSFTextStore.cpp2779 acp.style.ase = TS_AE_START; in GetSelection()
3610 action->mSelectionReversed = (selectionInContent.style.ase == TS_AE_START); in SetSelectionInternal()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.h52 case TS_AE_START:
561 if (mACP.style.ase != TS_AE_START) { in SetSelection()
575 mACP.style.ase = aReversed ? TS_AE_START : TS_AE_END; in SetSelection()
620 bool IsReversed() const { return mACP.style.ase == TS_AE_START; } in IsReversed()
H A DTSFTextStore.cpp2779 acp.style.ase = TS_AE_START; in GetSelection()
3610 action->mSelectionReversed = (selectionInContent.style.ase == TS_AE_START); in SetSelectionInternal()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.h53 case TS_AE_START:
581 if (mACP->style.ase != TS_AE_START) { in SetSelection()
634 .style = {.ase = aReversed ? TS_AE_START : TS_AE_END, in SetSelection()
687 return mACP.isSome() && mACP->style.ase == TS_AE_START; in IsReversed()
H A DTSFTextStore.cpp3612 action->mSelectionReversed = (selectionInContent.style.ase == TS_AE_START); in SetSelectionInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.h470 if (mACP.style.ase != TS_AE_START) { in SetSelection()
490 mACP.style.ase = aReversed ? TS_AE_START : TS_AE_END; in SetSelection()
554 return (mACP.style.ase == TS_AE_START); in IsReversed()
H A DTSFTextStore.cpp416 aSelEnd == TS_AE_START ? "TS_AE_START" : in GetActiveSelEndName()
2932 action->mSelectionReversed = (selectionInContent.style.ase == TS_AE_START); in SetSelectionInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.h518 if (mACP.style.ase != TS_AE_START) { in SetSelection()
534 mACP.style.ase = aReversed ? TS_AE_START : TS_AE_END; in SetSelection()
590 return (mACP.style.ase == TS_AE_START); in IsReversed()
H A DTSFTextStore.cpp426 : aSelEnd == TS_AE_START in GetActiveSelEndName()
3667 action->mSelectionReversed = (selectionInContent.style.ase == TS_AE_START); in SetSelectionInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.h454 if (mACP.style.ase != TS_AE_START) { in SetSelection()
470 mACP.style.ase = aReversed ? TS_AE_START : TS_AE_END; in SetSelection()
526 return (mACP.style.ase == TS_AE_START); in IsReversed()
H A DTSFTextStore.cpp376 : aSelEnd == TS_AE_START in GetActiveSelEndName()
3395 action->mSelectionReversed = (selectionInContent.style.ase == TS_AE_START); in SetSelectionInternal()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h107 TS_AE_START = 1, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h107 TS_AE_START = 1, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs1542 pub const TS_AE_START: TsActiveSelEnd = 1i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs12259 pub const TS_AE_START: TsActiveSelEnd = TsActiveSelEnd(1i32); const