Searched refs:hiddenW (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | htmlbody.c | 591 static const WCHAR hiddenW[] = {'h','i','d','d','e','n',0}; variable 610 val = hiddenW; in HTMLBodyElement_put_scroll() 640 }else if(!strcmpW(overflow, hiddenW)) { in HTMLBodyElement_get_scroll()
|
H A D | htmlinput.c | 1262 static const WCHAR hiddenW[] = {'h','i','d','d','e','n',0}; in HTMLInputElement_is_text_edit() local 1272 ret = !strcmpW(type, buttonW) || !strcmpW(type, hiddenW) || !strcmpW(type, passwordW) in HTMLInputElement_is_text_edit()
|
/reactos/sdk/lib/rtl/ |
H A D | actctx.c | 667 static const WCHAR hiddenW[] = {'H','I','D','D','E','N',0}; variable 1933 else if (!wcsnicmp(start, hiddenW, str-start)) in parse_typelib_flags()
|