Searched refs:doc_complete (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | xmlhttprequest.c | 282 static BOOL doc_complete; variable 317 doc_complete = TRUE; in PropertyNotifySink_OnChanged() 904 doc_complete = FALSE; in create_doc_from_url() 907 pump_msgs(&doc_complete); in create_doc_from_url()
|
H A D | activex.c | 2164 static BOOL doc_complete; variable 2200 doc_complete = TRUE; in PropertyNotifySink_OnChanged() 2233 doc_complete = FALSE; in doc_load_string() 2320 while(!doc_complete && GetMessageW(&msg, NULL, 0, 0)) { in create_doc()
|
H A D | script.c | 141 static BOOL doc_complete; variable 229 doc_complete = TRUE; in PropertyNotifySink_OnChanged() 1202 doc_complete = FALSE; in load_string() 1284 while(!doc_complete && GetMessageW(&msg, NULL, 0, 0)) { in load_doc()
|
H A D | events.c | 2602 static BOOL doc_complete; variable 2636 doc_complete = TRUE; in PropertyNotifySink_OnChanged() 2669 doc_complete = FALSE; in doc_load_string() 2762 while(!doc_complete && GetMessageA(&msg, NULL, 0, 0)) { in run_test()
|
H A D | style.c | 2988 static BOOL doc_complete; variable 3045 doc_complete = TRUE; in PropertyNotifySink_OnChanged() 3081 doc_complete = FALSE; in create_doc_with_string() 3129 while(!doc_complete && GetMessageW(&msg, NULL, 0, 0)) { in run_test()
|
H A D | dom.c | 9296 static BOOL doc_complete; variable 9330 doc_complete = TRUE; in PropertyNotifySink_OnChanged() 9755 doc_complete = FALSE; in create_doc_with_string() 9804 while(!doc_complete && GetMessageW(&msg, NULL, 0, 0)) { in run_domtest()
|