Searched defs:smart (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view_tiled.c229 * Sets the smart class api using tiled backing store, enabling view
238 * data for your smart class to work, just extend
275 static Evas_Smart *smart = 0; local
277 if (EINA_UNLIKELY(!smart)) {
279 smart = evas_smart_class_new(&api.sc);
282 return smart;
H A Dewk_view_single.c529 * Sets the smart class api using single backing store, enabling view
538 * data for your smart class to work, just extend
570 static Evas_Smart *smart = 0; local
572 if (EINA_UNLIKELY(!smart)) {
574 smart = evas_smart_class_new(&api.sc);
577 return smart;
H A Dewk_frame.cpp108 CRITICAL("no smart data for object %p (%s)", \
285 static Evas_Smart* smart = 0; local
287 if (EINA_UNLIKELY(!smart)) {
290 smart = evas_smart_class_new(&sc);
293 return smart;
H A Dewk_tiled_backing_store.c1474 static Evas_Smart *smart = NULL; local
1479 if (!smart) {
1494 smart = evas_smart_class_new(&sc);
1497 return evas_object_smart_add(e, smart);
H A Dewk_view.cpp169 ("%p (%s) is not a smart object!", o, \
176 ("%p (%s) is not a smart object!", o, \
197 CRITICAL("no smart data for object %p (%s)", \
690 const Evas_Smart* smart = evas_object_smart_smart_get(o); local
691 const Evas_Smart_Class* sc = evas_smart_class_get(smart);
1040 * Sets the smart class api without any backing store, enabling view
1049 * data for your smart class to work, just extend
3673 * @return New view, in case smart class implements the creation of new windows;

Completed in 496 milliseconds