Home | History | Annotate | Download | only in Interfaces

Lines Matching full:bstr

54     HRESULT getComputedStyle([in] IDOMElement* elt, [in] BSTR pseudoElt, [out, retval] IDOMCSSStyleDeclaration** result);
98 HRESULT cssText([out, retval] BSTR* text);
103 HRESULT setCssText([in] BSTR cssText);
130 HRESULT cssText([out, retval] BSTR* result);
135 HRESULT setCssText([in] BSTR cssText);
140 HRESULT getPropertyValue([in] BSTR propertyName, [out, retval] BSTR* result);
145 HRESULT getPropertyCSSValue([in] BSTR propertyName, [out, retval] IDOMCSSValue** result);
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
155 HRESULT getPropertyPriority([in] BSTR propertyName, [out, retval] BSTR* result);
160 HRESULT setProperty([in] BSTR propertyName, [in] BSTR value, [in] BSTR priority);
170 HRESULT item([in] UINT index, [out, retval] BSTR* result);
192 HRESULT cssText([out, retval] BSTR* text);
197 HRESULT setCssText([in] BSTR text);
229 HRESULT insertRule([in] BSTR rule, [in] UINT index, [out, retval] UINT* result);