Searched defs:suspended (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener.cc84 void GlobalShortcutListener::SetShortcutHandlingSuspended(bool suspended) { argument
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.
H A Dextension_commands_global_registry.cc30 // is currently suspended.
57 bool suspended) {
59 suspended);
56 SetShortcutHandlingSuspended( bool suspended) argument
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_keybinding_registry_cocoa.h42 static void set_shortcut_handling_suspended(bool suspended) { argument
43 shortcut_handling_suspended_ = suspended;
65 // Keeps track of whether shortcut handling is currently suspended. Shortcuts
66 // are suspended briefly while capturing which shortcut to assign to an
67 // extension command in the Config UI. If handling isn't suspended while
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_keybinding_registry_views.cc16 bool suspended) {
17 views::FocusManager::set_shortcut_handling_suspended(suspended);
15 SetShortcutHandlingSuspended( bool suspended) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcmainct.c33 boolean suspended; /* remember if we suspended output */ member in struct:__anon12719
79 main_ptr->suspended = FALSE;
142 if (! main_ptr->suspended) {
144 main_ptr->suspended = TRUE;
149 * call suspended; then mark the main buffer empty.
151 if (main_ptr->suspended) {
153 main_ptr->suspended = FALSE;
216 if (! main_ptr->suspended) {
218 main_ptr->suspended
[all...]
/external/jpeg/
H A Djcmainct.c33 boolean suspended; /* remember if we suspended output */ member in struct:__anon22679
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
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmainct.c34 boolean suspended; /* remember if we suspended output */ member in struct:__anon28728
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
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djcmainct.c33 boolean suspended; /* remember if we suspended output */ member in struct:__anon29277
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
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc128 bool suspended; local
129 if (args->GetBoolean(0, &suspended)) {
131 ExtensionKeybindingRegistry::SetShortcutHandlingSuspended(suspended);
134 ExtensionCommandsGlobalRegistry::SetShortcutHandlingSuspended(suspended);
/external/chromium_org/third_party/webrtc/
H A Dvideo_send_stream.h44 suspended(false) {}
47 bool suspended; member in struct:webrtc::VideoSendStream::Stats
140 // True if the stream should be suspended when the available bitrate fall
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp246 MutationObserverVector suspended;
247 copyToVector(suspendedMutationObservers(), suspended); local
248 for (size_t i = 0; i < suspended.size(); ++i) {
249 if (suspended[i]->canDeliver()) {
250 suspendedMutationObservers().remove(suspended[i]);
251 activateObserver(suspended[i]);
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.h230 static void set_shortcut_handling_suspended(bool suspended) { argument
231 shortcut_handling_suspended_ = suspended;
233 // Returns whether shortcut handling is currently suspended.
348 // Keeps track of whether shortcut handling is currently suspended.
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.h176 void setCaretBlinkingSuspended(bool suspended) { m_isCaretBlinkingSuspended = suspended; } argument
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.h155 int suspended; // do not pu anything into video memory member in struct:GapiInfo
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc441 bool suspended() const { function in class:cricket::WebRtcEncoderObserver
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 417 milliseconds