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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h4524 virtual HRESULT WINAPI put_textDecoration(BSTR v) = 0;
4714 HRESULT (WINAPI *put_textDecoration)(IHTMLStyle *This,BSTR v); member in struct:IHTMLStyleVtbl
4906 #define IHTMLStyle_put_textDecoration(This,v) (This)->lpVtbl->put_textDecoration(This,v)
6040 virtual HRESULT WINAPI put_textDecoration(BSTR v) = 0;
6213 HRESULT (WINAPI *put_textDecoration)(IHTMLRuleStyle *This,BSTR v); member in struct:IHTMLRuleStyleVtbl
6388 #define IHTMLRuleStyle_put_textDecoration(This,v) (This)->lpVtbl->put_textDecoration(This,v)
7512 virtual HRESULT WINAPI put_textDecoration(BSTR v) = 0;
7541 HRESULT (WINAPI *put_textDecoration)(IHTMLRenderStyle *This,BSTR v); member in struct:IHTMLRenderStyleVtbl
7572 #define IHTMLRenderStyle_put_textDecoration(This,v) (This)->lpVtbl->put_textDecoration(This,v)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h4524 virtual HRESULT WINAPI put_textDecoration(BSTR v) = 0;
4714 HRESULT (WINAPI *put_textDecoration)(IHTMLStyle *This,BSTR v); member in struct:IHTMLStyleVtbl
4906 #define IHTMLStyle_put_textDecoration(This,v) (This)->lpVtbl->put_textDecoration(This,v)
6040 virtual HRESULT WINAPI put_textDecoration(BSTR v) = 0;
6213 HRESULT (WINAPI *put_textDecoration)(IHTMLRuleStyle *This,BSTR v); member in struct:IHTMLRuleStyleVtbl
6388 #define IHTMLRuleStyle_put_textDecoration(This,v) (This)->lpVtbl->put_textDecoration(This,v)
7512 virtual HRESULT WINAPI put_textDecoration(BSTR v) = 0;
7541 HRESULT (WINAPI *put_textDecoration)(IHTMLRenderStyle *This,BSTR v); member in struct:IHTMLRenderStyleVtbl
7572 #define IHTMLRenderStyle_put_textDecoration(This,v) (This)->lpVtbl->put_textDecoration(This,v)
[all...]

Completed in 263 milliseconds