/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view_tiled.c | 229 * 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;
|
ewk_view_single.c | 529 * 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;
|
ewk_frame.cpp | 108 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; [all...] |
ewk_tiled_backing_store.c | 1474 static Evas_Smart *smart = NULL; local [all...] |
ewk_view.cpp | 169 ("%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); [all...] |