Searched defs:suspend (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium/net/ftp/
H A Dftp_network_layer.cc35 void FtpNetworkLayer::Suspend(bool suspend) { argument
36 suspended_ = suspend;
39 if (suspend)
/external/webkit/Source/WebCore/dom/
H A DActiveDOMObject.cpp69 void ActiveDOMObject::suspend(ReasonForSuspension) function in class:WebCore::ActiveDOMObject
H A DScriptedAnimationController.cpp45 void ScriptedAnimationController::suspend() function in class:WebCore::ScriptedAnimationController
H A DScriptRunner.cpp78 void ScriptRunner::suspend() function in class:WebCore::ScriptRunner
/external/webkit/Source/WebCore/page/
H A DSuspendableTimer.cpp59 void SuspendableTimer::suspend(ReasonForSuspension) function in class:WebCore::SuspendableTimer
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.cpp59 void GeolocationServiceEfl::suspend() function in class:WebCore::GeolocationServiceEfl
/external/kernel-headers/original/linux/
H A Dplatform_device.h51 int (*suspend)(struct platform_device *, pm_message_t state); member in struct:platform_driver
H A Dandroid_power.h40 void (*suspend)(android_early_suspend_t *h); member in struct:android_early_suspend
H A Dsysdev.h35 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
70 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
/external/webkit/Source/WebCore/html/parser/
H A DHTMLParserScheduler.cpp105 void HTMLParserScheduler::suspend() function in class:WebCore::HTMLParserScheduler
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.h54 virtual void suspend() { } function in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp130 void XMLHttpRequestProgressEventThrottle::suspend() function in class:WebCore::XMLHttpRequestProgressEventThrottle
/external/webkit/Source/WebCore/bindings/generic/
H A DActiveDOMCallback.cpp79 virtual void suspend(ReasonForSuspension) function in class:WebCore::ActiveDOMObjectCallbackImpl
/external/webkit/Source/WebCore/html/
H A DHTMLMarqueeElement.cpp181 void HTMLMarqueeElement::suspend(ReasonForSuspension) function in class:WebCore::HTMLMarqueeElement
184 marqueeRenderer->suspend();
/external/webkit/Source/WebKit/android/jni/
H A DDeviceMotionClientImpl.cpp84 env->GetMethodID(javaServiceClass, "suspend", "()V");
124 void DeviceMotionClientImpl::suspend() function in class:android::DeviceMotionClientImpl
H A DDeviceOrientationClientImpl.cpp84 env->GetMethodID(javaDeviceOrientationServiceClass, "suspend", "()V");
124 void DeviceOrientationClientImpl::suspend() function in class:android::DeviceOrientationClientImpl
/external/chromium/net/http/
H A Dhttp_network_layer.cc158 void HttpNetworkLayer::Suspend(bool suspend) { argument
159 suspended_ = suspend;
161 if (suspend && session_)
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp140 void GeolocationServiceGtk::suspend() function in class:WebCore::GeolocationServiceGtk
/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp166 // We may end up propagating a scroll event. It is important that we suspend events until
189 void RenderMarquee::suspend() function in class:WebCore::RenderMarquee
/external/webkit/Source/WebCore/websockets/
H A DThreadableWebSocketChannelClientWrapper.h113 void suspend() function in class:WebCore::ThreadableWebSocketChannelClientWrapper
H A DWebSocket.cpp221 void WebSocket::suspend(ReasonForSuspension) function in class:WebCore::WebSocket
224 m_channel->suspend();
H A DWebSocketChannel.cpp137 void WebSocketChannel::suspend() function in class:WebCore::WebSocketChannel
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationClientImpl.cpp182 void GeolocationClientImpl::suspend() function in class:android::GeolocationClientImpl
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c252 ** If suspend is TRUE, this function sends AVDT suspend signal
258 void BTA_AvStop(BOOLEAN suspend) argument
266 p_buf->suspend = suspend;
276 ** If suspend is TRUE, this function tries the suspend/reconfigure
278 ** If suspend is FALSE or when suspend/reconfigure fails,
284 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT argument
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_bgconn.c80 BOOLEAN started = FALSE, suspend = FALSE; local
84 suspend = TRUE;
136 if (suspend)
489 ** Description This function is to suspend an active background connection
512 ** Description This function is to suspend an active background connection

Completed in 1107 milliseconds

123