Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c5652 #define DWL_REFRESH 0x0200 macro
5670 is_refresh = (flags & DWL_REFRESH) != 0; in test_download()
5677 if(flags & DWL_REFRESH) { in test_download()
5745 if(!editmode && !(flags & DWL_REFRESH)) { in test_download()
5768 if(flags & DWL_REFRESH) { in test_download()
5814 if(nav_url && !is_js && !is_extern && !(flags & DWL_REFRESH)) in test_download()
5822 if(!(flags & DWL_REFRESH)) in test_download()
5865 if(!editmode && !(flags & DWL_REFRESH)) { in test_download()
6237 test_download(DWL_VERBDONE|DWL_HTTP|DWL_ONREADY_LOADING|DWL_REFRESH|DWL_EX_GETHOSTINFO); in test_refresh()