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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromiseResolver.cpp 27 void ScriptPromiseResolver::suspend() function in class:blink::ScriptPromiseResolver
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.cpp 73 void ActiveDOMObject::suspend() function in class:blink::ActiveDOMObject
95 suspend();
MainThreadTaskRunner.cpp 107 void MainThreadTaskRunner::suspend() function in class:blink::MainThreadTaskRunner
ScriptRunner.cpp 76 void ScriptRunner::suspend() function in class:blink::ScriptRunner
ScriptedAnimationController.cpp 70 void ScriptedAnimationController::suspend() function in class:blink::ScriptedAnimationController
78 // even when suspend hasn't (if a tab was created in the background).
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 57 void SuspendableTimer::suspend() function in class:blink::SuspendableTimer
  /external/chromium_org/third_party/WebKit/Source/core/streams/
Stream.cpp 74 void Stream::suspend() function in class:blink::Stream
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp 128 void HTMLMarqueeElement::suspend() function in class:blink::HTMLMarqueeElement
131 marqueeRenderer->suspend();
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserScheduler.cpp 99 void HTMLParserScheduler::suspend() function in class:blink::HTMLParserScheduler
  /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
android_power.h 40 void (*suspend)(android_early_suspend_t *h); member in struct:android_early_suspend
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
device.h 54 int (*suspend)(struct device * dev, pm_message_t state); member in struct:bus_type
83 int (*suspend) (struct device * dev, pm_message_t state); member in struct:device_driver
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ResumeTest.java 45 * <BR>It runs ResumeDebuggee, suspends debuggee with VirtualMachine.Suspend
53 debuggeeWrapper.vmMirror.suspend();
  /external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc 107 scoped_ptr<wm::SuspendChildWindowVisibilityAnimations> suspend; variable
109 suspend.reset(new wm::SuspendChildWindowVisibilityAnimations(
130 scoped_ptr<wm::SuspendChildWindowVisibilityAnimations> suspend; variable
131 suspend.reset(new wm::SuspendChildWindowVisibilityAnimations(
  /external/chromium_org/third_party/WebKit/Source/platform/
AsyncMethodRunner.h 74 // ActiveDOMObject::suspend().
75 void suspend() function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.cpp 131 void XMLHttpRequestProgressEventThrottle::suspend() function in class:blink::XMLHttpRequestProgressEventThrottle
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp 122 void BatteryManager::suspend() function in class:blink::BatteryManager
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 177 void RenderMarquee::suspend() function in class:blink::RenderMarquee
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 453 void SourceBuffer::suspend() function in class:blink::SourceBuffer
455 m_appendBufferAsyncPartRunner.suspend();
456 m_removeAsyncPartRunner.suspend();
457 m_appendStreamAsyncPartRunner.suspend();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.cpp 229 void MainThreadWebSocketChannel::suspend() function in class:blink::MainThreadWebSocketChannel
    [all...]
NewWebSocketChannelImpl.cpp 272 void NewWebSocketChannelImpl::suspend() function in class:blink::NewWebSocketChannelImpl
274 WTF_LOG(Network, "NewWebSocketChannelImpl %p suspend()", this);
  /art/runtime/jdwp/
jdwp.h 105 bool suspend; member in struct:art::JDWP::JdwpOptions
151 * that we wait for the thread to suspend itself before processing any
160 * continues processing the current event. This works in the suspend-all
161 * case because the event thread doesn't suspend itself until everything
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SessionManager.java 235 // Suspend the playback manager. Put the current item back into PENDING
238 public void suspend(long pos) { method in class:SessionManager
245 log("suspend: item=" + item + ", pos=" + pos);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
SessionManager.java 235 // Suspend the playback manager. Put the current item back into PENDING
238 public void suspend(long pos) { method in class:SessionManager
245 log("suspend: item=" + item + ", pos=" + pos);

Completed in 807 milliseconds

1 2 3