Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h31 typedef interface ITextStoreACP ITextStoreACP; typedef
33 interface ITextStoreACP; variable
491 ITextStoreACP *This,
503 ITextStoreACP *This,
509 ITextStoreACP *This,
513 ITextStoreACP *This,
518 ITextStoreACP *This,
522 ITextStoreACP *This,
530 ITextStoreACP *This,
537 ITextStoreACP *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtextstor.h31 typedef interface ITextStoreACP ITextStoreACP; typedef
33 interface ITextStoreACP; variable
491 ITextStoreACP *This,
503 ITextStoreACP *This,
509 ITextStoreACP *This,
513 ITextStoreACP *This,
518 ITextStoreACP *This,
522 ITextStoreACP *This,
530 ITextStoreACP *This,
537 ITextStoreACP *This,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/win/
H A Dtsf_text_store.h103 : public ITextStoreACP, in COMPONENT_EXPORT()
H A Dtsf_bridge.cc386 static_cast<ITextStoreACP*>(text_store), in CreateDocumentManager()
H A Dtsf_text_store.cc80 *result = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/win/
H A Dtsf_text_store.h103 : public ITextStoreACP, in COMPONENT_EXPORT()
H A Dtsf_bridge.cc394 static_cast<ITextStoreACP*>(text_store), context, in CreateDocumentManager()
H A Dtsf_text_store.cc87 *result = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTSFTextStore.h55 class TSFTextStore final : public ITextStoreACP
H A DTSFTextStore.cpp1380 static_cast<ITextStoreACP*>(this), in Init()
1513 *ppv = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTSFTextStore.h56 class TSFTextStore final : public ITextStoreACP,
H A DTSFTextStore.cpp1950 static_cast<ITextStoreACP*>(this), in Init()
2078 *ppv = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTSFTextStore.h56 class TSFTextStore final : public ITextStoreACP,
H A DTSFTextStore.cpp1779 static_cast<ITextStoreACP*>(this), in Init()
1907 *ppv = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTSFTextStore.h84 class TSFTextStore final : public ITextStoreACP,
H A DTSFTextStore.cpp1896 static_cast<ITextStoreACP*>(this), in Init()
2024 *ppv = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTSFTextStore.h84 class TSFTextStore final : public ITextStoreACP,
H A DTSFTextStore.cpp1896 static_cast<ITextStoreACP*>(this), in Init()
2024 *ppv = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTSFTextStore.h85 class TSFTextStore final : public ITextStoreACP,
H A DTSFTextStore.cpp1900 static_cast<ITextStoreACP*>(this), in Init()
2028 *ppv = static_cast<ITextStoreACP*>(this); in QueryInterface()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs319 pub type ITextStoreACP = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs1703 pub struct ITextStoreACP(::windows::runtime::IUnknown); struct
1704 impl ITextStoreACP { implementation
1834 unsafe impl ::windows::runtime::Interface for ITextStoreACP { implementation
1838 impl ::std::convert::From<ITextStoreACP> for ::windows::runtime::IUnknown {
1839 fn from(value: ITextStoreACP) -> Self { in from()
1843 impl ::std::convert::From<&ITextStoreACP> for ::windows::runtime::IUnknown {
1844 fn from(value: &ITextStoreACP) -> Self { in from()
1848 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITextStoreACP { implementation
1853 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITextStoreACP { implementation