Home
last modified time | relevance | path

Searched refs:notify_func (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gobject/
Dgclosure.h251 GClosureNotify notify_func);
255 GClosureNotify notify_func);
259 GClosureNotify notify_func);
263 GClosureNotify notify_func);
Dgclosure.c440 GClosureNotify notify_func) in g_closure_add_finalize_notifier() argument
445 g_return_if_fail (notify_func != NULL); in g_closure_add_finalize_notifier()
456 closure->notifiers[i].notify = notify_func; in g_closure_add_finalize_notifier()
474 GClosureNotify notify_func) in g_closure_add_invalidate_notifier() argument
479 g_return_if_fail (notify_func != NULL); in g_closure_add_invalidate_notifier()
486 closure->notifiers[i].notify = notify_func; in g_closure_add_invalidate_notifier()
493 GClosureNotify notify_func) in closure_try_remove_inotify() argument
499 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_inotify()
513 GClosureNotify notify_func) in closure_try_remove_fnotify() argument
519 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_fnotify()
[all …]
/third_party/libinput/src/
Dlibinput-private.h414 void (*notify_func)(uint64_t time, struct libinput_event *ev, void *notify_func_data); member
521 void (*notify_func)(
Dlibinput.c2142 void (*notify_func)( in libinput_device_add_event_listener()
2148 listener->notify_func = notify_func; in libinput_device_add_event_listener()
2242 listener->notify_func(time, event, listener->notify_func_data); in post_device_event()
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc133 CefRefPtr<CefV8Value> notify_func = in OnContextCreated() local
135 window->SetValue(kJSNotifyFunc, notify_func, attributes); in OnContextCreated()