Searched defs:notifiers (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnotify.h29 QTAILQ_HEAD(, Notifier) notifiers; member in struct:NotifierList
33 { QTAILQ_HEAD_INITIALIZER((head).notifiers) }
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp476 void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error) argument
478 GeoNotifierVector::const_iterator end = notifiers.end();
479 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
487 void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position) argument
489 GeoNotifierVector::const_iterator end = notifiers.end();
490 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
498 void Geolocation::stopTimer(GeoNotifierVector& notifiers) argument
500 GeoNotifierVector::const_iterator end = notifiers.end();
501 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
529 void Geolocation::cancelRequests(GeoNotifierVector& notifiers) argument
545 extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached) argument
[all...]

Completed in 264 milliseconds