|
NetSurf
|
Selection context. More...
#include <select.h>
Data Fields | |
| css_select_ctx * | ctx |
| bool | quirks |
| struct nsurl * | base_url |
| lwc_string * | universal |
| const css_computed_style * | root_style |
| const css_computed_style * | parent_style |
| struct nsurl* nscss_select_ctx::base_url |
Definition at line 38 of file select.h.
Referenced by box_get_style(), box_normalise_block(), box_normalise_flex(), box_normalise_table_row(), box_normalise_table_row_group(), box_normalise_table_spans(), css_hint_bg_image(), and node_is_visited().
| css_select_ctx* nscss_select_ctx::ctx |
Definition at line 36 of file select.h.
Referenced by box_get_style(), box_normalise_block(), box_normalise_flex(), box_normalise_table_row(), box_normalise_table_row_group(), box_normalise_table_spans(), nscss_get_blank_style(), and nscss_get_style().
| const css_computed_style* nscss_select_ctx::parent_style |
Definition at line 41 of file select.h.
Referenced by box_get_style(), and nscss_get_style().
| bool nscss_select_ctx::quirks |
Definition at line 37 of file select.h.
Referenced by box_get_style(), box_normalise_block(), box_normalise_flex(), box_normalise_table_row(), box_normalise_table_row_group(), and box_normalise_table_spans().
| const css_computed_style* nscss_select_ctx::root_style |
Definition at line 40 of file select.h.
Referenced by box_get_style(), box_normalise_block(), box_normalise_flex(), box_normalise_table_row(), box_normalise_table_row_group(), and box_normalise_table_spans().
| lwc_string* nscss_select_ctx::universal |
Definition at line 39 of file select.h.
Referenced by box_get_style(), box_normalise_block(), box_normalise_flex(), box_normalise_table_row(), box_normalise_table_row_group(), box_normalise_table_spans(), and node_has_name().