Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 6 of 6) sorted by relevance

/external/ppp/pppd/
Dmain.c1833 add_notifier(notif, func, arg) in add_notifier() argument
1834 struct notifier **notif; in add_notifier()
1843 np->next = *notif;
1846 *notif = np;
1854 remove_notifier(notif, func, arg) in remove_notifier() argument
1855 struct notifier **notif; in remove_notifier()
1861 for (; (np = *notif) != 0; notif = &np->next) {
1863 *notif = np->next;
1874 notify(notif, val) in notify() argument
1875 struct notifier *notif; in notify()
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Dtracking_area.mm63 - (void)windowWillClose:(NSNotification*)notif;
113 - (void)windowWillClose:(NSNotification*)notif {
Dconfirm_quit_panel_controller.mm300 - (void)windowWillClose:(NSNotification*)notif {
Dbrowser_window_controller.mm2112 - (void)tabposeWillClose:(NSNotification*)notif {
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac.mm214 - (void)windowWillClose:(NSNotification*)notif {
313 - (void)outlineViewSelectionDidChange:(NSNotification*)notif {
315 if ([notif object] == allowedOutlineView_) {
317 } else if ([notif object] == blockedOutlineView_) {
/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_controller.mm220 - (void)windowWillClose:(NSNotification*)notif {