Home
last modified time | relevance | path

Searched refs:DispatchOsInputMethodEvent (Results 1 – 6 of 6) sorted by relevance

/ide/tools/previewer/mock/lite/
DKeyInputImpl.cpp28 void KeyInputImpl::DispatchOsInputMethodEvent() const in DispatchOsInputMethodEvent() function in KeyInputImpl
DKeyInputImpl.h24 void DispatchOsInputMethodEvent() const override;
/ide/tools/previewer/mock/
DKeyInput.h29 virtual void DispatchOsInputMethodEvent() const {}; in DispatchOsInputMethodEvent() function
/ide/tools/previewer/mock/rich/
DKeyInputImpl.h26 void DispatchOsInputMethodEvent() const override;
DKeyInputImpl.cpp61 void KeyInputImpl::DispatchOsInputMethodEvent() const in DispatchOsInputMethodEvent() function in KeyInputImpl
/ide/tools/previewer/cli/
DCommandLine.cpp1304 KeyInputImpl::GetInstance().DispatchOsInputMethodEvent(); in RunAction()