Home
last modified time | relevance | path

Searched refs:entrySetter (Results 1 - 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h96 std::shared_ptr<UvEntry> GetEntry(const std::string &type, EntrySetter entrySetter = nullptr);
97 uv_work_t *GetUVwork(const std::string &type, EntrySetter entrySetter = nullptr);
H A Djs_input_method_engine_setting.h114 std::shared_ptr<UvEntry> GetEntry(const std::string &type, EntrySetter entrySetter = nullptr);
115 uv_work_t *GetUVwork(const std::string &type, EntrySetter entrySetter = nullptr);
H A Djs_keyboard_delegate_setting.cpp611 uv_work_t *JsKeyboardDelegateSetting::GetUVwork(const std::string &type, EntrySetter entrySetter) in GetUVwork() argument
627 if (entrySetter != nullptr) { in GetUVwork()
628 entrySetter(*entry); in GetUVwork()
648 EntrySetter entrySetter) in GetEntry()
660 if (entrySetter != nullptr) { in GetEntry()
661 entrySetter(*entry); in GetEntry()
647 GetEntry(const std::string &type, EntrySetter entrySetter) GetEntry() argument
H A Djs_input_method_engine_setting.cpp772 uv_work_t *JsInputMethodEngineSetting::GetUVwork(const std::string &type, EntrySetter entrySetter) in GetUVwork() argument
788 if (entrySetter != nullptr) { in GetUVwork()
789 entrySetter(*entry); in GetUVwork()
809 EntrySetter entrySetter) in GetEntry()
821 if (entrySetter != nullptr) { in GetEntry()
822 entrySetter(*entry); in GetEntry()
808 GetEntry(const std::string &type, EntrySetter entrySetter) GetEntry() argument
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp348 EntrySetter entrySetter) in GetEntry()
360 if (entrySetter != nullptr) { in GetEntry()
361 entrySetter(*entry); in GetEntry()
347 GetEntry(const std::string &type, EntrySetter entrySetter) GetEntry() argument
H A Djs_keyboard_panel_manager.h108 std::shared_ptr<UvEntry> GetEntry(const std::string &type, EntrySetter entrySetter = nullptr);
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.h142 std::shared_ptr<UvEntry> GetEntry(const std::string &type, EntrySetter entrySetter = nullptr);
H A Djs_get_input_method_setting.cpp715 EntrySetter entrySetter) in GetEntry()
727 if (entrySetter != nullptr) { in GetEntry()
728 entrySetter(*entry); in GetEntry()
714 GetEntry(const std::string &type, EntrySetter entrySetter) GetEntry() argument
H A Djs_get_input_method_controller.h230 std::shared_ptr<UvEntry> GetEntry(const std::string &type, EntrySetter entrySetter = nullptr);
H A Djs_get_input_method_controller.cpp1084 EntrySetter entrySetter)
1096 if (entrySetter != nullptr) {
1097 entrySetter(*entry);

Completed in 9 milliseconds