Searched defs:put_backgroundRepeat (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h4510 virtual HRESULT WINAPI put_backgroundRepeat(BSTR v) = 0;
4700 HRESULT (WINAPI *put_backgroundRepeat)(IHTMLStyle *This,BSTR v); member in struct:IHTMLStyleVtbl
4892 #define IHTMLStyle_put_backgroundRepeat(This,v) (This)->lpVtbl->put_backgroundRepeat(This,v)
6026 virtual HRESULT WINAPI put_backgroundRepeat(BSTR v) = 0;
6199 HRESULT (WINAPI *put_backgroundRepeat)(IHTMLRuleStyle *This,BSTR v); member in struct:IHTMLRuleStyleVtbl
6374 #define IHTMLRuleStyle_put_backgroundRepeat(This,v) (This)->lpVtbl->put_backgroundRepeat(This,v)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h4510 virtual HRESULT WINAPI put_backgroundRepeat(BSTR v) = 0;
4700 HRESULT (WINAPI *put_backgroundRepeat)(IHTMLStyle *This,BSTR v); member in struct:IHTMLStyleVtbl
4892 #define IHTMLStyle_put_backgroundRepeat(This,v) (This)->lpVtbl->put_backgroundRepeat(This,v)
6026 virtual HRESULT WINAPI put_backgroundRepeat(BSTR v) = 0;
6199 HRESULT (WINAPI *put_backgroundRepeat)(IHTMLRuleStyle *This,BSTR v); member in struct:IHTMLRuleStyleVtbl
6374 #define IHTMLRuleStyle_put_backgroundRepeat(This,v) (This)->lpVtbl->put_backgroundRepeat(This,v)
[all...]

Completed in 405 milliseconds