Searched refs:prop_write_func (Results 1 – 1 of 1) sorted by relevance
342 #define DOM_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument343 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \347 #define DOM_OVERWRITE_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}; \
Completed in 12 milliseconds