Searched defs:notifier (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/network/mac/
H A DNetworkStateNotifierMac.cpp81 NetworkStateNotifier* notifier = static_cast<NetworkStateNotifier*>(info); local
85 notifier->m_networkStateChangeTimer.startOneShot(StateChangeTimerInterval);
/external/webkit/WebCore/platform/network/qt/
H A DNetworkStateNotifierQt.cpp30 NetworkStateNotifierPrivate::NetworkStateNotifierPrivate(NetworkStateNotifier* notifier) argument
34 , m_notifier(notifier)
36 Q_ASSERT(notifier);
/external/chromium/net/base/
H A Dnetwork_change_notifier_mac.cc46 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
74 NetworkChangeNotifierImpl( MessageLoop* notifier_loop, NetworkChangeNotifierMac* notifier) argument
198 NetworkChangeNotifierThread( MessageLoop* notifier_loop, NetworkChangeNotifierMac* notifier) argument
/external/webkit/WebCore/loader/
H A DFrameLoader.h100 ResourceLoadNotifier* notifier() const { return &m_notifer; } function in class:WebCore::FrameLoader
/external/webkit/WebCore/page/
H A DGeolocation.cpp144 // 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) argument
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
321 fatalErrorOccurred(Geolocation::GeoNotifier* notifier) argument
331 requestUsesCachedPosition(GeoNotifier* notifier) argument
359 GeoNotifier* notifier = iter->get(); local
380 requestTimedOut(GeoNotifier* notifier) argument
473 RefPtr<GeoNotifier> notifier = *it; local
484 RefPtr<GeoNotifier> notifier = *it; local
495 RefPtr<GeoNotifier> notifier = *it; local
643 startUpdating(GeoNotifier* notifier) argument
[all...]
/external/ppp/pppd/
H A Dpppd.h203 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_notifie
[all...]
/external/kernel-headers/original/linux/
H A Dsched.h895 int (*notifier)(void *priv); member in struct:task_struct
1216 extern void block_all_signals(int (*notifier)(void *priv), void *priv,

Completed in 75 milliseconds