8#ifndef css_select_dispatch_h_
9#define css_select_dispatch_h_
16#include "stylesheet.h"
struct prop_table prop_dispatch[CSS_N_PROPERTIES]
css_error
Definition errors.h:18
@ CSS_N_PROPERTIES
Definition properties.h:144
Definition autogenerated_computed.h:282
Definition stylesheet.h:29
css_error(* cascade)(uint32_t opv, css_style *style, css_select_state *state)
Definition dispatch.h:21
css_error(* copy)(const css_computed_style *from, css_computed_style *to)
Definition dispatch.h:26
css_error(* set_from_hint)(const css_hint *hint, css_computed_style *style)
Definition dispatch.h:23
css_error(* initial)(css_select_state *state)
Definition dispatch.h:25
unsigned int inherited
Definition dispatch.h:31
css_error(* compose)(const css_computed_style *parent, const css_computed_style *child, css_computed_style *result)
Definition dispatch.h:28