NetSurf
|
Go to the source code of this file.
Functions | |
void | nscss_dump_computed_style (FILE *stream, const css_computed_style *style) |
Dump a computed style style to the give file handle stream. More... | |
void nscss_dump_computed_style | ( | FILE * | stream, |
const css_computed_style * | style | ||
) |
Dump a computed style style to the give file handle stream.
stream | Stream to write to |
style | Computed style to dump |
Definition at line 155 of file dump.c.
References dump_css_fixed(), dump_css_unit(), ns_computed_display_static(), ns_computed_min_height(), ns_computed_min_width(), and content::string.
Referenced by box_dump().