Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dhtmltextarea.c90 static const WCHAR textareaW[] = {'t','e','x','t','a','r','e','a',0}; in HTMLTextAreaElement_get_type() local
96 *p = SysAllocString(textareaW); in HTMLTextAreaElement_get_type()
H A Dhtmlelem.c42 static const WCHAR textareaW[] = {'T','E','X','T','A','R','E','A',0}; variable
73 {textareaW, HTMLTextAreaElement_Create},