HomeSort by relevance Sort by last modified time
    Searched refs:suspended (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 52 ASSERT(!suspended());
74 ASSERT(!suspended());
101 ASSERT(!suspended());
112 ASSERT(!suspended());
XMLHttpRequestProgressEventThrottle.h 57 bool suspended() const { return m_suspended; } function in class:WebCore::XMLHttpRequestProgressEventThrottle
  /external/jpeg/
jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon9363
79 main->suspended = FALSE;
142 if (! main->suspended) {
144 main->suspended = TRUE;
149 * call suspended; then mark the main buffer empty.
151 if (main->suspended) {
153 main->suspended = FALSE;
216 if (! main->suspended) {
218 main->suspended = TRUE
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon13203
79 main->suspended = FALSE;
142 if (! main->suspended) {
144 main->suspended = TRUE;
149 * call suspended; then mark the main buffer empty.
151 if (main->suspended) {
153 main->suspended = FALSE;
216 if (! main->suspended) {
218 main->suspended = TRUE
    [all...]
  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.h 68 bool suspended() const { return m_suspended; } function in class:WebCore::CompositeAnimation
AnimationController.cpp 78 // Return false if we didn't do anything OR we are suspended (so we don't try to
79 // do a setNeedsStyleRecalc() when suspended).
84 return animation->suspended();
95 if (!compAnim->suspended() && compAnim->hasAnimations()) {
AnimationBase.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 155 int suspended; // do not pu anything into video memory member in struct:GapiInfo
SDL_gapivideo.c     [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.h 146 void setCaretBlinkingSuspended(bool suspended) { m_isCaretBlinkingSuspended = suspended; }
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 161 if( this->hidden->gapiInfo->suspended )
163 this->hidden->gapiInfo->suspended = 0;
187 if( !this->hidden->gapiInfo->suspended )
189 this->hidden->gapiInfo->suspended = 1;
  /frameworks/av/services/audioflinger/
Effects.h 104 void setSuspended(bool suspended);
105 bool suspended() const;
145 bool mSuspended; // effect is suspended: temporarily disabled by framework
218 // restored after being suspended
327 // true if the effect whose descriptor is passed can be suspended
354 // mSuspendedEffects lists all effects currently suspended in the chain.
Effects.cpp 740 void AudioFlinger::EffectModule::setSuspended(bool suspended)
743 mSuspended = suspended;
746 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
925 if (mEffect->suspended()) {
954 if (mEffect->suspended()) {
979 // restore suspended effects if the disconnected handle was enabled and the last one.
    [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 420 * @suspended: in suspend mode
435 atomic_t suspended; member in struct:fimg2d_control
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 132 old_drop_target_suspended_state_ = view_->drop_target()->suspended();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/v8/benchmarks/
richards.js 228 * to run. If new work is added to the suspended task it will be made runnable.
238 * suspended.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 223 * to run. If new work is added to the suspended task it will be made runnable.
233 * suspended.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 223 * to run. If new work is added to the suspended task it will be made runnable.
233 * suspended.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 223 * to run. If new work is added to the suspended task it will be made runnable.
233 * suspended.
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 538 @abstract Returns whether or not CSS Animations are suspended.
539 @result YES if CSS Animations are suspended.
548 - (void)setCSSAnimationsSuspended:(BOOL)suspended;
WebView.mm     [all...]
  /external/v8/test/mjsunit/
debug-backtrace.js 251 // not suspended
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 2601 milliseconds