Searched refs:vdefault (Results 1 – 1 of 1) sorted by relevance
500 VARIANT vdefault; in test_style4() local517 hres = IHTMLStyle4_put_minHeight(style4, vdefault); in test_style4()519 VariantClear(&vdefault); in test_style4()526 VARIANT vdefault; in test_style5() local529 hres = IHTMLStyle5_get_minWidth(style5, &vdefault); in test_style5()568 hres = IHTMLStyle5_put_minWidth(style5, vdefault); in test_style5()570 VariantClear(&vdefault); in test_style5()573 hres = IHTMLStyle5_get_maxWidth(style5, &vdefault); in test_style5()600 hres = IHTMLStyle5_put_maxWidth(style5,vdefault); in test_style5()602 VariantClear(&vdefault); in test_style5()[all …]