Searched refs:autoclose (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/download/ |
D | download_stats.cc | 9 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose) { in RecordDownloadShelfClose() argument 11 if (autoclose) { in RecordDownloadShelfClose()
|
D | download_stats.h | 13 void RecordDownloadShelfClose(int size, int in_progress, bool autoclose);
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_rwops.h | 79 int autoclose; member 102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_shelf_controller.mm | 31 // 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
|
D | download_shelf_controller_unittest.mm | 210 // the download shelf at the time the autoclose is scheduled.
|
/external/qemu/distrib/sdl-1.2.15/src/file/ |
D | SDL_rwops.c | 355 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/ |
D | NEWS | 323 - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
|
D | ChangeLog | 1487 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
|