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

1 2

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_suspender.js 6 * @fileoverview Allows events to be suspended.
18 * A nestable variable to keep track of whether events are suspended.
26 * Enters a (nested) suspended state.
33 * Exits a (nested) suspended state.
40 * Returns true if events are currently suspended.
42 * @return {boolean} True if events are suspended.
49 * Returns a function that runs the argument with all events suspended.
51 * @param {Function} f Function to run with suspended events.
64 * Returns a handler that only runs the argument if events are not suspended.
67 * @param {boolean} ret Return value if events are suspended
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 41 static void set_shortcut_handling_suspended(bool suspended) {
42 shortcut_handling_suspended_ = suspended;
63 // Keeps track of whether shortcut handling is currently suspended. Shortcuts
64 // are suspended briefly while capturing which shortcut to assign to an
65 // 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:__anon26488
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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmainct.c 34 boolean suspended; /* remember if we suspended output */ member in struct:__anon32446
80 main->suspended = FALSE;
143 if (! main->suspended) {
145 main->suspended = TRUE;
150 * call suspended; then mark the main buffer empty.
152 if (main->suspended) {
154 main->suspended = FALSE;
217 if (! main->suspended) {
219 main->suspended = TRUE;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon32995
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/extensions/
global_shortcut_listener.cc 84 void GlobalShortcutListener::SetShortcutHandlingSuspended(bool suspended) {
86 if (shortcut_handling_suspended_ == suspended)
89 shortcut_handling_suspended_ = suspended;
93 // On Linux, when shortcut handling is suspended we cannot simply early
97 // handling is suspended and register when handling resumes.
extension_commands_global_registry.h 45 static void SetShortcutHandlingSuspended(bool suspended);
global_shortcut_listener.h 37 // 2) shortcut handling is suspended.
46 // handling is suspended.
51 // if shortcut handling is suspended.
57 void SetShortcutHandlingSuspended(bool suspended);
59 // Returns whether shortcut handling is currently suspended.
91 // Keeps track of whether shortcut handling is currently suspended.
extension_commands_global_registry.cc 29 // is currently suspended.
56 bool suspended) {
58 suspended);
extension_keybinding_registry.h 62 static void SetShortcutHandlingSuspended(bool suspended);
  /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/third_party/webrtc/
video_send_stream.h 46 suspended(false) {}
52 bool suspended; member in struct:webrtc::VideoSendStream::Stats
146 // True if the stream should be suspended when the available bitrate fall
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp 263 MutationObserverVector suspended;
264 copyToVector(suspendedMutationObservers(), suspended); local
265 for (size_t i = 0; i < suspended.size(); ++i) {
266 if (suspended[i]->canDeliver()) {
267 suspendedMutationObservers().remove(suspended[i]);
268 activateObserver(suspended[i]);
  /external/chromium_org/ui/views/focus/
focus_manager.h 226 static void set_shortcut_handling_suspended(bool suspended) {
227 shortcut_handling_suspended_ = suspended;
229 // Returns whether shortcut handling is currently suspended.
344 // Keeps track of whether shortcut handling is currently suspended.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 128 bool suspended; local
129 if (args->GetBoolean(0, &suspended)) {
131 ExtensionKeybindingRegistry::SetShortcutHandlingSuspended(suspended);
134 ExtensionCommandsGlobalRegistry::SetShortcutHandlingSuspended(suspended);
  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy_unittest.cc 57 EXPECT_EQ(one.suspended, other.suspended);
135 TEST_F(SendStatisticsProxyTest, Suspended) {
137 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
142 EXPECT_TRUE(statistics_proxy_->GetStats().suspended);
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
send_statistics_proxy.cc 38 stats_.suspended = is_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/third_party/WebKit/Source/core/editing/
FrameSelection.h 176 void setCaretBlinkingSuspended(bool suspended) { m_isCaretBlinkingSuspended = suspended; }
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-relocation.js 32 // function and relocation of the suspended generator activation.
generators-debug-liveedit.js 86 // Patching will fail however when a live iterator is 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;
155 bool mSuspended; // effect is suspended: temporarily disabled by framework
231 // restored after being suspended
353 // true if the effect whose descriptor is passed can be suspended
382 // mSuspendedEffects lists all effects currently suspended in the chain.
Effects.cpp 763 void AudioFlinger::EffectModule::setSuspended(bool suspended)
766 mSuspended = suspended;
769 bool AudioFlinger::EffectModule::suspended() const function in class:android::AudioFlinger::EffectModule
    [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

Completed in 839 milliseconds

1 2