Searched refs:Eina_List (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_history.h65 EAPI Eina_List *ewk_history_forward_list_get(const Ewk_History *history);
66 EAPI Eina_List *ewk_history_forward_list_get_with_limit(const Ewk_History *history, int limit);
69 EAPI Eina_List *ewk_history_back_list_get(const Ewk_History *history);
70 EAPI Eina_List *ewk_history_back_list_get_with_limit(const Ewk_History *history, int limit);
78 EAPI void ewk_history_item_list_free(Eina_List *history_items);
H A Dewk_cookies.h80 EAPI Eina_List* ewk_cookies_get_all(void);
H A Dewk_history.cpp98 static inline Eina_List *_ewk_history_item_list_get(const WebCore::HistoryItemVector &core_items)
100 Eina_List* ret = 0;
274 Eina_List* ewk_history_forward_list_get(const Ewk_History* history)
298 Eina_List* ewk_history_forward_list_get_with_limit(const Ewk_History* history, int limit)
334 Eina_List* ewk_history_back_list_get(const Ewk_History* history)
358 Eina_List* ewk_history_back_list_get_with_limit(const Ewk_History* history, int limit)
450 void ewk_history_item_list_free(Eina_List* history_items)
H A Dewk_cookies.cpp97 * @return an @c Eina_List with all the cookies in the cookie jar.
99 EAPI Eina_List* ewk_cookies_get_all(void)
101 Eina_List* el = 0;
H A Dewk_contextmenu.h149 EAPI const Eina_List* ewk_context_menu_item_list_get(Ewk_Context_Menu* o);
H A Dewk_contextmenu.cpp45 Eina_List* items; /**< the list of items */
121 const Eina_List* ewk_context_menu_item_list_get(Ewk_Context_Menu* o)
H A Dewk_private.h99 Eina_Bool ewk_view_run_open_panel(Evas_Object *o, Evas_Object *frame, Eina_Bool allows_multiple_files, const Eina_List *suggested_filenames, Eina_List **selected_filenames);
H A Dewk_view.h141 Eina_Bool (*run_open_panel)(Ewk_View_Smart_Data *sd, Evas_Object *frame, Eina_Bool allows_multiple_files, const Eina_List *suggested_filenames, Eina_List **selected_filenames);
238 Eina_List* items;
H A Dewk_frame.h223 EAPI Eina_Bool ewk_frame_feed_touch_event(Evas_Object* o, Ewk_Touch_Event_Type action, Eina_List* points, int metaState);
H A Dewk_tiled_model.c496 Eina_List *list;
683 Eina_List *l, *l_next;
809 Eina_List *e, *l;
888 Eina_List *l;
H A Dewk_tiled_matrix.c46 Eina_List *updates;
661 Eina_List *l, *l_next;
H A Dewk_tiled_backing_store.c61 Eina_List *process;
107 Eina_List *queue;
H A Dewk_frame.cpp1482 Eina_Bool ewk_frame_feed_touch_event(Evas_Object* o, Ewk_Touch_Event_Type action, Eina_List* points, int metaState)
H A Dewk_view.cpp4013 Eina_Bool ewk_view_run_open_panel(Evas_Object* o, Evas_Object* frame, Eina_Bool allows_multiple_files, const Eina_List* suggested_filenames, Eina_List** selected_filenames)
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h45 typedef struct _Eina_List Eina_List; typedef in typeref:struct:_Eina_List
76 PlatformTouchEvent(Eina_List*, const IntPoint, TouchEventType, int metaState);
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchEventEfl.cpp37 PlatformTouchEvent::PlatformTouchEvent(Eina_List* points, const IntPoint pos, TouchEventType type, int metaState)
H A DRenderThemeEfl.cpp274 Eina_List* updates;
/external/webkit/Tools/EWebLauncher/
H A Dmain.c72 static Eina_List *windows = NULL;
167 print_history(Eina_List *list)
169 Eina_List *l;
506 Eina_List *list = ewk_history_back_list_get(history);
516 Eina_List *list = ewk_history_forward_list_get(history);
763 Eina_List *l;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp431 Eina_List* selectedFilenames = 0;
432 Eina_List* suggestedFilenames = 0;

Completed in 181 milliseconds