HomeSort by relevance Sort by last modified time
    Searched refs:scrolls_process (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_tiled.c 257 api->scrolls_process = _ewk_view_tiled_smart_scrolls_process;
ewk_view.h 108 Eina_Bool (*scrolls_process)(Ewk_View_Smart_Data *sd); /**< must be defined */ member in struct:_Ewk_View_Smart_Class
ewk_view_single.c 558 api->scrolls_process = _ewk_view_single_smart_scrolls_process;
ewk_view.cpp 800 EINA_SAFETY_ON_NULL_RETURN(sd->api->scrolls_process);
846 if (!sd->api->scrolls_process(sd))
    [all...]

Completed in 135 milliseconds