/external/qemu/distrib/jpeg-6b/ |
D | jcmainct.c | 33 boolean suspended; /* remember if we suspended output */ member 79 main->suspended = FALSE; in start_pass_main() 142 if (! main->suspended) { in process_data_simple_main() 144 main->suspended = TRUE; in process_data_simple_main() 151 if (main->suspended) { in process_data_simple_main() 153 main->suspended = FALSE; in process_data_simple_main() 216 if (! main->suspended) { in process_data_buffer_main() 218 main->suspended = TRUE; in process_data_buffer_main() 225 if (main->suspended) { in process_data_buffer_main() 227 main->suspended = FALSE; in process_data_buffer_main()
|
/external/jpeg/ |
D | jcmainct.c | 33 boolean suspended; /* remember if we suspended output */ member 79 main->suspended = FALSE; in start_pass_main() 142 if (! main->suspended) { in process_data_simple_main() 144 main->suspended = TRUE; in process_data_simple_main() 151 if (main->suspended) { in process_data_simple_main() 153 main->suspended = FALSE; in process_data_simple_main() 216 if (! main->suspended) { in process_data_buffer_main() 218 main->suspended = TRUE; in process_data_buffer_main() 225 if (main->suspended) { in process_data_buffer_main() 227 main->suspended = FALSE; in process_data_buffer_main()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | MutationObserver.cpp | 238 Vector<RefPtr<MutationObserver> > suspended; in deliverAllMutations() local 239 copyToVector(suspendedMutationObservers(), suspended); in deliverAllMutations() 240 for (size_t i = 0; i < suspended.size(); ++i) { in deliverAllMutations() 241 if (!suspended[i]->canDeliver()) in deliverAllMutations() 244 suspendedMutationObservers().remove(suspended[i]); in deliverAllMutations() 245 activeMutationObservers().add(suspended[i]); in deliverAllMutations()
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | extension_keybinding_registry_cocoa.h | 41 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() argument 42 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
|
D | extension_keybinding_registry_cocoa.mm | 20 bool suspended) { 21 ExtensionKeybindingRegistryCocoa::set_shortcut_handling_suspended(suspended);
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
D | extension_keybinding_registry_gtk.h | 45 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() argument 46 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
|
D | extension_keybinding_registry_gtk.cc | 17 bool suspended) { in SetShortcutHandlingSuspended() argument 18 ExtensionKeybindingRegistryGtk::set_shortcut_handling_suspended(suspended); in SetShortcutHandlingSuspended()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_keybinding_registry_views.cc | 16 bool suspended) { in SetShortcutHandlingSuspended() argument 17 views::FocusManager::set_shortcut_handling_suspended(suspended); in SetShortcutHandlingSuspended()
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
D | command_handler.cc | 125 bool suspended; in HandleSetShortcutHandlingSuspended() local 126 if (args->GetBoolean(0, &suspended)) in HandleSetShortcutHandlingSuspended() 127 ExtensionKeybindingRegistry::SetShortcutHandlingSuspended(suspended); in HandleSetShortcutHandlingSuspended()
|
/external/chromium_org/ui/views/focus/ |
D | focus_manager.h | 217 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() argument 218 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysevents.c | 161 if( this->hidden->gapiInfo->suspended ) in SDL_RestoreGameMode() 163 this->hidden->gapiInfo->suspended = 0; in SDL_RestoreGameMode() 187 if( !this->hidden->gapiInfo->suspended ) in SDL_RestoreDesktopMode() 189 this->hidden->gapiInfo->suspended = 1; in SDL_RestoreDesktopMode()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | FrameSelection.h | 165 void setCaretBlinkingSuspended(bool suspended) { m_isCaretBlinkingSuspended = suspended; } in setCaretBlinkingSuspended() argument
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_keybinding_registry.h | 56 static void SetShortcutHandlingSuspended(bool suspended);
|
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
D | SDL_gapivideo.h | 155 int suspended; // do not pu anything into video memory member
|
/external/chromium_org/content/browser/ |
D | device_monitor_mac.mm | 185 // Act as if suspended video capture devices are not attached. For 186 // example, a laptop's internal webcam is suspended when the lid is closed.
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_drag_win.cc | 132 old_drop_target_suspended_state_ = view_->drop_target()->suspended(); in StartDragging()
|
/external/chromium_org/media/video/capture/mac/ |
D | video_capture_device_qtkit_mac.mm | 93 DLOG(ERROR) << "Cannot open suspended video capture device.";
|
/external/chromium_org/third_party/expat/files/ |
D | Changes | 38 that a parse be suspended for later resumption or aborted
|
/external/chromium_org/chrome/common/extensions/api/ |
D | sockets_tcp.idl | 89 // suspended (see <code>SocketProperties.persistent</code>).
|
D | serial.idl | 24 // the application is suspended (see
|
D | usb.idl | 41 // or suspended.
|
D | sockets_udp.idl | 76 // suspended (see <code>SocketProperties.persistent</code>).
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | throbber_view.mm | 172 // It is not possible to determine whether the timer has been suspended by
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | throbber_view.mm | 173 // It is not possible to determine whether the timer has been suspended by
|
/external/expat/ |
D | Changes | 74 that a parse be suspended for later resumption or aborted
|