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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/dom/
ActiveDOMObject.cpp 73 void ActiveDOMObject::resume() function in class:WebCore::ActiveDOMObject
ScriptedAnimationController.cpp 50 void ScriptedAnimationController::resume() function in class:WebCore::ScriptedAnimationController
ScriptRunner.cpp 83 void ScriptRunner::resume() function in class:WebCore::ScriptRunner
  /external/webkit/Source/WebCore/page/
SuspendableTimer.cpp 73 void SuspendableTimer::resume() function in class:WebCore::SuspendableTimer
FrameActionScheduler.cpp 83 void FrameActionScheduler::resume() function in class:WebCore::FrameActionScheduler
  /frameworks/base/graphics/java/android/renderscript/
RSSurfaceView.java 130 * recreate the OpenGL display and resume the rendering
134 public void resume() { method in class:RSSurfaceView
136 mRS.resume();
RSTextureView.java 137 * recreate the OpenGL display and resume the rendering
141 public void resume() { method in class:RSTextureView
143 mRS.resume();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpSource.java 68 public void resume() { method in class:MtpSource
69 mMtpContext.resume();
  /external/webkit/Source/WebCore/html/parser/
HTMLParserScheduler.cpp 114 void HTMLParserScheduler::resume() function in class:WebCore::HTMLParserScheduler
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 64 void GeolocationServiceEfl::resume() function in class:WebCore::GeolocationServiceEfl
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 75 // We should not have any pending events from a previous resume.
145 void XMLHttpRequestProgressEventThrottle::resume() function in class:WebCore::XMLHttpRequestProgressEventThrottle
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 44 // ignore previous timestamp after resume()
46 // force an immediate log on first underrun after resume()
111 resume();
120 void AudioWatchdog::resume() function in class:android::AudioWatchdog
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSync.java 61 mView.resume();
FBOTest.java 61 mView.resume();
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraph.java 58 mView.resume();
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTest.java 38 mView.resume();
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockContactPhotoManager.java 52 public void resume() { method in class:MockContactPhotoManager
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 124 public void resume() { method in class:DreamSettings.Enabler
132 mEnabler.resume();
  /bionic/libc/kernel/common/linux/
platform_device.h 39 int (*resume)(struct platform_device *); member in struct:platform_driver
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSSurfaceViewTest.java 59 view.resume();
63 view.resume();
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 32 int (*resume)(struct platform_device *); member in struct:platform_driver
  /external/kernel-headers/original/linux/
platform_device.h 52 int (*resume)(struct platform_device *); member in struct:platform_driver
  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.cpp 187 void HTMLMarqueeElement::resume() function in class:WebCore::HTMLMarqueeElement
  /external/webkit/Source/WebCore/platform/
GeolocationService.h 60 virtual void resume() { } function in class:WebCore::GeolocationService
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 104 // when we get the call to resume.
134 void GeolocationServiceAndroid::resume() function in class:WebCore::GeolocationServiceAndroid

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>