Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/efl/ewk/
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 limi…
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);
Dewk_history.cpp98 static inline Eina_List *_ewk_history_item_list_get(const WebCore::HistoryItemVector &core_items) in _ewk_history_item_list_get()
100 Eina_List* ret = 0; in _ewk_history_item_list_get()
274 Eina_List* ewk_history_forward_list_get(const Ewk_History* history) in ewk_history_forward_list_get()
298 Eina_List* ewk_history_forward_list_get_with_limit(const Ewk_History* history, int limit) in ewk_history_forward_list_get_with_limit()
334 Eina_List* ewk_history_back_list_get(const Ewk_History* history) in ewk_history_back_list_get()
358 Eina_List* ewk_history_back_list_get_with_limit(const Ewk_History* history, int limit) in ewk_history_back_list_get_with_limit()
450 void ewk_history_item_list_free(Eina_List* history_items) in ewk_history_item_list_free()
Dewk_cookies.cpp99 EAPI Eina_List* ewk_cookies_get_all(void) in ewk_cookies_get_all()
101 Eina_List* el = 0; in ewk_cookies_get_all()
Dewk_cookies.h80 EAPI Eina_List* ewk_cookies_get_all(void);
Dewk_contextmenu.cpp45 Eina_List* items; /**< the list of items */
121 const Eina_List* ewk_context_menu_item_list_get(Ewk_Context_Menu* o) in ewk_context_menu_item_list_get()
Dewk_private.h99 …s_Object *frame, Eina_Bool allows_multiple_files, const Eina_List *suggested_filenames, Eina_List
Dewk_tiled_model.c496 Eina_List *list;
683 Eina_List *l, *l_next; in ewk_tile_unused_cache_flush()
809 Eina_List *e, *l; in ewk_tile_unused_cache_tile_get()
888 Eina_List *l; in ewk_tile_unused_cache_dbg()
Dewk_contextmenu.h149 EAPI const Eina_List* ewk_context_menu_item_list_get(Ewk_Context_Menu* o);
Dewk_view.h141 …s_Object *frame, Eina_Bool allows_multiple_files, const Eina_List *suggested_filenames, Eina_List
238 Eina_List* items;
Dewk_frame.h223 EAPI Eina_Bool ewk_frame_feed_touch_event(Evas_Object* o, Ewk_Touch_Event_Type action, Eina_List
Dewk_tiled_matrix.c46 Eina_List *updates;
661 Eina_List *l, *l_next; in ewk_tile_matrix_updates_process()
Dewk_tiled_backing_store.c61 Eina_List *process;
107 Eina_List *queue;
Dewk_frame.cpp1482 Eina_Bool ewk_frame_feed_touch_event(Evas_Object* o, Ewk_Touch_Event_Type action, Eina_List* points… in ewk_frame_feed_touch_event()
Dewk_view.cpp4013 …s_Object* frame, Eina_Bool allows_multiple_files, const Eina_List* suggested_filenames, Eina_List*… in ewk_view_run_open_panel()
/external/webkit/Source/WebCore/platform/
DPlatformTouchEvent.h45 typedef struct _Eina_List Eina_List; typedef
78 PlatformTouchEvent(Eina_List*, const IntPoint, TouchEventType, int metaState);
/external/webkit/Tools/EWebLauncher/
Dmain.c72 static Eina_List *windows = NULL;
167 print_history(Eina_List *list) in print_history()
169 Eina_List *l; in print_history()
506 Eina_List *list = ewk_history_back_list_get(history); in on_key_down()
516 Eina_List *list = ewk_history_forward_list_get(history); in on_key_down()
763 Eina_List *l; in closeWindow()
/external/webkit/Source/WebCore/platform/efl/
DPlatformTouchEventEfl.cpp37 PlatformTouchEvent::PlatformTouchEvent(Eina_List* points, const IntPoint pos, TouchEventType type, … in PlatformTouchEvent()
DRenderThemeEfl.cpp274 Eina_List* updates; in paintThemePart()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DChromeClientEfl.cpp431 Eina_List* selectedFilenames = 0; in runOpenPanel()
432 Eina_List* suggestedFilenames = 0; in runOpenPanel()