Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dhtmlstyle.c1051 static const WCHAR styleRepeat[] = {'r','e','p','e','a','t',0}; in HTMLStyle_put_backgroundRepeat() local
1059 if(!v || strcmpiW(styleRepeat, v) == 0 || strcmpiW(styleNoRepeat, v) == 0 || in HTMLStyle_put_backgroundRepeat()