Home
last modified time | relevance | path

Searched refs:fInterimChar (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.h64 << (aSelectionStyle.fInterimChar ? "TRUE" : "FALSE") << " }";
551 .style = {.ase = TS_AE_NONE, .fInterimChar = FALSE}}; in EmptyACP()
586 mACP->style.fInterimChar = FALSE; in SetSelection()
635 .fInterimChar = FALSE}}); in SetSelection()
652 .style = {.ase = TS_AE_END, .fInterimChar = FALSE}}); in Collapse()
695 return mACP.isSome() && mACP->style.fInterimChar != FALSE; in IsInterimChar()
H A DTSFTextStore.cpp3794 selection.style.fInterimChar = 0; in SetText()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.h63 << (aSelectionStyle.fInterimChar ? "TRUE" : "FALSE") << " }";
566 mACP.style.fInterimChar = FALSE; in SetSelection()
576 mACP.style.fInterimChar = FALSE; in SetSelection()
590 mACP.style.fInterimChar = FALSE; in Collapse()
624 bool IsInterimChar() const { return mACP.style.fInterimChar != FALSE; } in IsInterimChar()
H A DTSFTextStore.cpp2780 acp.style.fInterimChar = FALSE; in GetSelection()
3792 selection.style.fInterimChar = 0; in SetText()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.h63 << (aSelectionStyle.fInterimChar ? "TRUE" : "FALSE") << " }";
566 mACP.style.fInterimChar = FALSE; in SetSelection()
576 mACP.style.fInterimChar = FALSE; in SetSelection()
590 mACP.style.fInterimChar = FALSE; in Collapse()
624 bool IsInterimChar() const { return mACP.style.fInterimChar != FALSE; } in IsInterimChar()
H A DTSFTextStore.cpp2780 acp.style.fInterimChar = FALSE; in GetSelection()
3792 selection.style.fInterimChar = 0; in SetText()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.h475 mACP.style.fInterimChar = FALSE; in SetSelection()
491 mACP.style.fInterimChar = FALSE; in SetSelection()
511 mACP.style.fInterimChar = FALSE; in CollapseAt()
566 return (mACP.style.fInterimChar != FALSE); in IsInterimChar()
H A DTSFTextStore.cpp2835 GetBoolName(pSelection->style.fInterimChar), in SetSelectionInternal()
2952 pSelection ? GetBoolName(pSelection->style.fInterimChar) : "", in SetSelection()
3124 selection.style.fInterimChar = 0; in SetText()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.h523 mACP.style.fInterimChar = FALSE; in SetSelection()
535 mACP.style.fInterimChar = FALSE; in SetSelection()
553 mACP.style.fInterimChar = FALSE; in CollapseAt()
600 return (mACP.style.fInterimChar != FALSE); in IsInterimChar()
H A DTSFTextStore.cpp3556 GetBoolName(pSelection->style.fInterimChar), in SetSelectionInternal()
3684 pSelection ? GetBoolName(pSelection->style.fInterimChar) : "", in SetSelection()
3855 selection.style.fInterimChar = 0; in SetText()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.h459 mACP.style.fInterimChar = FALSE; in SetSelection()
471 mACP.style.fInterimChar = FALSE; in SetSelection()
489 mACP.style.fInterimChar = FALSE; in CollapseAt()
536 return (mACP.style.fInterimChar != FALSE); in IsInterimChar()
H A DTSFTextStore.cpp3293 GetBoolName(pSelection->style.fInterimChar), in SetSelectionInternal()
3412 pSelection ? GetBoolName(pSelection->style.fInterimChar) : "", in SetSelection()
3583 selection.style.fInterimChar = 0; in SetText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/win/
H A Dtsf_text_store.cc236 selection_buffer[0].style.fInterimChar = FALSE; in GetSelection()
794 is_selection_interim_char_ = selection_buffer[0].style.fInterimChar; in SetSelection()
812 selection.style.fInterimChar = 0; in SetText()
H A Dtsf_text_store_unittest.cc248 selection.style.fInterimChar = 0; in SetSelectionTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/win/
H A Dtsf_text_store.cc229 selection_buffer[0].style.fInterimChar = FALSE; in GetSelection()
780 selection.style.fInterimChar = 0; in SetText()
H A Dtsf_text_store_unittest.cc241 selection.style.fInterimChar = 0; in SetSelectionTest()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs950 pub fInterimChar: super::super::Foundation::BOOL, field
1423 pub fInterimChar: super::super::Foundation::BOOL, field
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h127 WINBOOL fInterimChar; member
H A Dmsctf.h2129 WINBOOL fInterimChar; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h127 WINBOOL fInterimChar; member
H A Dmsctf.h2129 WINBOOL fInterimChar; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs11638 pub fInterimChar: super::super::Foundation::BOOL, field
11651 …uct("TF_SELECTIONSTYLE").field("ase", &self.ase).field("fInterimChar", &self.fInterimChar).finish() in fmt()
11657 self.ase == other.ase && self.fInterimChar == other.fInterimChar in eq()
11937 pub fInterimChar: super::super::Foundation::BOOL, field
11950 …uct("TS_SELECTIONSTYLE").field("ase", &self.ase).field("fInterimChar", &self.fInterimChar).finish() in fmt()
11956 self.ase == other.ase && self.fInterimChar == other.fInterimChar in eq()