Home
last modified time | relevance | path

Searched refs:prediction_hint (Results 1 – 12 of 12) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_widget_entry.h47 char *prediction_hint; member
H A Delm_entry_eo.legacy.c567 elm_entry_prediction_hint_set(Elm_Entry *obj, const char *prediction_hint) in elm_entry_prediction_hint_set() argument
569 elm_obj_entry_prediction_hint_set(obj, prediction_hint); in elm_entry_prediction_hint_set()
H A Delm_entry_eo.legacy.h1221 EAPI void elm_entry_prediction_hint_set(Elm_Entry *obj, const char *prediction_hint);
H A Delm_entry_eo.h1240 EOAPI void elm_obj_entry_prediction_hint_set(Eo *obj, const char *prediction_hint);
H A Delm_entry_eo.c832 void _elm_entry_prediction_hint_set(Eo *obj, Elm_Entry_Data *pd, const char *prediction_hint);
834 …ODYV(elm_obj_entry_prediction_hint_set, EFL_FUNC_CALL(prediction_hint), const char *prediction_hin…
H A Delm_entry.c975 (sd->entry_edje, "elm.text", sd->prediction_hint); in _elm_entry_efl_ui_widget_theme_apply()
4078 if (sd->prediction_hint) in _elm_entry_efl_canvas_group_group_del()
4080 ELM_SAFE_FREE(sd->prediction_hint, free); in _elm_entry_efl_canvas_group_group_del()
5405 _elm_entry_prediction_hint_set(Eo *obj EINA_UNUSED, Elm_Entry_Data *sd, const char *prediction_hint) in _elm_entry_prediction_hint_set() argument
5407 if (sd->prediction_hint) in _elm_entry_prediction_hint_set()
5408 free(sd->prediction_hint); in _elm_entry_prediction_hint_set()
5410 sd->prediction_hint = strdup(prediction_hint); in _elm_entry_prediction_hint_set()
5413 (sd->entry_edje, "elm.text", prediction_hint); in _elm_entry_prediction_hint_set()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_imf/
H A DEcore_IMF.h810 …void (*prediction_hint_set) (Ecore_IMF_Context *ctx, const char *prediction_hint); /**< Set the pr…
2040 … ecore_imf_context_prediction_hint_set(Ecore_IMF_Context *ctx, const char *prediction_hint);
H A Decore_imf_context.c1433 ecore_imf_context_prediction_hint_set(Ecore_IMF_Context *ctx, const char *prediction_hint) in ecore_imf_context_prediction_hint_set() argument
1443 ctx->klass->prediction_hint_set(ctx, prediction_hint); in ecore_imf_context_prediction_hint_set()
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A DEdje_Legacy.h2768 …ect_part_text_prediction_hint_set(Evas_Object *obj, const char *part, const char *prediction_hint);
H A Dedje_entry.c4640 _edje_entry_prediction_hint_set(Edje_Real_Part *rp, const char *prediction_hint) in _edje_entry_prediction_hint_set() argument
4650 ecore_imf_context_prediction_hint_set(en->imf_context, prediction_hint); in _edje_entry_prediction_hint_set()
4652 (void)prediction_hint; in _edje_entry_prediction_hint_set()
H A Dedje_private.h2838 void _edje_entry_prediction_hint_set(Edje_Real_Part *rp, const char *prediction_hint);
H A Dedje_util.c3156 edje_object_part_text_prediction_hint_set(Eo *obj, const char *part, const char *prediction_hint) in edje_object_part_text_prediction_hint_set() argument
3168 _edje_entry_prediction_hint_set(rp, prediction_hint); in edje_object_part_text_prediction_hint_set()