Home
last modified time | relevance | path

Searched refs:html_object_is_container (Results 1 – 10 of 10) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlselection.c56 … ? i->from.offset : (html_object_is_container (s->to.object) ? s->to.offset : 0), i->to.offset); in optimize_selection()
67 html_object_is_container (i->to.object) ? i->to.offset : 0, s->to.offset); in optimize_selection()
69 if (!html_object_is_container (i->to.object) && i->to.offset) { in optimize_selection()
94 …: (html_object_is_container (s->from.object) ? s->from.offset : html_object_get_length (s->from.ob… in optimize_selection()
106html_object_is_container (i->from.object) ? i->from.offset : html_object_get_length (i->from.objec… in optimize_selection()
108 …if (!html_object_is_container (i->from.object) && i->from.offset != html_object_get_length (i->fro… in optimize_selection()
H A Dhtmlcursor.c227 if (!html_object_is_container (next)) in forward()
292 if (!html_object_is_container (prev)) in backward()
984 if (!html_object_is_container (next)) { in move_to_next_object()
1009 if (!html_object_is_container (prev)) { in move_to_prev_object()
1067 …eft_edge_offset (cursor->object, e->painter, cursor->offset) && html_object_is_container (cursor->… in left_in_flow()
1143 if (rv && !html_object_is_container (cursor->object) && cursor->object->parent == orig->parent) { in move_right()
1184 if (html_object_is_container (cursor->object)) { in right_in_flow()
H A Dhtmlobject.c672 if (html_object_is_container (self)) in html_object_real_cursor_forward()
714 if (html_object_is_container (self)) in html_object_real_cursor_backward()
736 if (html_object_is_container (self)) in html_object_real_cursor_right()
770 if (html_object_is_container (self)) in html_object_real_cursor_left()
1467 html_object_is_container (HTMLObject *self) in html_object_is_container() function
1912 if (((*offset == 0 && forward) || (*offset && !forward)) && html_object_is_container (obj)) in move_object_cursor()
1916 if (html_object_is_container (down)) in move_object_cursor()
1927 if (html_object_is_container (obj)) in move_object_cursor()
1936 if (html_object_is_container (down)) in move_object_cursor()
2505 while (o && html_object_is_container (o)) in html_object_next_cursor_leaf()
[all …]
H A Dhtmlinterval.c59 return p->object == c->object && (!html_object_is_container (p->object) || p->offset == c->offset); in html_point_cursor_object_eq()
170 if (len || html_object_is_container (o)) in select_object()
287 if (html_object_is_container (p->object)) { in html_point_to_leaf()
H A Dhtmlengine-edit.c529 if (prev && !html_object_is_container (prev) && html_object_get_length (prev) in go_to_begin_of_para()
588 && !html_object_is_container (e->cursor->object) in html_engine_indent_paragraph()
H A Dhtmlengine-edit-cut-and-paste.c1624 g_assert (html_object_is_container (e->cursor->object)); in html_engine_delete_container()
1979 if (html_object_is_container (child)) { in check_for_simple_containers()
2042 if (html_object_is_container (cur)) { in html_engine_delete()
H A Dhtmlobject.h343 gboolean html_object_is_container (HTMLObject *self);
H A Dhtmltext.c2772 if (html_object_is_container (self)) in html_text_cursor_forward()
2830 if (html_object_is_container (self)) in html_text_cursor_backward()
2947 if (!html_object_is_container (prev)) in html_text_backspace()
H A Dhtmlclueflow.c828 && HTML_OBJECT_TYPE (o) != HTML_TYPE_TEXTSLAVE && !html_object_is_container (o)) in update_leafs_children_changed_size()
H A Dgtkhtml.c5248 if (e->cursor->object && html_object_is_container (e->cursor->object) in delete_one()