Home
last modified time | relevance | path

Searched refs:ITfSource (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_msctf.h49 typedef struct ITfSource ITfSource; typedef
230 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfSource *, REFIID, void **);
231 ULONG (STDMETHODCALLTYPE *AddRef)(ITfSource *);
232 ULONG (STDMETHODCALLTYPE *Release)(ITfSource *);
233 HRESULT (STDMETHODCALLTYPE *AdviseSink)(ITfSource *, REFIID, IUnknown *, DWORD *);
234 HRESULT (STDMETHODCALLTYPE *UnadviseSink)(ITfSource *, DWORD);
237 struct ITfSource struct
DSDL_windowskeyboard.c1204 ITfSource *source = 0; in UILess_EnableUIUpdates()
1217 ITfSource *source = 0; in UILess_DisableUIUpdates()
1233 ITfSource *source = 0; in UILess_SetupSinks()
1273 ITfSource *source = 0; in UILess_ReleaseSinks()