Searched refs:prop_write_func (Results 1 – 1 of 1) sorted by relevance
347 #define DOM_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument348 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \352 #define DOM_OVERWRITE_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument353 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
Completed in 18 milliseconds