HomeSort by relevance Sort by last modified time
    Searched defs:suspended (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
base_drop_target.h 29 // When suspended is set to |true|, the drop target does not receive drops
34 bool suspended() const { return suspended_; } function in class:BaseDropTarget
35 void set_suspended(bool suspended) { suspended_ = suspended; }
  /external/jpeg/
jcmainct.c 33 boolean suspended; /* remember if we suspended output */ member in struct:__anon4565
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/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 155 int suspended; // do not pu anything into video memory member in struct:SDL_PrivateVideoData

Completed in 1009 milliseconds