Searched refs:OnTextChange (Results 1 – 10 of 10) sorted by relevance
33 virtual void OnTextChange(const std::string &text) = 0;
39 void OnTextChange(const std::string &text) override;
59 void KeyboardListenerTestImpl::OnTextChange(const std::string &text) in OnTextChange() function in OHOS::MiscServices::KeyboardListenerTestImpl
44 void OnTextChange(const std::string &text) in OnTextChange() function in OHOS::KeyboardListenerImpl
48 void OnTextChange(const std::string &text) override;
548 void JsKeyboardDelegateSetting::OnTextChange(const std::string &text) in OnTextChange() function in OHOS::MiscServices::JsKeyboardDelegateSetting
67 void OnTextChange(const std::string &text) override;103 void KeyboardListenerImpl::OnTextChange(const std::string &text) in OnTextChange() function in OHOS::MiscServices::KeyboardListenerImpl
218 void OnTextChange(const std::string &text) override in OnTextChange() function in OHOS::MiscServices::InputMethodControllerTest::KeyboardListenerImpl
390 ACE_DEFINE_COMPONENT_EVENT(OnTextChange, void(const std::string&, double));
415 kdListener_->OnTextChange(text); in OnSelectionChange()