Searched defs:suspended (Results 1 - 16 of 16) 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.cc29 // is currently suspended.
56 bool suspended) {
58 suspended);
55 SetShortcutHandlingSuspended( bool suspended) argument
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_keybinding_registry_cocoa.h41 static void set_shortcut_handling_suspended(bool suspended) { argument
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/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/jpeg/
H A Djcmainct.c33 boolean suspended; /* remember if we suspended output */ member in struct:__anon21875
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:__anon27847
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:__anon28396
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.h46 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/
H A DMutationObserver.cpp263 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/
H A Dfocus_manager.h226 static void set_shortcut_handling_suspended(bool suspended) { argument
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/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.cc424 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 442 milliseconds