Searched refs:documentW (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | script.c | 47 static const WCHAR documentW[] = {'d','o','c','u','m','e','n','t',0}; variable 1315 }else if(!strcmpW(target_id, documentW)) { in find_event_target()
|
/reactos/dll/win32/msxml3/ |
H A D | domdoc.c | 1027 static const WCHAR documentW[] = {'#','d','o','c','u','m','e','n','t',0}; in domdoc_get_nodeName() local 1031 return return_bstr(documentW, name); in domdoc_get_nodeName() 1282 static const WCHAR documentW[] = {'d','o','c','u','m','e','n','t',0}; in domdoc_get_nodeTypeString() local 1286 return return_bstr(documentW, p); in domdoc_get_nodeTypeString()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | script.c | 2154 static const WCHAR documentW[] = {'d','o','c','u','m','e','n','t',0}; in test_script_run() local 2160 tmp = SysAllocString(documentW); in test_script_run()
|