Home
last modified time | relevance | path

Searched refs:SMART_NAME (Results 1 – 11 of 11) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_livethumb.c3 #define SMART_NAME "e_livethumb" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
218 SMART_NAME, in _e_smart_init()
H A De_pan.c3 #define SMART_NAME "e_pan" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
263 SMART_NAME, in _e_smart_init()
H A De_slidesel.c3 #define SMART_NAME "e_slidesel" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
339 SMART_NAME, in _e_smart_init()
H A De_widget.c3 #define SMART_NAME "e_widget" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
169 if (strcmp(evas_object_type_get(sobj), SMART_NAME)) return; in e_widget_sub_object_add()
630 SMART_NAME, in _e_smart_init()
H A De_zoomap.c3 #define SMART_NAME "e_zoomap" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
351 SMART_NAME, EVAS_SMART_CLASS_VERSION, in _e_zoomap_smart_init()
H A De_slidecore.c3 #define SMART_NAME "e_slidecore" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
395 SMART_NAME, in _e_smart_init()
H A De_slider.c4 #define SMART_NAME "e_slider" macro
5 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
654 static Evas_Smart_Class sc = EVAS_SMART_CLASS_INIT_NAME_VERSION(SMART_NAME); in _e_smart_init()
H A De_deskmirror.c3 #define SMART_NAME "e_deskmirror" macro
9 … if ((!X) || (!sd) || (e_util_strcmp(evas_object_type_get(X), SMART_NAME))) return
465 SMART_NAME, EVAS_SMART_CLASS_VERSION, in _e_deskmirror_smart_init()
H A De_scrollframe.c3 #define SMART_NAME "e_scrollframe" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
1144 SMART_NAME, in _e_smart_init()
H A De_ilist.c3 #define SMART_NAME "e_ilist" macro
4 …f ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))
742 static Evas_Smart_Class sc = EVAS_SMART_CLASS_INIT_NAME_VERSION(SMART_NAME); in _e_smart_init()
H A De_comp_object.c24 #define SMART_NAME "e_comp_object" macro
29 … if ((!obj) || (!cw) || (e_util_strcmp(evas_object_type_get(obj), SMART_NAME))) return
39 if ((!cw) || (e_util_strcmp(evas_object_type_get(obj), SMART_NAME))) \
2655 SMART_NAME, in _e_comp_smart_init()
3194 if (cw2 && eina_streq(evas_object_type_get(on), SMART_NAME)) in e_comp_object_util_center_on()