Searched refs:old_doc_height (Results 1 – 1 of 1) sorted by relevance
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/ |
H A D | gtkhtml.c | 179 gdouble old_doc_height, 1375 gint old_doc_width, old_doc_height, old_width, old_height; in size_allocate() local 1378 old_doc_height = html_engine_get_doc_height (html->engine); in size_allocate() 1386 gtk_html_update_scrollbars_on_resize (html, old_doc_width, old_doc_height, old_width, old_height, in size_allocate() 4003 gdouble old_doc_height, in gtk_html_update_scrollbars_on_resize() argument 4031 if (old_doc_height - old_height > 0) { in gtk_html_update_scrollbars_on_resize() 4036 / (old_doc_height - old_height)); in gtk_html_update_scrollbars_on_resize()
|