NetSurf
|
Data Fields | |
char * | name |
readable name such as 'google', 'yahoo', etc More... | |
char * | hostname |
host address such as www.google.com More... | |
char * | searchstring |
char * | ico |
< such as "www.google.com?search=%s" More... | |
hlcache_handle * | ico_handle |
< location of domain's favicon More... | |
Definition at line 37 of file searchweb.c.
char* search_provider::hostname |
host address such as www.google.com
Definition at line 39 of file searchweb.c.
Referenced by parse_providers().
char* search_provider::ico |
< such as "www.google.com?search=%s"
Definition at line 41 of file searchweb.c.
Referenced by parse_providers(), search_web_ico_callback(), and search_web_select_provider().
hlcache_handle* search_provider::ico_handle |
< location of domain's favicon
Definition at line 42 of file searchweb.c.
Referenced by default_ico_callback(), parse_providers(), search_web_finalise(), search_web_get_provider_bitmap(), search_web_ico_callback(), and search_web_select_provider().
char* search_provider::name |
readable name such as 'google', 'yahoo', etc
Definition at line 38 of file searchweb.c.
Referenced by default_ico_callback(), parse_providers(), search_web_finalise(), search_web_ico_callback(), search_web_iterate_providers(), and search_web_select_provider().
char* search_provider::searchstring |
Definition at line 40 of file searchweb.c.
Referenced by make_search_nsurl(), and parse_providers().