Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dtxtrange.c78 static const WCHAR texteditW[] = in string_to_unit() local
84 if(!strcmpiW(str, texteditW)) return RU_TEXTEDIT; in string_to_unit()
/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c80 static WCHAR texteditW[] = {'t','e','x','t','e','d','i','t',0}; variable
5316 test_range_expand(range, texteditW, VARIANT_TRUE, "test abc 123\r\nit's text"); in test_txtrange()
5437 test_range_expand(range, texteditW, VARIANT_TRUE, "wordabc 123\r\nit's text"); in test_txtrange()
5438 test_range_expand(range, texteditW, VARIANT_TRUE, "wordabc 123\r\nit's text"); in test_txtrange()
5443 test_range_expand(range, texteditW, VARIANT_TRUE, "abc def abc 123\r\nit's text"); in test_txtrange()