HomeSort by relevance Sort by last modified time
    Searched full:notifier (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/webkit/WebCore/page/
Geolocation.cpp 144 // This will cause this notifier to be deleted.
166 RefPtr<GeoNotifier> notifier = prpNotifier; local
168 m_idToNotifierMap.set(id, notifier.get());
169 m_notifierToIdMap.set(notifier.release(), id);
181 void Geolocation::Watchers::remove(GeoNotifier* notifier)
183 NotifierToIdMap::iterator iter = m_notifierToIdMap.find(notifier);
190 bool Geolocation::Watchers::contains(GeoNotifier* notifier) const
192 return m_notifierToIdMap.contains(notifier);
277 RefPtr<GeoNotifier> notifier = startRequest(successCallback, errorCallback, options);
278 ASSERT(notifier);
301 RefPtr<GeoNotifier> notifier = GeoNotifier::create(this, successCallback, errorCallback, options); local
359 GeoNotifier* notifier = iter->get(); local
473 RefPtr<GeoNotifier> notifier = *it; local
484 RefPtr<GeoNotifier> notifier = *it; local
495 RefPtr<GeoNotifier> notifier = *it; local
    [all...]
  /external/webkit/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 30 NetworkStateNotifierPrivate::NetworkStateNotifierPrivate(NetworkStateNotifier* notifier)
34 , m_notifier(notifier)
36 Q_ASSERT(notifier);
NetworkStateNotifierPrivate.h 36 NetworkStateNotifierPrivate(NetworkStateNotifier* notifier);
  /external/chromium/net/base/
network_change_notifier_mac.cc 46 NetworkChangeNotifierMac* notifier);
75 MessageLoop* notifier_loop, NetworkChangeNotifierMac* notifier)
77 notifier_(notifier) {
184 NetworkChangeNotifierMac* notifier);
199 MessageLoop* notifier_loop, NetworkChangeNotifierMac* notifier)
202 notifier_(notifier) {}
210 // notifier thread, not whatever thread constructs the
  /external/kernel-headers/original/linux/
notifier.h 2 * Routines to manage notifier chains for passing status changes to any
17 * Notifier chains are of three types:
19 * Atomic notifier chains: Chain callbacks run in interrupt/atomic
21 * Blocking notifier chains: Chain callbacks run in process context.
23 * Raw notifier chains: There are no restrictions on callbacks,
115 * Clean way to return from the notifier and stop further calls.
127 /* netdevice notifier chain */
reboot.h 40 #include <linux/notifier.h>
fcntl.h 24 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 38 * The <code>SessionNotifier</code> interface defines a connection notifier for
71 * the <code>ServiceRecord</code> associated with this notifier.
73 * <LI>The <code>ServiceRecord</code> associated with this notifier must not
78 * with this notifier is a completely valid service record. It is the
108 * the <code>ServiceRecord</code> associated with this notifier.
110 * <LI>The <code>ServiceRecord</code> associated with this notifier must not
115 * with this notifier is a completely valid service record. It is the
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
  /external/webkit/WebCore/loader/
ResourceLoader.cpp 217 frameLoader()->notifier()->assignIdentifierToInitialRequest(m_identifier, documentLoader(), request);
220 frameLoader()->notifier()->willSendRequest(this, request, redirectResponse);
244 frameLoader()->notifier()->didReceiveResponse(this, m_response);
264 frameLoader()->notifier()->didReceiveData(this, data, length, static_cast<int>(lengthReceived));
298 frameLoader()->notifier()->didFinishLoad(this);
315 frameLoader()->notifier()->didFailToLoad(this, error);
344 frameLoader()->notifier()->didFailToLoad(this, error);
447 frameLoader()->notifier()->didReceiveAuthenticationChallenge(this, challenge);
455 frameLoader()->notifier()->didCancelAuthenticationChallenge(this, challenge);
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 43 * Create a new SignalStrength from a intent notifier Bundle
48 * @param m Bundle from intent notifier
295 * Set SignalStrength based on intent notifier map
297 * @param m intent notifier map
312 * Set intent notifier Bundle based on SignalStrength
314 * @param m intent notifier Bundle
CellLocation.java 53 * Create a new CellLocation from a intent notifier Bundle
58 * @param bundle Bundle from intent notifier
ServiceState.java 131 * Create a new ServiceState from a intent notifier Bundle
136 * @param m Bundle from intent notifier
559 * Set ServiceState based on intent notifier map.
561 * @param m intent notifier map
581 * Set intent notifier Bundle based on service state.
583 * @param m intent notifier Bundle
  /external/wpa_supplicant/
driver_ndis.h 37 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
eloop.h 96 * Register a read socket notifier for the given file descriptor. The handler
109 * Unregister a read socket notifier that was previously registered with
123 * Register an event notifier for the given socket's file descriptor. The
138 * Unregister a socket event notifier that was previously registered with
174 * Unregister a generic event notifier that was previously registered with
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.h 37 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fcntl.h 33 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 81 NetworkStateNotifier* notifier = static_cast<NetworkStateNotifier*>(info); local
85 notifier->m_networkStateChangeTimer.startOneShot(StateChangeTimerInterval);
  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 137 * Set intent notifier Bundle based on service state
139 * @param m intent notifier Bundle
  /external/chromium/third_party/icu/source/common/
servnotf.cpp 64 fprintf(stderr, "Listener invalid for this notifier.");
servnotf.h 67 * identical listener is not already registered with the Notifier.
  /external/icu4c/common/
servnotf.cpp 64 fprintf(stderr, "Listener invalid for this notifier.");
servnotf.h 67 * identical listener is not already registered with the Notifier.
  /external/ppp/pppd/
pppd.h 203 struct notifier { struct
204 struct notifier *next;
256 extern struct notifier *pidchange; /* for notifications of pid changing */
257 extern struct notifier *phasechange; /* for notifications of phase changes */
258 extern struct notifier *exitnotify; /* for notification that we're exiting */
259 extern struct notifier *sigreceived; /* notification of received signal */
260 extern struct notifier *ip_up_notifier; /* IPCP has come up */
261 extern struct notifier *ip_down_notifier; /* IPCP has gone down */
262 extern struct notifier *auth_up_notifier; /* peer has authenticated */
263 extern struct notifier *link_down_notifier; /* link has gone down *
    [all...]
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java 195 * Fill the cell location data into the intent notifier Bundle based on service state
197 * @param bundleToFill intent notifier Bundle

Completed in 276 milliseconds

1 2 3 4