NetSurf
|
Container for stylesheets used by an HTML document. More...
#include <html.h>
Data Fields | |
struct dom_node * | node |
dom node associated with sheet More... | |
struct hlcache_handle * | sheet |
bool | modified |
bool | unused |
bool html_stylesheet::modified |
Definition at line 61 of file html.h.
Referenced by html_can_begin_conversion(), html_create_style_element(), html_css_process_link(), html_css_process_modified_style(), html_css_process_modified_styles(), and html_css_update_style().
struct dom_node* html_stylesheet::node |
dom node associated with sheet
Definition at line 59 of file html.h.
Referenced by html_create_style_element(), html_css_free_stylesheets(), html_css_process_link(), html_css_process_modified_style(), html_css_process_style(), html_css_update_style(), and html_stylesheet_from_domnode().
struct hlcache_handle* html_stylesheet::sheet |
Definition at line 60 of file html.h.
Referenced by html_convert_css_callback(), html_create_style_element(), html_css_free_stylesheets(), html_css_new_selection_context(), html_css_new_stylesheets(), html_css_process_link(), html_css_process_modified_style(), html_css_quirks_stylesheets(), html_css_saw_insecure_stylesheets(), html_stylesheet_from_domnode(), and save_complete_save_html_stylesheet().
bool html_stylesheet::unused |
Definition at line 62 of file html.h.
Referenced by html_create_style_element(), html_css_new_selection_context(), html_css_process_link(), and html_css_process_style().