Home
last modified time | relevance | path

Searched refs:HTML_CLEAR_NONE (Results 1 – 6 of 6) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlenums.h47 HTML_CLEAR_NONE, enumerator
H A Dhtmlstyle.c138 style->clear = HTML_CLEAR_NONE; in html_style_new()
601 style = html_style_set_clear (style, HTML_CLEAR_NONE); in html_style_add_attribute()
H A Dhtmlengine.c799 new_flow (e, clue, create_empty_text (e), HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
890 new_flow (e, clue, obj, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
1253 new_flow (e, clue, NULL, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
1254 new_flow (e, clue, NULL, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
1476 add_line_break (e, clue, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
2166 new_flow (e, clue, NULL, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
2167 new_flow (e, clue, NULL, HTML_CLEAR_NONE, dir);
2177 new_flow (e, clue, NULL, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
2187 new_flow (e, clue, NULL, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
2188 new_flow (e, clue, NULL, HTML_CLEAR_NONE, HTML_DIRECTION_DERIVED);
[all …]
H A Dhtmlcluev.c207 case HTML_CLEAR_NONE: in html_cluev_do_layout()
H A Dhtmlengine-edit-table.c63 HTML_LIST_TYPE_UNORDERED, 0, HTML_CLEAR_NONE); in html_engine_new_cell()
H A Dhtmlobject.c650 return HTML_CLEAR_NONE; in get_clear()