Home | History | Annotate | Download | only in include

Lines Matching defs:removeRule

12073     virtual HRESULT WINAPI removeRule(__LONG32 lIndex) = 0;
12105 HRESULT (WINAPI *removeRule)(IHTMLStyleSheet *This,__LONG32 lIndex);
12139 #define IHTMLStyleSheet_removeRule(This,lIndex) (This)->lpVtbl->removeRule(This,lIndex)