Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 25 of 33) sorted by relevance

12

/external/qemu/distrib/jpeg-6b/
Djcmainct.c33 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/
Djcmainct.c33 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/
DMutationObserver.cpp238 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/
Dextension_keybinding_registry_cocoa.h41 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() argument
42 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
Dextension_keybinding_registry_cocoa.mm20 bool suspended) {
21 ExtensionKeybindingRegistryCocoa::set_shortcut_handling_suspended(suspended);
/external/chromium_org/chrome/browser/ui/gtk/extensions/
Dextension_keybinding_registry_gtk.h45 static void set_shortcut_handling_suspended(bool suspended) { in set_shortcut_handling_suspended() argument
46 shortcut_handling_suspended_ = suspended; in set_shortcut_handling_suspended()
Dextension_keybinding_registry_gtk.cc17 bool suspended) { in SetShortcutHandlingSuspended() argument
18 ExtensionKeybindingRegistryGtk::set_shortcut_handling_suspended(suspended); in SetShortcutHandlingSuspended()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_keybinding_registry_views.cc16 bool suspended) { in SetShortcutHandlingSuspended() argument
17 views::FocusManager::set_shortcut_handling_suspended(suspended); in SetShortcutHandlingSuspended()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dcommand_handler.cc125 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/
Dfocus_manager.h217 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/
DSDL_sysevents.c161 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/
DFrameSelection.h165 void setCaretBlinkingSuspended(bool suspended) { m_isCaretBlinkingSuspended = suspended; } in setCaretBlinkingSuspended() argument
/external/chromium_org/chrome/browser/extensions/
Dextension_keybinding_registry.h56 static void SetShortcutHandlingSuspended(bool suspended);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.h155 int suspended; // do not pu anything into video memory member
/external/chromium_org/content/browser/
Ddevice_monitor_mac.mm185 // 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/
Dtab_contents_drag_win.cc132 old_drop_target_suspended_state_ = view_->drop_target()->suspended(); in StartDragging()
/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_qtkit_mac.mm93 DLOG(ERROR) << "Cannot open suspended video capture device.";
/external/chromium_org/third_party/expat/files/
DChanges38 that a parse be suspended for later resumption or aborted
/external/chromium_org/chrome/common/extensions/api/
Dsockets_tcp.idl89 // suspended (see <code>SocketProperties.persistent</code>).
Dserial.idl24 // the application is suspended (see
Dusb.idl41 // or suspended.
Dsockets_udp.idl76 // suspended (see <code>SocketProperties.persistent</code>).
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dthrobber_view.mm172 // It is not possible to determine whether the timer has been suspended by
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dthrobber_view.mm173 // It is not possible to determine whether the timer has been suspended by
/external/expat/
DChanges74 that a parse be suspended for later resumption or aborted

12