OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAPI
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebKit/efl/ewk/
ewk_eapi.h
23
* @brief Defines
EAPI
macro.
26
* Functions without
EAPI
macro have hidden most of symbols and
33
#ifdef
EAPI
34
# undef
EAPI
40
# define
EAPI
__declspec(dllexport)
42
# define
EAPI
45
# define
EAPI
__declspec(dllimport)
50
# define
EAPI
__attribute__ ((visibility("default")))
52
# define
EAPI
55
# define
EAPI
[
all
...]
ewk_main.h
35
EAPI
int ewk_init(void);
36
EAPI
int ewk_shutdown(void);
ewk_settings.h
40
EAPI
uint64_t ewk_settings_web_database_default_quota_get(void);
41
EAPI
void ewk_settings_web_database_path_set(const char *path);
42
EAPI
const char *ewk_settings_web_database_path_get(void);
44
EAPI
Eina_Bool ewk_settings_icon_database_path_set(const char *path);
45
EAPI
const char *ewk_settings_icon_database_path_get(void);
46
EAPI
Eina_Bool ewk_settings_icon_database_clear(void);
48
EAPI
cairo_surface_t *ewk_settings_icon_database_icon_surface_get(const char *url);
49
EAPI
Evas_Object *ewk_settings_icon_database_icon_object_add(const char *url, Evas *canvas);
51
EAPI
Eina_Bool ewk_settings_cache_directory_path_set(const char *path);
52
EAPI
const char *ewk_settings_cache_directory_path_get(void)
[
all
...]
ewk_tiled_model.h
30
EAPI
Ewk_Tile *ewk_tile_new(Evas *evas, Evas_Coord w, Evas_Coord h, float zoom, Evas_Colorspace cspace);
31
EAPI
void ewk_tile_free(Ewk_Tile *t);
32
EAPI
void ewk_tile_unused_cache_clear(Ewk_Tile_Unused_Cache *tuc);
33
EAPI
void ewk_tile_show(Ewk_Tile *t);
34
EAPI
void ewk_tile_hide(Ewk_Tile *t);
36
EAPI
void ewk_tile_update_full(Ewk_Tile *t);
37
EAPI
void ewk_tile_update_area(Ewk_Tile *t, const Eina_Rectangle *r);
38
EAPI
void ewk_tile_updates_process(Ewk_Tile *t, void (*cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *update), const void *data);
39
EAPI
void ewk_tile_updates_clear(Ewk_Tile *t);
42
EAPI
Ewk_Tile_Unused_Cache *ewk_tile_unused_cache_new(size_t max)
[
all
...]
ewk_history.h
54
EAPI
Eina_Bool ewk_history_forward(Ewk_History *history);
55
EAPI
Eina_Bool ewk_history_back(Ewk_History *history);
57
EAPI
Eina_Bool ewk_history_history_item_add(Ewk_History *history, const Ewk_History_Item *item);
58
EAPI
Eina_Bool ewk_history_history_item_set(Ewk_History *history, const Ewk_History_Item *item);
59
EAPI
Ewk_History_Item *ewk_history_history_item_back_get(const Ewk_History *history);
60
EAPI
Ewk_History_Item *ewk_history_history_item_current_get(const Ewk_History *history);
61
EAPI
Ewk_History_Item *ewk_history_history_item_forward_get(const Ewk_History *history);
62
EAPI
Ewk_History_Item *ewk_history_history_item_nth_get(const Ewk_History *history, int index);
63
EAPI
Eina_Bool ewk_history_history_item_contains(const Ewk_History *history, const Ewk_History_Item *item);
65
EAPI
Eina_List *ewk_history_forward_list_get(const Ewk_History *history)
[
all
...]
ewk_cookies.h
78
EAPI
Eina_Bool ewk_cookies_file_set(const char *filename);
79
EAPI
void ewk_cookies_clear(void);
80
EAPI
Eina_List* ewk_cookies_get_all(void);
81
EAPI
void ewk_cookies_cookie_del(Ewk_Cookie *cookie);
82
EAPI
void ewk_cookies_cookie_free(Ewk_Cookie *cookie);
83
EAPI
void ewk_cookies_policy_set(Ewk_Cookie_Policy p);
84
EAPI
Ewk_Cookie_Policy ewk_cookies_policy_get(void);
ewk_view.h
311
EAPI
void ewk_tile_unused_cache_max_set(Ewk_Tile_Unused_Cache *tuc, size_t max);
312
EAPI
size_t ewk_tile_unused_cache_max_get(const Ewk_Tile_Unused_Cache *tuc);
313
EAPI
size_t ewk_tile_unused_cache_used_get(const Ewk_Tile_Unused_Cache *tuc);
314
EAPI
size_t ewk_tile_unused_cache_flush(Ewk_Tile_Unused_Cache *tuc, size_t bytes);
315
EAPI
void ewk_tile_unused_cache_auto_flush(Ewk_Tile_Unused_Cache *tuc);
317
EAPI
Eina_Bool ewk_view_base_smart_set(Ewk_View_Smart_Class *api);
318
EAPI
Eina_Bool ewk_view_single_smart_set(Ewk_View_Smart_Class *api);
319
EAPI
Eina_Bool ewk_view_tiled_smart_set(Ewk_View_Smart_Class *api);
321
EAPI
Evas_Object *ewk_view_single_add(Evas *e);
322
EAPI
Evas_Object *ewk_view_tiled_add(Evas *e)
[
all
...]
ewk_frame.h
154
EAPI
Evas_Object *ewk_frame_view_get(const Evas_Object *o);
155
EAPI
void ewk_frame_theme_set(Evas_Object *o, const char *path);
156
EAPI
const char *ewk_frame_theme_get(Evas_Object *o);
158
EAPI
Eina_Iterator *ewk_frame_children_iterator_new(Evas_Object *o);
159
EAPI
Evas_Object *ewk_frame_child_find(Evas_Object *o, const char *name);
161
EAPI
Eina_Bool ewk_frame_uri_set(Evas_Object *o, const char *uri);
162
EAPI
const char *ewk_frame_uri_get(const Evas_Object *o);
163
EAPI
const char *ewk_frame_title_get(const Evas_Object *o);
164
EAPI
const char *ewk_frame_name_get(const Evas_Object *o);
165
EAPI
Eina_Bool ewk_frame_contents_size_get(const Evas_Object *o, Evas_Coord *w, Evas_Coord *h)
[
all
...]
ewk_tiled_matrix.h
30
EAPI
Ewk_Tile_Matrix *ewk_tile_matrix_new(Ewk_Tile_Unused_Cache *tuc, unsigned long cols, unsigned long rows, Evas_Colorspace cspace, void (*render_cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *update), const void *data);
31
EAPI
void ewk_tile_matrix_free(Ewk_Tile_Matrix *tm);
33
EAPI
void ewk_tile_matrix_resize(Ewk_Tile_Matrix *tm, unsigned long cols, unsigned long rows);
35
EAPI
Ewk_Tile_Unused_Cache *ewk_tile_matrix_unused_cache_get(const Ewk_Tile_Matrix *tm);
37
EAPI
Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
38
EAPI
Eina_Bool ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
39
EAPI
Ewk_Tile *ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom);
40
EAPI
Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom);
41
EAPI
Eina_Bool ewk_tile_matrix_tile_put(Ewk_Tile_Matrix *tm, Ewk_Tile *t, double last_used);
43
EAPI
Eina_Bool ewk_tile_matrix_tile_update(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, co (…)
[
all
...]
ewk_window_features.h
40
EAPI
void ewk_window_features_unref(Ewk_Window_Features* window_features);
41
EAPI
void ewk_window_features_ref(Ewk_Window_Features* window_features);
43
EAPI
void ewk_window_features_bool_property_get(Ewk_Window_Features* window_features, Eina_Bool* toolbar_visible, Eina_Bool* statusbar_visible, Eina_Bool* scrollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen);
44
EAPI
void ewk_window_features_int_property_get(Ewk_Window_Features* window_features, int* x, int* y, int* w, int* h);
ewk_tiled_backing_store.h
96
EAPI
Evas_Object *ewk_tiled_backing_store_add(Evas *e);
98
EAPI
void ewk_tiled_backing_store_render_cb_set(Evas_Object *o, Eina_Bool (*cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *area), const void *data);
100
EAPI
Eina_Bool ewk_tiled_backing_store_scroll_full_offset_set(Evas_Object *o, Evas_Coord x, Evas_Coord y);
101
EAPI
Eina_Bool ewk_tiled_backing_store_scroll_full_offset_add(Evas_Object *o, Evas_Coord dx, Evas_Coord dy);
102
EAPI
Eina_Bool ewk_tiled_backing_store_scroll_inner_offset_add(Evas_Object *o, Evas_Coord dx, Evas_Coord dy, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
104
EAPI
Eina_Bool ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy);
105
EAPI
Eina_Bool ewk_tiled_backing_store_zoom_weak_set(Evas_Object *o, float zoom, Evas_Coord cx, Evas_Coord cy);
106
EAPI
void ewk_tiled_backing_store_fix_offsets(Evas_Object *o, Evas_Coord w, Evas_Coord h);
107
EAPI
void ewk_tiled_backing_store_zoom_weak_smooth_scale_set(Evas_Object *o, Eina_Bool smooth_scale);
108
EAPI
Eina_Bool ewk_tiled_backing_store_update(Evas_Object *o, const Eina_Rectangle *update)
[
all
...]
ewk_contextmenu.h
145
EAPI
void ewk_context_menu_ref(Ewk_Context_Menu* menu);
146
EAPI
void ewk_context_menu_unref(Ewk_Context_Menu* menu);
147
EAPI
Eina_Bool ewk_context_menu_destroy(Ewk_Context_Menu* menu);
149
EAPI
const Eina_List* ewk_context_menu_item_list_get(Ewk_Context_Menu* o);
151
EAPI
Ewk_Context_Menu_Item* ewk_context_menu_item_new(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Action action, Ewk_Context_Menu* submenu, const char* title, Eina_Bool checked, Eina_Bool enabled);
152
EAPI
void ewk_context_menu_item_free(Ewk_Context_Menu_Item* item);
153
EAPI
Eina_Bool ewk_context_menu_item_select(Ewk_Context_Menu* menu, Ewk_Context_Menu_Item* item);
154
EAPI
Ewk_Context_Menu_Item_Type ewk_context_menu_item_type_get(Ewk_Context_Menu_Item* o);
155
EAPI
Eina_Bool ewk_context_menu_item_type_set(Ewk_Context_Menu_Item* o, Ewk_Context_Menu_Item_Type type);
156
EAPI
Ewk_Context_Menu_Action ewk_context_menu_item_action_get(Ewk_Context_Menu_Item* o)
[
all
...]
ewk_window_features.cpp
45
EAPI
void ewk_window_features_unref(Ewk_Window_Features* window_features)
63
EAPI
void ewk_window_features_ref(Ewk_Window_Features* window_features)
85
EAPI
void ewk_window_features_bool_property_get(Ewk_Window_Features* window_features, Eina_Bool* toolbar_visible, Eina_Bool* statusbar_visible, Eina_Bool* scrollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen)
126
EAPI
void ewk_window_features_int_property_get(Ewk_Window_Features* window_features, int* x, int* y, int* w, int* h)
ewk_cookies.cpp
48
EAPI
Eina_Bool ewk_cookies_file_set(const char *filename)
79
EAPI
void ewk_cookies_clear(void)
99
EAPI
Eina_List* ewk_cookies_get_all(void)
134
EAPI
void ewk_cookies_cookie_del(Ewk_Cookie *cookie)
163
EAPI
void ewk_cookies_cookie_free(Ewk_Cookie *cookie)
181
EAPI
void ewk_cookies_policy_set(Ewk_Cookie_Policy p)
210
EAPI
Ewk_Cookie_Policy ewk_cookies_policy_get(void)
Completed in 116 milliseconds