Lines Matching refs:propertyName
138 - (NSString *)getPropertyValue:(NSString *)propertyName;
140 HRESULT getPropertyValue([in] BSTR propertyName, [out, retval] BSTR* result);
143 - (DOMCSSValue *)getPropertyCSSValue:(NSString *)propertyName;
145 HRESULT getPropertyCSSValue([in] BSTR propertyName, [out, retval] IDOMCSSValue** result);
148 - (NSString *)removeProperty:(NSString *)propertyName;
150 HRESULT removeProperty([in] BSTR propertyName, [out, retval] BSTR* result);
153 - (NSString *)getPropertyPriority:(NSString *)propertyName;
155 HRESULT getPropertyPriority([in] BSTR propertyName, [out, retval] BSTR* result);
158 - (void)setProperty:(NSString *)propertyName :(NSString *)value :(NSString *)priority;
160 HRESULT setProperty([in] BSTR propertyName, [in] BSTR value, [in] BSTR priority);