/external/webkit/Source/cmake/ |
FindEFL.cmake | 5 PKG_CHECK_MODULES (ECORE_EVAS REQUIRED ecore-evas>=1.0.0) 8 evas>=1.0.0 11 ecore-evas>=1.0.0 15 PKG_CHECK_MODULES (EVAS REQUIRED evas>=1.0.0)
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_model.h | 27 #include <Evas.h> 30 EAPI Ewk_Tile *ewk_tile_new(Evas *evas, Evas_Coord w, Evas_Coord h, float zoom, Evas_Colorspace cspace);
|
EWebKit.h | 26 * It includes the all header files that are exported to public API and Evas header. 42 #include <Evas.h>
|
ewk_util.h | 29 #include <Evas.h> 32 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface);
|
ewk_tiled_matrix.h | 27 #include <Evas.h> 40 EAPI Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom);
|
ewk_settings.h | 27 #include <Evas.h> 49 EAPI Evas_Object *ewk_settings_icon_database_icon_object_add(const char *url, Evas *canvas);
|
ewk_history.h | 27 #include <Evas.h> 88 EAPI Evas_Object *ewk_history_item_icon_object_add(const Ewk_History_Item *item, Evas *canvas);
|
ewk_util.cpp | 34 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface) 92 ERR("evas' stride %d diverges from cairo's %d.",
|
ewk_tiled_backing_store.h | 49 #include <Evas.h> 88 Evas_Object *image; /**< Evas Image, the tile to be rendered */ 96 EAPI Evas_Object *ewk_tiled_backing_store_add(Evas *e);
|
ewk_main.cpp | 37 #include <Evas.h> 93 CRITICAL("could not init evas.");
|
ewk_settings.cpp | 250 * (evas_object_image_filled_add()), saving some code to use it from Evas. 256 * @param canvas evas instance where to add resulting object 261 Evas_Object* ewk_settings_icon_database_icon_object_add(const char* url, Evas* canvas)
|
ewk_view_tiled.c | 26 #include <Evas.h> 49 Evas_Object *bs = ewk_tiled_backing_store_add(sd->base.evas); 301 Evas_Object *ewk_view_tiled_add(Evas *e)
|
ewk_contextmenu.h | 32 #include <Evas.h>
|
ewk_view_single.c | 27 #include <Evas.h> 33 static void _ewk_view_single_on_del(void *data, Evas *e, Evas_Object *o, void *event_info) 47 Evas_Object *clip = evas_object_rectangle_add(sd->base.evas); 58 Evas_Object *bs = evas_object_image_add(sd->base.evas); 596 Evas_Object *ewk_view_single_add(Evas *e)
|
ewk_private.h | 136 Evas_Object *ewk_frame_add(Evas *e);
|
/external/webkit/Source/WebKit/efl/ |
ewebkit.pc.in | 10 Requires: cairo evas ecore
|
/external/webkit/Source/WebCore/platform/efl/ |
WidgetEfl.cpp | 46 #include <Evas.h> 130 Evas* m_evas; 233 m_data->m_cursorObject = edje_object_add(evas()); 263 if (!evas()) 324 Evas* Widget::evas() const function in class:WebCore::Widget 331 // FIXME EFL: XXX assume evas was created by ecore_evas 332 return static_cast<Ecore_Evas*>(evas_data_attach_get(evas()));
|
ScrollbarEfl.cpp | 38 #include <Evas.h> 101 object = edje_object_add(view->evas()); 103 EINA_LOG_ERR("Could not create edje object for view=%p (evas=%p)", 104 view, view->evas());
|
ScrollViewEfl.cpp | 45 #include <Evas.h>
|
PlatformWheelEventEfl.cpp | 36 #include <Evas.h>
|
PlatformMouseEventEfl.cpp | 35 #include <Evas.h>
|
/external/webkit/Tools/EWebLauncher/ |
main.c | 39 #include <Evas.h> 107 ('e', "engine", "ecore-evas engine to use."), 109 ('E', "list-engines", "list ecore-evas engines.", 152 Evas *evas; member in struct:_ELauncher 469 on_mouse_down(void* data, Evas* e, Evas_Object* webview, void* event_info) 477 on_focus_out(void *data, Evas *e, Evas_Object *obj, void *event_info) 483 on_focus_in(void *data, Evas *e, Evas_Object *obj, void *event_info) 489 on_key_down(void *data, Evas *e, Evas_Object *obj, void *event_info) 617 on_browser_del(void *data, Evas *evas, Evas_Object *browser, void *event [all...] |
/external/webkit/Source/WebCore/platform/graphics/efl/ |
IntPointEfl.cpp | 26 #include <Evas.h>
|
/external/webkit/Source/WebCore/platform/ |
Widget.h | 97 typedef struct _Evas Evas; 231 Evas* evas() const;
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
ChromeClientEfl.cpp | 59 #include <Evas.h> 319 // to us using an evas image for showing the cairo
|