Searched refs:notifiers (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dnotifier.rb108 # This class will allow you to generate other notifiers, and assign them
113 # object you create, sibling notifiers can be initialized with
121 @notifiers = [D_NOMSG]
125 # List of notifiers in the group
126 attr_reader :notifiers
128 # Creates a new LeveledNotifier in the composite #notifiers group.
131 # be used as the index of the #notifiers Array.
136 @notifiers[level] = notifier
150 # index +value+ in the #notifiers Array.
152 # If no notifier exists at the index +value+ in the #notifiers Arra
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DGeolocation.cpp466 void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error) argument
468 GeoNotifierVector::const_iterator end = notifiers.end();
469 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
476 void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position) argument
478 GeoNotifierVector::const_iterator end = notifiers.end();
479 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
483 void Geolocation::stopTimer(GeoNotifierVector& notifiers) argument
485 GeoNotifierVector::const_iterator end = notifiers.end();
486 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
512 void Geolocation::cancelRequests(GeoNotifierVector& notifiers) argument
528 extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached) argument
[all...]
H A DGeolocation.h135 static void extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached);
/macosx-10.9.5/cups-372.4/cups/notifier/
H A DMakefile73 echo Installing notifiers in $(SERVERBIN)/notifier...
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c142 cups_array_t *notifiers; /* Notifier array */ local
566 notifiers = cupsArrayNew((cups_array_func_t)strcmp, NULL);
571 cupsArrayAdd(notifiers, _cupsStrAlloc(dent->filename));
573 if (cupsArrayCount(notifiers) > 0)
577 cupsArrayCount(notifiers), NULL, NULL);
579 for (i = 0, notifier = (char *)cupsArrayFirst(notifiers);
581 i ++, notifier = (char *)cupsArrayNext(notifiers))
585 cupsArrayDelete(notifiers);

Completed in 160 milliseconds