NetSurf
|
Context for import fetches. More...
Data Fields | |
struct content_css_data * | css |
Object containing import. More... | |
uint32_t | index |
Index into parent sheet's imports array. More... | |
struct content_css_data* nscss_import_ctx::css |
Object containing import.
Definition at line 84 of file css.c.
Referenced by nscss_handle_import(), nscss_import(), and nscss_import_complete().
uint32_t nscss_import_ctx::index |
Index into parent sheet's imports array.
Definition at line 85 of file css.c.
Referenced by nscss_handle_import(), nscss_import(), and nscss_import_complete().