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

1 2

  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 42 static void set_shortcut_handling_suspended(bool suspended) {
43 shortcut_handling_suspended_ = suspended;
64 // Keeps track of whether shortcut handling is currently suspended. Shortcuts
65 // are suspended briefly while capturing which shortcut to assign to an
66 // extension command in the Config UI. If handling isn't suspended while
  /external/jpeg/
jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon21409
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:__anon26660
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/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.h 46 static void set_shortcut_handling_suspended(bool suspended) {
47 shortcut_handling_suspended_ = suspended;
72 // Keeps track of whether shortcut handling is currently suspended. Shortcuts
73 // are suspended briefly while capturing which shortcut to assign to an
74 // extension command in the Config UI. If handling isn't suspended while
extension_keybinding_registry_gtk.cc 17 bool suspended) {
18 ExtensionKeybindingRegistryGtk::set_shortcut_handling_suspended(suspended);
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_registry.h 50 static void SetShortcutHandlingSuspended(bool suspended);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp 220 Vector<RefPtr<MutationObserver> > suspended; local
221 copyToVector(suspendedMutationObservers(), suspended); local
222 for (size_t i = 0; i < suspended.size(); ++i) {
223 if (!suspended[i]->canDeliver())
226 suspendedMutationObservers().remove(suspended[i]);
227 activeMutationObservers().add(suspended[i]);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.cc 16 bool suspended) {
17 views::FocusManager::set_shortcut_handling_suspended(suspended);
  /external/chromium_org/ui/views/focus/
focus_manager.h 216 static void set_shortcut_handling_suspended(bool suspended) {
217 shortcut_handling_suspended_ = suspended;
219 // Returns whether shortcut handling is currently suspended.
326 // Keeps track of whether shortcut handling is currently suspended.
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CompositeAnimation.h 66 bool suspended() const { return m_suspended; } function in class:WebCore::CompositeAnimation
AnimationController.cpp 77 // Return false if we didn't do anything OR we are suspended (so we don't try to
78 // do a setNeedsStyleRecalc() when suspended).
83 return animation->suspended();
95 if (!compAnim->suspended() && compAnim->hasAnimations()) {
128 if (!compAnim->suspended() && compAnim->hasAnimations()) {
AnimationBase.cpp 414 // When we get here, we can have one of 4 desired states: running, paused, suspended, paused & suspended.
417 bool pause = playState == AnimPlayStatePaused || m_compAnim->suspended();
  /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
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 101 bool suspended; local
102 if (args->GetBoolean(0, &suspended))
103 ExtensionKeybindingRegistry::SetShortcutHandlingSuspended(suspended);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 165 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 108 void setSuspended(bool suspended);
109 bool suspended() const;
154 bool mSuspended; // effect is suspended: temporarily disabled by framework
228 // restored after being suspended
341 // true if the effect whose descriptor is passed can be suspended
368 // mSuspendedEffects lists all effects currently suspended in the chain.
Effects.cpp 739 void AudioFlinger::EffectModule::setSuspended(bool suspended)
742 mSuspended = suspended;
745 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
964 if (mEffect->suspended()) {
    [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();
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
richards.js 228 * to run. If new work is added to the suspended task it will be made runnable.
238 * suspended.
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/v8/benchmarks/
richards.js 228 * to run. If new work is added to the suspended task it will be made runnable.
238 * suspended.

Completed in 1752 milliseconds

1 2