NetSurf
|
Go to the source code of this file.
Data Structures | |
struct | nscss_import |
Imported stylesheet record. More... | |
Functions | |
nserror | nscss_init (void) |
Initialise the CSS content handler. More... | |
css_stylesheet * | nscss_get_stylesheet (struct hlcache_handle *h) |
Retrieve the stylesheet object associated with a CSS content. More... | |
struct nscss_import * | nscss_get_imports (struct hlcache_handle *h, uint32_t *n) |
Retrieve imported stylesheets. More... | |
struct nscss_import * nscss_get_imports | ( | struct hlcache_handle * | h, |
uint32_t * | n | ||
) |
Retrieve imported stylesheets.
h | Stylesheet containing imports |
n | Pointer to location to receive number of imports |
Definition at line 447 of file css.c.
References nscss_import::c, and hlcache_handle_get_content().
Referenced by save_complete_save_stylesheet().
css_stylesheet * nscss_get_stylesheet | ( | struct hlcache_handle * | h | ) |
Retrieve the stylesheet object associated with a CSS content.
h | Stylesheet content |
Definition at line 437 of file css.c.
References nscss_content::data, hlcache_handle_get_content(), and content_css_data::sheet.
Referenced by html_css_new_selection_context().
nserror nscss_init | ( | void | ) |
Initialise the CSS content handler.
Definition at line 816 of file css.c.
References content_factory_register_handler(), css_content_handler, css_hint_init(), nscss_fini(), and NSERROR_OK.
Referenced by netsurf_init().