HomeSort by relevance Sort by last modified time
    Searched defs:suspend (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/dom/
ActiveDOMObject.cpp 69 void ActiveDOMObject::suspend(ReasonForSuspension) function in class:WebCore::ActiveDOMObject
ScriptedAnimationController.cpp 45 void ScriptedAnimationController::suspend() function in class:WebCore::ScriptedAnimationController
ScriptRunner.cpp 78 void ScriptRunner::suspend() function in class:WebCore::ScriptRunner
  /external/webkit/Source/WebCore/page/
SuspendableTimer.cpp 59 void SuspendableTimer::suspend(ReasonForSuspension) function in class:WebCore::SuspendableTimer
  /external/webkit/Source/WebCore/html/parser/
HTMLParserScheduler.cpp 105 void HTMLParserScheduler::suspend() function in class:WebCore::HTMLParserScheduler
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 59 void GeolocationServiceEfl::suspend() function in class:WebCore::GeolocationServiceEfl
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 130 void XMLHttpRequestProgressEventThrottle::suspend() function in class:WebCore::XMLHttpRequestProgressEventThrottle
  /bionic/libc/kernel/common/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
android_power.h 40 void (*suspend)(android_early_suspend_t *h); member in struct:android_early_suspend
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /external/kernel-headers/original/linux/
platform_device.h 51 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.cpp 181 void HTMLMarqueeElement::suspend(ReasonForSuspension) function in class:WebCore::HTMLMarqueeElement
184 marqueeRenderer->suspend();
  /external/webkit/Source/WebCore/platform/
GeolocationService.h 53 virtual bool startUpdating(PositionOptions*, bool suspend) { return false; }
59 virtual void suspend() { } function in class:WebCore::GeolocationService
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 71 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend)
107 if (!suspend)
128 void GeolocationServiceAndroid::suspend() function in class:WebCore::GeolocationServiceAndroid
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.cpp 84 env->GetMethodID(javaServiceClass, "suspend", "()V");
124 void DeviceMotionClientImpl::suspend() function in class:android::DeviceMotionClientImpl
DeviceOrientationClientImpl.cpp 84 env->GetMethodID(javaDeviceOrientationServiceClass, "suspend", "()V");
124 void DeviceOrientationClientImpl::suspend() function in class:android::DeviceOrientationClientImpl
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
platform_device.h 31 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver

Completed in 1223 milliseconds

1 2 3 4 5