Home
last modified time | relevance | path

Searched refs:HTML_ENGINE_CURSOR_UP (Results 1 – 3 of 3) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlenums.h92 HTML_ENGINE_CURSOR_UP, enumerator
H A Dhtmlengine-edit-movement.c66 case HTML_ENGINE_CURSOR_UP: in html_engine_move_cursor()
H A Dgtkhtml.c5086 html_engine_move_cursor (html->engine, HTML_ENGINE_CURSOR_UP, 1); in cursor_move()
5184 rv = html_engine_move_cursor (html->engine, HTML_ENGINE_CURSOR_UP, 1) > 0 ? TRUE : FALSE; in move_selection()