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

1 2

  /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
host_resolver_impl.h 72 // |notifier| must outlive HostResolverImpl. It can optionally be NULL, in
78 NetworkChangeNotifier* notifier,
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 94 sp<IMediaDeathNotifier> notifier = list[iter].promote(); local
95 if (notifier != 0) {
96 notifier->died();
  /external/kernel-headers/original/linux/
reboot.h 40 #include <linux/notifier.h>
  /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);
  /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...]
main.c 139 struct notifier *pidchange = NULL;
140 struct notifier *phasechange = NULL;
141 struct notifier *exitnotify = NULL;
142 struct notifier *sigreceived = NULL;
143 struct notifier *fork_notifier = NULL;
    [all...]
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 81 NetworkStateNotifier* notifier = static_cast<NetworkStateNotifier*>(info); local
85 notifier->m_networkStateChangeTimer.startOneShot(StateChangeTimerInterval);
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 177 * @param notifier An instance of DefaultPhoneNotifier,
180 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) {
181 this(notifier, context, ci, false);
188 * @param notifier An instance of DefaultPhoneNotifier,
193 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci,
195 this.mNotifier = notifier;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 55 public SipPhoneBase(Context context, PhoneNotifier notifier) {
56 super(notifier, context, new SipCommandInterface(context), false);
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 143 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
144 this(context,ci,notifier, false);
147 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
149 super(notifier, context, ci, unitTestMode);
208 notifier.notifyMessageWaitingChanged(this);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 146 CallNotifier notifier; field in class:PhoneApp
470 notifier = new CallNotifier(this, phone, ringer, mBtHandsfree, new CallLogAsync());
    [all...]
PhoneInterfaceManager.java 366 && mApp.notifier.isRinging()) {
369 mApp.notifier.silenceRinger();

Completed in 521 milliseconds

1 2