Searched refs:a_media_list (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-doc-handler.h | 90 *@param a_media_list a doubly linked list of GString objects. 100 GList *a_media_list, 106 GList *a_media_list, 200 *@param a_media_list a double linked list of 206 GList *a_media_list, 213 *@param a_media_list a double linked list of GString * objects. 218 GList *a_media_list) ;
|
H A D | cr-om-parser.c | 89 GList * a_media_list, 93 GList * a_media_list); 96 GList * a_media_list, 428 GList * a_media_list, 447 if (a_media_list) { 450 (a_media_list); 459 end_media (CRDocHandler * a_this, GList * a_media_list) argument 466 (void) a_media_list; 493 a_media_list = NULL; 498 GList * a_media_list, 427 start_media(CRDocHandler * a_this, GList * a_media_list, CRParsingLocation *a_location) argument 497 import_style(CRDocHandler * a_this, GList * a_media_list, CRString * a_uri, CRString * a_uri_default_ns, CRParsingLocation *a_location) argument [all...] |
H A D | cr-parser.h | 111 enum CRStatus cr_parser_parse_import (CRParser *a_this, GList ** a_media_list,
|
H A D | cr-statement.h | 254 GList *a_media_list,
|
H A D | cr-statement.c | 240 GList * a_media_list, 251 if (a_media_list) { 254 (a_media_list); 375 GList * a_media_list) 381 (void) a_media_list; 1340 GList * a_media_list, 1365 result->kind.import_rule->media_list = a_media_list; 239 parse_at_media_start_media_cb(CRDocHandler * a_this, GList * a_media_list, CRParsingLocation *a_location) argument 374 parse_at_media_end_media_cb(CRDocHandler * a_this, GList * a_media_list) argument 1338 cr_statement_new_at_import_rule(CRStyleSheet * a_container_sheet, CRString * a_url, GList * a_media_list, CRStyleSheet * a_imported_sheet) argument
|
H A D | cr-parser.c | 3523 *@a_media_list: out parameter. A linked list of 3546 GList ** a_media_list, 3603 *a_media_list = g_list_append (*a_media_list, medium); 3632 *a_media_list = g_list_append (*a_media_list, medium); 3652 if (*a_media_list) { 3656 *free each element of *a_media_list. 3665 for (cur = *a_media_list; cur; cur = cur->next) { 3671 g_list_free (*a_media_list); 3545 cr_parser_parse_import(CRParser * a_this, GList ** a_media_list, CRString ** a_import_string, CRParsingLocation *a_location) argument [all...] |
Completed in 75 milliseconds