NetSurf
|
search match More...
Data Fields | |
struct list_entry * | prev |
previous match More... | |
struct list_entry * | next |
next match More... | |
unsigned | start_idx |
start position of match More... | |
unsigned | end_idx |
end of match More... | |
struct box * | start_box |
content opaque start pointer More... | |
struct box * | end_box |
content opaque end pointer More... | |
struct selection * | sel |
content specific selection object More... | |
search match
Definition at line 44 of file textsearch.c.
struct box* list_entry::end_box |
content opaque end pointer
Definition at line 73 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), and search_text().
unsigned list_entry::end_idx |
end of match
Definition at line 63 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), content_textsearch_ishighlighted(), search_show_all(), and search_text().
struct list_entry* list_entry::next |
next match
Definition at line 53 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), content_textsearch_ishighlighted(), free_matches(), search_show_all(), and search_text().
struct list_entry* list_entry::prev |
previous match
Definition at line 48 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), free_matches(), and search_text().
struct selection* list_entry::sel |
content specific selection object
Definition at line 78 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), content_textsearch_ishighlighted(), free_matches(), and search_show_all().
struct box* list_entry::start_box |
content opaque start pointer
Definition at line 68 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), and search_text().
unsigned list_entry::start_idx |
start position of match
Definition at line 58 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), content_textsearch_ishighlighted(), search_show_all(), and search_text().