Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 114) sorted by relevance

12345

/external/webkit/Source/WebCore/websockets/
DWorkerThreadableWebSocketChannel.cpp97 void WorkerThreadableWebSocketChannel::suspend() in suspend() function in WebCore::WorkerThreadableWebSocketChannel
99 m_workerClientWrapper->suspend(); in suspend()
101 m_bridge->suspend(); in suspend()
183 void WorkerThreadableWebSocketChannel::Peer::suspend() in suspend() function in WebCore::WorkerThreadableWebSocketChannel::Peer
188 m_mainWebSocketChannel->suspend(); in suspend()
374 peer->suspend(); in mainThreadSuspend()
377 void WorkerThreadableWebSocketChannel::Bridge::suspend() in suspend() function in WebCore::WorkerThreadableWebSocketChannel::Bridge
DWorkerThreadableWebSocketChannel.h68 virtual void suspend();
95 void suspend();
124 void suspend();
DThreadableWebSocketChannel.h58 virtual void suspend() = 0;
/external/chromium/net/ftp/
Dftp_network_layer.cc35 void FtpNetworkLayer::Suspend(bool suspend) { in Suspend() argument
36 suspended_ = suspend; in Suspend()
Dftp_transaction_factory.h23 virtual void Suspend(bool suspend) = 0;
Dftp_network_layer.h26 virtual void Suspend(bool suspend);
/external/chromium/net/http/
Dhttp_network_layer.cc155 void HttpNetworkLayer::Suspend(bool suspend) { in Suspend() argument
156 suspended_ = suspend; in Suspend()
158 if (suspend && session_) in Suspend()
Dhttp_transaction_factory.h35 virtual void Suspend(bool suspend) = 0;
/external/webkit/Source/WebCore/platform/android/
DGeolocationServiceAndroid.cpp71 bool GeolocationServiceAndroid::startUpdating(PositionOptions* options, bool suspend) in startUpdating() argument
107 if (!suspend) in startUpdating()
128 void GeolocationServiceAndroid::suspend() in suspend() function in WebCore::GeolocationServiceAndroid
DGeolocationServiceAndroid.h50 virtual bool startUpdating(PositionOptions*, bool suspend);
56 virtual void suspend();
/external/webkit/Source/WebCore/platform/
DGeolocationService.h53 virtual bool startUpdating(PositionOptions*, bool suspend) { return false; } in startUpdating() argument
59 virtual void suspend() { } in suspend() function
/external/kernel-headers/original/linux/
Dsysdev.h35 int (*suspend)(struct sys_device *, pm_message_t state); member
70 int (*suspend)(struct sys_device *, pm_message_t state); member
/external/webkit/Source/WebKit/android/jni/
DDeviceMotionAndOrientationManager.cpp81 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->suspend(); in maybeSuspendClients()
83 static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->suspend(); in maybeSuspendClients()
DDeviceOrientationClientImpl.h48 void suspend();
DDeviceMotionClientImpl.h48 void suspend();
/external/webkit/Source/WebCore/page/
DSuspendableTimer.h44 virtual void suspend(ReasonForSuspension);
DSuspendableTimer.cpp59 void SuspendableTimer::suspend(ReasonForSuspension) in suspend() function in WebCore::SuspendableTimer
/external/webkit/Source/WebCore/platform/efl/
DGeolocationServiceEfl.h40 virtual void suspend();
DGeolocationServiceEfl.cpp59 void GeolocationServiceEfl::suspend() in suspend() function in WebCore::GeolocationServiceEfl
/external/webkit/Source/WebCore/dom/
DActiveDOMObject.cpp69 void ActiveDOMObject::suspend(ReasonForSuspension) in suspend() function in WebCore::ActiveDOMObject
DScriptedAnimationController.h56 void suspend();
/external/webkit/Source/WebCore/html/
DHTMLMarqueeElement.cpp181 void HTMLMarqueeElement::suspend(ReasonForSuspension) in suspend() function in WebCore::HTMLMarqueeElement
184 marqueeRenderer->suspend(); in suspend()
DHTMLMarqueeElement.h61 virtual void suspend(ReasonForSuspension);
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestProgressEventThrottle.h54 void suspend();
/external/webkit/Source/WebCore/rendering/
DRenderMarquee.h75 void suspend();

12345