Searched refs:inputMethodExtension (Results 1 – 1 of 1) sorted by relevance
428 … auto inputMethodExtension = std::static_pointer_cast<JsInputMethodExtension>(shared_from_this()); in OnChange() local429 auto task = [inputMethodExtension]() { in OnChange()430 if (inputMethodExtension) { in OnChange()431 inputMethodExtension->ConfigurationUpdated(); in OnChange()