• Home
  • Raw
  • Download

Lines Matching defs:o

87 #define EWK_FRAME_TYPE_CHECK(o, ...) do { } while (0)  argument
89 #define EWK_FRAME_TYPE_CHECK(o, ...) \ argument
101 #define EWK_FRAME_SD_GET(o, ptr) \ argument
104 #define EWK_FRAME_SD_GET_OR_RETURN(o, ptr, ...) \ argument
116 static inline void _ewk_frame_debug(Evas_Object* o) in _ewk_frame_debug()
182 static void _ewk_frame_smart_add(Evas_Object* o) in _ewk_frame_smart_add()
238 static void _ewk_frame_smart_del(Evas_Object* o) in _ewk_frame_smart_del()
259 static void _ewk_frame_smart_resize(Evas_Object* o, Evas_Coord w, Evas_Coord h) in _ewk_frame_smart_resize()
321 Evas_Object* ewk_frame_view_get(const Evas_Object* o) in ewk_frame_view_get()
336 void ewk_frame_theme_set(Evas_Object* o, const char* path) in ewk_frame_theme_set()
357 const char* ewk_frame_theme_get(Evas_Object* o) in ewk_frame_theme_get()
376 Eina_Iterator* ewk_frame_children_iterator_new(Evas_Object* o) in ewk_frame_children_iterator_new()
408 Evas_Object* ewk_frame_child_find(Evas_Object* o, const char* name) in ewk_frame_child_find()
423 Eina_Bool ewk_frame_uri_set(Evas_Object* o, const char* uri) in ewk_frame_uri_set()
441 const char* ewk_frame_uri_get(const Evas_Object* o) in ewk_frame_uri_get()
455 const char* ewk_frame_title_get(const Evas_Object* o) in ewk_frame_title_get()
469 const char* ewk_frame_name_get(const Evas_Object* o) in ewk_frame_name_get()
497 Eina_Bool ewk_frame_contents_size_get(const Evas_Object* o, Evas_Coord* w, Evas_Coord* h) in ewk_frame_contents_size_get()
556 Eina_Bool ewk_frame_contents_set(Evas_Object* o, const char* contents, size_t contents_size, const … in ewk_frame_contents_set()
585 Eina_Bool ewk_frame_contents_alternate_set(Evas_Object* o, const char* contents, size_t contents_si… in ewk_frame_contents_alternate_set()
604 Eina_Bool ewk_frame_script_execute(Evas_Object* o, const char* script) in ewk_frame_script_execute()
620 Eina_Bool ewk_frame_editable_get(const Evas_Object* o) in ewk_frame_editable_get()
635 Eina_Bool ewk_frame_editable_set(Evas_Object* o, Eina_Bool editable) in ewk_frame_editable_set()
654 char* ewk_frame_selection_get(const Evas_Object* o) in ewk_frame_selection_get()
674 Eina_Bool ewk_frame_select_none(Evas_Object* o) in ewk_frame_select_none()
686 Eina_Bool ewk_frame_select_all(Evas_Object* o) in ewk_frame_select_all()
698 Eina_Bool ewk_frame_select_paragraph(Evas_Object* o) in ewk_frame_select_paragraph()
710 Eina_Bool ewk_frame_select_sentence(Evas_Object* o) in ewk_frame_select_sentence()
722 Eina_Bool ewk_frame_select_line(Evas_Object* o) in ewk_frame_select_line()
734 Eina_Bool ewk_frame_select_word(Evas_Object* o) in ewk_frame_select_word()
752 Eina_Bool ewk_frame_text_search(const Evas_Object* o, const char* string, Eina_Bool case_sensitive,… in ewk_frame_text_search()
772 unsigned int ewk_frame_text_matches_mark(Evas_Object* o, const char* string, Eina_Bool case_sensiti… in ewk_frame_text_matches_mark()
789 Eina_Bool ewk_frame_text_matches_unmark_all(Evas_Object* o) in ewk_frame_text_matches_unmark_all()
806 Eina_Bool ewk_frame_text_matches_highlight_set(Evas_Object* o, Eina_Bool highlight) in ewk_frame_text_matches_highlight_set()
821 Eina_Bool ewk_frame_text_matches_highlight_get(const Evas_Object* o) in ewk_frame_text_matches_highlight_get()
855 Eina_Bool ewk_frame_text_matches_nth_pos_get(Evas_Object* o, size_t n, int* x, int* y) in ewk_frame_text_matches_nth_pos_get()
884 Eina_Bool ewk_frame_stop(Evas_Object* o) in ewk_frame_stop()
901 Eina_Bool ewk_frame_reload(Evas_Object* o) in ewk_frame_reload()
916 Eina_Bool ewk_frame_reload_full(Evas_Object* o) in ewk_frame_reload_full()
933 Eina_Bool ewk_frame_back(Evas_Object* o) in ewk_frame_back()
947 Eina_Bool ewk_frame_forward(Evas_Object* o) in ewk_frame_forward()
961 Eina_Bool ewk_frame_navigate(Evas_Object* o, int steps) in ewk_frame_navigate()
981 Eina_Bool ewk_frame_back_possible(Evas_Object* o) in ewk_frame_back_possible()
995 Eina_Bool ewk_frame_forward_possible(Evas_Object* o) in ewk_frame_forward_possible()
1009 Eina_Bool ewk_frame_navigate_possible(Evas_Object* o, int steps) in ewk_frame_navigate_possible()
1024 float ewk_frame_zoom_get(const Evas_Object* o) in ewk_frame_zoom_get()
1044 Eina_Bool ewk_frame_zoom_set(Evas_Object* o, float zoom) in ewk_frame_zoom_set()
1062 Eina_Bool ewk_frame_zoom_text_only_get(const Evas_Object* o) in ewk_frame_zoom_text_only_get()
1076 Eina_Bool ewk_frame_zoom_text_only_set(Evas_Object* o, Eina_Bool setting) in ewk_frame_zoom_text_only_set()
1118 Ewk_Hit_Test* ewk_frame_hit_test_new(const Evas_Object* o, int x, int y) in ewk_frame_hit_test_new()
1185 ewk_frame_scroll_add(Evas_Object* o, int dx, int dy) in ewk_frame_scroll_add()
1207 ewk_frame_scroll_set(Evas_Object* o, int x, int y) in ewk_frame_scroll_set()
1232 ewk_frame_scroll_size_get(const Evas_Object* o, int* w, int* h) in ewk_frame_scroll_size_get()
1260 ewk_frame_scroll_pos_get(const Evas_Object* o, int* x, int* y) in ewk_frame_scroll_pos_get()
1290 Eina_Bool ewk_frame_visible_content_geometry_get(const Evas_Object* o, Eina_Bool include_scrollbars… in ewk_frame_visible_content_geometry_get()
1326 Eina_Bool ewk_frame_paint_full_get(const Evas_Object* o) in ewk_frame_paint_full_get()
1344 void ewk_frame_paint_full_set(Evas_Object* o, Eina_Bool flag) in ewk_frame_paint_full_set()
1359 Eina_Bool ewk_frame_feed_focus_in(Evas_Object* o) in ewk_frame_feed_focus_in()
1373 Eina_Bool ewk_frame_feed_focus_out(Evas_Object* o) in ewk_frame_feed_focus_out()
1388 Eina_Bool ewk_frame_feed_mouse_wheel(Evas_Object* o, const Evas_Event_Mouse_Wheel* ev) in ewk_frame_feed_mouse_wheel()
1411 Eina_Bool ewk_frame_feed_mouse_down(Evas_Object* o, const Evas_Event_Mouse_Down* ev) in ewk_frame_feed_mouse_down()
1437 Eina_Bool ewk_frame_feed_mouse_up(Evas_Object* o, const Evas_Event_Mouse_Up* ev) in ewk_frame_feed_mouse_up()
1463 Eina_Bool ewk_frame_feed_mouse_move(Evas_Object* o, const Evas_Event_Mouse_Move* ev) in ewk_frame_feed_mouse_move()
1482 Eina_Bool ewk_frame_feed_touch_event(Evas_Object* o, Ewk_Touch_Event_Type action, Eina_List* points… in ewk_frame_feed_touch_event()
1595 Eina_Bool ewk_frame_feed_key_down(Evas_Object* o, const Evas_Event_Key_Down* ev) in ewk_frame_feed_key_down()
1619 Eina_Bool ewk_frame_feed_key_up(Evas_Object* o, const Evas_Event_Key_Up* ev) in ewk_frame_feed_key_up()
1641 Eina_Bool ewk_frame_init(Evas_Object* o, Evas_Object* view, WebCore::Frame* frame) in ewk_frame_init()
1658 Evas_Object* ewk_frame_child_add(Evas_Object* o, WTF::PassRefPtr<WebCore::Frame> child, const WTF::… in ewk_frame_child_add()
1709 void ewk_frame_core_gone(Evas_Object* o) in ewk_frame_core_gone()
1723 WebCore::Frame* ewk_frame_core_get(const Evas_Object* o) in ewk_frame_core_get()
1742 void ewk_frame_request_will_send(Evas_Object *o, Ewk_Frame_Resource_Request *request) in ewk_frame_request_will_send()
1756 void ewk_frame_request_assign_identifier(Evas_Object *o, const Ewk_Frame_Resource_Request *request) in ewk_frame_request_assign_identifier()
1769 void ewk_frame_did_perform_first_navigation(Evas_Object *o) in ewk_frame_did_perform_first_navigation()
1783 void ewk_frame_view_state_save(Evas_Object *o, WebCore::HistoryItem* item) in ewk_frame_view_state_save()
1794 void ewk_frame_load_started(Evas_Object* o) in ewk_frame_load_started()
1815 void ewk_frame_load_provisional(Evas_Object* o) in ewk_frame_load_provisional()
1828 void ewk_frame_load_firstlayout_finished(Evas_Object *o) in ewk_frame_load_firstlayout_finished()
1841 void ewk_frame_load_firstlayout_nonempty_finished(Evas_Object *o) in ewk_frame_load_firstlayout_nonempty_finished()
1854 void ewk_frame_load_document_finished(Evas_Object *o) in ewk_frame_load_document_finished()
1869 void ewk_frame_load_finished(Evas_Object* o, const char* error_domain, int error_code, Eina_Bool is… in ewk_frame_load_finished()
1899 void ewk_frame_load_error(Evas_Object* o, const char* error_domain, int error_code, Eina_Bool is_ca… in ewk_frame_load_error()
1926 void ewk_frame_load_progress_changed(Evas_Object* o) in ewk_frame_load_progress_changed()
1946 void ewk_frame_contents_size_changed(Evas_Object* o, Evas_Coord w, Evas_Coord h) in ewk_frame_contents_size_changed()
1965 void ewk_frame_title_set(Evas_Object* o, const char* title) in ewk_frame_title_set()
1974 void ewk_frame_view_create_for_view(Evas_Object* o, Evas_Object* view) in ewk_frame_view_create_for_view()
2013 Eina_Bool ewk_frame_uri_changed(Evas_Object* o) in ewk_frame_uri_changed()
2030 void ewk_frame_force_layout(Evas_Object* o) in ewk_frame_force_layout()
2040 WTF::PassRefPtr<WebCore::Widget> ewk_frame_plugin_create(Evas_Object* o, const WebCore::IntSize& pl… in ewk_frame_plugin_create()