Searched refs:styleRepeatX (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | htmlstyle.c | 1053 static const WCHAR styleRepeatX[] = {'r','e','p','e','a','t','-','x',0}; in HTMLStyle_put_backgroundRepeat() local 1060 strcmpiW(styleRepeatX, v) == 0 || strcmpiW(styleRepeatY, v) == 0 ) in HTMLStyle_put_backgroundRepeat()
|