Searched refs:get_clip (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | mshtmlc.h | 4662 virtual HRESULT WINAPI get_clip(BSTR *p) = 0; 4852 HRESULT (WINAPI *get_clip)(IHTMLStyle *This,BSTR *p); member in struct:IHTMLStyleVtbl 5044 #define IHTMLStyle_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) 6162 virtual HRESULT WINAPI get_clip(BSTR *p) = 0; 6335 HRESULT (WINAPI *get_clip)(IHTMLRuleStyle *This,BSTR *p); member in struct:IHTMLRuleStyleVtbl 6510 #define IHTMLRuleStyle_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) [all...] |
H A D | mshtml.h | 9505 virtual HRESULT STDMETHODCALLTYPE get_clip( 10836 HRESULT (STDMETHODCALLTYPE *get_clip)( 11894 #define IHTMLCSSStyleDeclaration_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) 12598 return This->lpVtbl->get_clip(This,p); 21521 virtual HRESULT STDMETHODCALLTYPE get_clip( 22287 HRESULT (STDMETHODCALLTYPE *get_clip)( 22511 #define IHTMLStyle_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) 23060 return This->lpVtbl->get_clip(This,p); 28185 virtual HRESULT STDMETHODCALLTYPE get_clip( [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | mshtmlc.h | 4662 virtual HRESULT WINAPI get_clip(BSTR *p) = 0; 4852 HRESULT (WINAPI *get_clip)(IHTMLStyle *This,BSTR *p); member in struct:IHTMLStyleVtbl 5044 #define IHTMLStyle_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) 6162 virtual HRESULT WINAPI get_clip(BSTR *p) = 0; 6335 HRESULT (WINAPI *get_clip)(IHTMLRuleStyle *This,BSTR *p); member in struct:IHTMLRuleStyleVtbl 6510 #define IHTMLRuleStyle_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) [all...] |
H A D | mshtml.h | 9505 virtual HRESULT STDMETHODCALLTYPE get_clip( 10836 HRESULT (STDMETHODCALLTYPE *get_clip)( 11894 #define IHTMLCSSStyleDeclaration_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) 12598 return This->lpVtbl->get_clip(This,p); 21521 virtual HRESULT STDMETHODCALLTYPE get_clip( 22287 HRESULT (STDMETHODCALLTYPE *get_clip)( 22511 #define IHTMLStyle_get_clip(This,p) (This)->lpVtbl->get_clip(This,p) 23060 return This->lpVtbl->get_clip(This,p); 28185 virtual HRESULT STDMETHODCALLTYPE get_clip( [all...] |
Completed in 727 milliseconds