Searched refs:Evas_Object (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_private.h56 void ewk_view_ready(Evas_Object *o);
57 void ewk_view_input_method_state_set(Evas_Object* o, Eina_Bool active);
58 void ewk_view_title_set(Evas_Object *o, const char *title);
59 void ewk_view_uri_changed(Evas_Object *o);
60 void ewk_view_load_started(Evas_Object *o);
61 void ewk_view_load_provisional(Evas_Object *o);
62 void ewk_view_frame_main_load_started(Evas_Object *o);
63 void ewk_view_frame_main_cleared(Evas_Object *o);
64 void ewk_view_frame_main_icon_received(Evas_Object *o);
65 void ewk_view_load_finished(Evas_Object *
[all...]
H A Dewk_frame.h93 Evas_Object *frame; /**< frame where the failure happened */
120 Evas_Object *frame;
125 Evas_Object *target_frame;
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 *
[all...]
H A Dewk_view.h61 * - "frame,created", Evas_Object*: when frames are created, they are
104 Evas_Object *(*window_create)(Ewk_View_Smart_Data *sd, Eina_Bool javascript, const Ewk_Window_Features *window_features); /**< creates a new window, requested by webkit */
107 Evas_Object *(*backing_store_add)(Ewk_View_Smart_Data *sd); /**< must be defined */
135 void (*run_javascript_alert)(Ewk_View_Smart_Data *sd, Evas_Object *frame, const char *message);
136 Eina_Bool (*run_javascript_confirm)(Ewk_View_Smart_Data *sd, Evas_Object *frame, const char *message);
137 Eina_Bool (*run_javascript_prompt)(Ewk_View_Smart_Data *sd, Evas_Object *frame, const char *message, const char *defaultValue, char **value);
139 uint64_t (*exceeded_database_quota)(Ewk_View_Smart_Data *sd, Evas_Object *frame, const char *databaseName, uint64_t current_size, uint64_t expected_size);
141 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);
272 Evas_Object *self; /**< reference to owner object */
273 Evas_Object *main_fram
[all...]
H A Dewk_tiled_backing_store.h88 Evas_Object *image; /**< Evas Image, the tile to be rendered */
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 *
[all...]
H A Dewk_util.h32 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface);
H A Dewk_frame.cpp63 Evas_Object* self;
64 Evas_Object* view;
66 Evas_Object* region;
82 Evas_Object* obj;
116 static inline void _ewk_frame_debug(Evas_Object* o)
118 Evas_Object* clip, *parent;
146 static inline Evas_Object* kit(WebCore::Frame* frame)
156 static Eina_Bool _ewk_frame_children_iterator_next(Eina_Iterator_Ewk_Frame* it, Evas_Object** data)
177 static Evas_Object* _ewk_frame_children_iterator_get_container(Eina_Iterator_Ewk_Frame* it)
182 static void _ewk_frame_smart_add(Evas_Object*
[all...]
H A Dewk_view.cpp396 Evas_Object* frame = ewk_view_frame_focused_get(sd->self);
406 Evas_Object* frame = ewk_view_frame_focused_get(sd->self);
419 static void _ewk_view_smart_run_javascript_alert(Ewk_View_Smart_Data* sd, Evas_Object* frame, const char* message)
424 static Eina_Bool _ewk_view_smart_run_javascript_confirm(Ewk_View_Smart_Data* sd, Evas_Object* frame, const char* message)
438 static Eina_Bool _ewk_view_smart_run_javascript_prompt(Ewk_View_Smart_Data* sd, Evas_Object* frame, const char* message, const char* defaultValue, char** value)
452 static void _ewk_view_on_focus_in(void* data, Evas* e, Evas_Object* o, void* event_info)
460 static void _ewk_view_on_focus_out(void* data, Evas* e, Evas_Object* o, void* event_info)
468 static void _ewk_view_on_mouse_wheel(void* data, Evas* e, Evas_Object* o, void* event_info)
477 static void _ewk_view_on_mouse_down(void* data, Evas* e, Evas_Object* o, void* event_info)
486 static void _ewk_view_on_mouse_up(void* data, Evas* e, Evas_Object*
[all...]
H A Dewk_util.cpp28 * Converts an image from cairo_surface to the Evas_Object.
32 * @return converted cairo_surface object to the Evas_Object
34 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface)
40 Evas_Object* image;
H A Dewk_view_tiled.c40 static void *_ewk_view_tiled_updates_process_pre(void *data, Evas_Object *o)
47 static Evas_Object *_ewk_view_tiled_smart_backing_store_add(Ewk_View_Smart_Data *sd)
49 Evas_Object *bs = ewk_tiled_backing_store_add(sd->base.evas);
58 _ewk_view_tiled_contents_size_changed_cb(void *data, Evas_Object *o, void *event_info)
67 static void _ewk_view_tiled_smart_add(Evas_Object *o)
301 Evas_Object *ewk_view_tiled_add(Evas *e)
312 Ewk_Tile_Unused_Cache *ewk_view_tiled_unused_cache_get(const Evas_Object *o)
329 void ewk_view_tiled_unused_cache_set(Evas_Object *o, Ewk_Tile_Unused_Cache *cache)
341 void ewk_view_tiled_process_entire_queue_set(Evas_Object *o, Eina_Bool flag)
H A Dewk_settings.h49 EAPI Evas_Object *ewk_settings_icon_database_icon_object_add(const char *url, Evas *canvas);
H A Dewk_tiled_backing_store.c76 Evas_Object *self;
77 Evas_Object *contents_clipper;
115 void *(*pre_cb)(void *data, Evas_Object *o);
117 void *(*post_cb)(void *data, void *pre_data, Evas_Object *o);
733 static void _ewk_tiled_backing_store_smart_member_del(Evas_Object *o, Evas_Object *member)
743 static void _ewk_tiled_backing_store_smart_member_add(Evas_Object *o, Evas_Object *member)
788 static void _ewk_tiled_backing_store_smart_add(Evas_Object *o)
842 static void _ewk_tiled_backing_store_smart_del(Evas_Object *
[all...]
H A Dewk_view_single.c33 static void _ewk_view_single_on_del(void *data, Evas *e, Evas_Object *o, void *event_info)
35 Evas_Object *clip = (Evas_Object*)data;
39 static void _ewk_view_single_smart_add(Evas_Object *o)
47 Evas_Object *clip = evas_object_rectangle_add(sd->base.evas);
56 static Evas_Object *_ewk_view_single_smart_backing_store_add(Ewk_View_Smart_Data *sd)
58 Evas_Object *bs = evas_object_image_add(sd->base.evas);
65 static void _ewk_view_single_smart_resize(Evas_Object *o, Evas_Coord w, Evas_Coord h)
73 Evas_Object *clip = evas_object_clip_get(sd->backing_store);
374 Evas_Object *cli
[all...]
H A Dewk_history.h88 EAPI Evas_Object *ewk_history_item_icon_object_add(const Ewk_History_Item *item, Evas *canvas);
H A Dewk_contextmenu.cpp43 Evas_Object* view; /**< the view object */
347 Ewk_Context_Menu* ewk_context_menu_new(Evas_Object* view, WebCore::ContextMenuController* controller)
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h41 typedef struct _Evas_Object Evas_Object; typedef in typeref:struct:_Evas_Object
48 EditorClientEfl(Evas_Object *view);
121 Evas_Object *m_view;
H A DFrameLoaderClientEfl.h48 explicit FrameLoaderClientEfl(Evas_Object *view);
52 void setWebFrame(Evas_Object *frame) { m_frame = frame; }
53 Evas_Object* webFrame() const { return m_frame; }
54 Evas_Object* webView() const { return m_view; }
214 Evas_Object *m_view;
215 Evas_Object *m_frame;
H A DChromeClientEfl.h31 typedef struct _Evas_Object Evas_Object; typedef in typeref:struct:_Evas_Object
37 explicit ChromeClientEfl(Evas_Object* view);
154 Evas_Object* m_view;
H A DChromeClientEfl.cpp64 static inline Evas_Object* kit(Frame* frame)
75 ChromeClientEfl::ChromeClientEfl(Evas_Object* view)
153 Evas_Object* newView = ewk_view_window_create(m_view, EINA_TRUE, &features);
/external/webkit/Tools/EWebLauncher/
H A Dmain.c153 Evas_Object *bg;
154 Evas_Object *browser;
212 zoom_level_set(Evas_Object *webview, int level)
226 Evas_Object *webview;
227 Evas_Object *bg;
283 on_title_changed(void *user_data, Evas_Object *webview, void *event_info)
292 on_progress(void *user_data, Evas_Object *webview, void *event_info)
301 on_load_finished(void *user_data, Evas_Object *webview, void *event_info)
319 on_toolbars_visible_set(void* user_data, Evas_Object* webview, void* event_info)
332 on_toolbars_visible_get(void* user_data, Evas_Object* webvie
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DIcon.h43 typedef struct _Evas_Object Evas_Object; typedef in typeref:struct:_Evas_Object
83 Evas_Object* m_icon;
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h41 typedef struct _Evas_Object Evas_Object; typedef in typeref:struct:_Evas_Object
191 void applyEdjeStateFromForm(Evas_Object*, ControlStates);
213 Evas_Object* m_edje;
222 void applyPartDescription(Evas_Object*, struct ThemePartDesc*);
228 Evas_Object* o;
H A DScrollbarEfl.cpp67 static void scrollbarEflEdjeMessage(void* data, Evas_Object* object, Edje_Message_Type messageType, int id, void* message)
92 Evas_Object* object = evasObject();
196 Evas_Object* object = platformWidget();
H A DWidgetEfl.cpp131 Evas_Object* m_evasObject;
145 Evas_Object* m_cursorObject;
186 Evas_Object* object = evasObject();
335 void Widget::setEvasObject(Evas_Object *object)
363 Evas_Object* Widget::evasObject() const
H A DRenderThemeEfl.cpp249 void RenderThemeEfl::applyEdjeStateFromForm(Evas_Object* object, ControlStates states)
359 static void renderThemeEflColorClassSelectionActive(void* data, Evas_Object* object, const char* signal, const char* source)
370 static void renderThemeEflColorClassSelectionInactive(void* data, Evas_Object* object, const char* signal, const char* source)
381 static void renderThemeEflColorClassFocusRing(void* data, Evas_Object* object, const char* signal, const char* source)
392 static void renderThemeEflColorClassButtonText(void* data, Evas_Object* object, const char* signal, const char* source)
403 static void renderThemeEflColorClassComboText(void* data, Evas_Object* object, const char* signal, const char* source)
414 static void renderThemeEflColorClassEntryText(void* data, Evas_Object* object, const char* signal, const char* source)
425 static void renderThemeEflColorClassSearchText(void* data, Evas_Object* object, const char* signal, const char* source)
536 void RenderThemeEfl::applyPartDescription(Evas_Object* object, struct ThemePartDesc* desc)
622 Evas_Object* objec
[all...]
/external/webkit/Source/WebCore/platform/
H A DWidget.h96 typedef struct _Evas_Object Evas_Object; typedef in typeref:struct:_Evas_Object
99 typedef Evas_Object* PlatformWidget;
229 // the EFL port considers that Evas_Object (a C object) is a PlatformWidget, but
233 void setEvasObject(Evas_Object*);
234 Evas_Object* evasObject() const;

Completed in 266 milliseconds

12