• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/

Lines Matching defs:stmt

42         CRStatement *stmt = NULL;
45 stmt = cr_statement_new_at_font_face_rule (NULL, NULL);
46 g_return_if_fail (stmt);
48 status = cr_doc_handler_set_ctxt (a_this, stmt);
55 CRStatement *stmt = NULL;
61 stmtptr = &stmt;
68 if (stmt) {
69 cr_statement_destroy (stmt);
83 CRStatement *stmt = NULL;
88 stmtptr = &stmt;
90 g_return_if_fail (status == CR_OK && stmt);
91 g_return_if_fail (stmt->type == AT_FONT_FACE_RULE_STMT);
95 decl = cr_declaration_new (stmt, name, a_value);
102 stmt->kind.font_face_rule->decl_list =
103 cr_declaration_append (stmt->kind.font_face_rule->decl_list,
105 if (!stmt->kind.font_face_rule->decl_list)
144 CRStatement *stmt = NULL;
153 stmt = cr_statement_new_at_page_rule (NULL, NULL,
158 g_return_if_fail (stmt);
159 status = cr_doc_handler_set_ctxt (a_this, stmt);
166 CRStatement *stmt = NULL;
172 stmtptr = &stmt;
179 if (stmt) {
180 cr_statement_destroy (stmt);
181 stmt = NULL;
192 CRStatement *stmt = NULL;
197 stmtptr = &stmt;
199 g_return_if_fail (status == CR_OK && stmt->type == AT_PAGE_RULE_STMT);
204 decl = cr_declaration_new (stmt, name, a_expression);
207 stmt->kind.page_rule->decl_list =
208 cr_declaration_append (stmt->kind.page_rule->decl_list, decl);
209 g_return_if_fail (stmt->kind.page_rule->decl_list);
218 CRStatement *stmt = NULL;
221 stmtptr = &stmt;
223 g_return_if_fail (status == CR_OK && stmt);
224 g_return_if_fail (stmt->type == AT_PAGE_RULE_STMT);
226 status = cr_doc_handler_set_result (a_this, stmt);
262 CRStatement *stmt = NULL;
267 stmtptr = &stmt;
274 if (stmt) {
275 cr_statement_destroy (stmt);
276 stmt = NULL;
311 *the current ruleset stmt, child of the
314 CRStatement *stmt = NULL;
324 stmtptr = &stmt;
327 g_return_if_fail (status == CR_OK && stmt);
328 g_return_if_fail (stmt->type == RULESET_STMT);
330 decl = cr_declaration_new (stmt, name, a_value);
333 status = cr_statement_ruleset_append_decl (stmt, decl);
344 *the current ruleset stmt, child of the
347 CRStatement *stmt = NULL;
352 stmtptr = &stmt;
354 g_return_if_fail (status == CR_OK && stmt
355 && stmt->type == RULESET_STMT);
356 g_return_if_fail (stmt->kind.ruleset->parent_media_rule);
359 (a_this, stmt->kind.ruleset->parent_media_rule);
397 CRStatement *stmt = NULL;
401 stmtptr = &stmt;
408 if (stmt) {
409 cr_statement_destroy (stmt);
410 stmt = NULL;