Home
last modified time | relevance | path

Searched refs:autoclose (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_stats.cc9 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose) { in RecordDownloadShelfClose() argument
11 if (autoclose) { in RecordDownloadShelfClose()
Ddownload_stats.h13 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose);
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_rwops.h79 int autoclose; member
102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller.mm31 // Download shelf autoclose behavior:
39 // autoclose is canceled. An autoclose can only be scheduled in response to a
41 // resulting autoclose is canceled, subsequent mouse exited events will NOT
42 // trigger an autoclose.
46 // reopened, these previously-in-progress download will not block autoclose,
394 // mouse exits should not trigger autoclose.
411 // Schedule an autoclose after a delay. If the mouse is moved back into the
Ddownload_shelf_controller_unittest.mm210 // the download shelf at the time the autoclose is scheduled.
/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c355 if ( context->hidden.stdio.autoclose ) { in stdio_close()
532 SDL_RWops *SDL_RWFromFP(FILE *fp, int autoclose) in SDL_RWFromFP() argument
543 rwops->hidden.stdio.autoclose = autoclose; in SDL_RWFromFP()
/external/chromium_org/third_party/libxml/src/
DNEWS323 - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
DChangeLog1487 to avoid growing the parser stack in some autoclose cases, should
18448 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
19072 * HTMLparser.c: fixed problems with some autoclose tags