Searched refs:removeVariable (Results 1 – 8 of 8) sorted by relevance
66 virtual bool removeVariable(const AtomicString& name) = 0;
72 if (m_styleDeclaration->removeVariable(name)) { in remove()
299 bool PropertySetCSSStyleDeclaration::removeVariable(const AtomicString& name) in removeVariable() function in WebCore::PropertySetCSSStyleDeclaration304 bool changed = m_propertySet->removeVariable(name); in removeVariable()
74 virtual bool removeVariable(const AtomicString& name) OVERRIDE;
125 virtual bool removeVariable(const AtomicString& name) OVERRIDE;
286 return removeVariable(name); in setVariableValue()552 bool MutableStylePropertySet::removeVariable(const AtomicString& name) in removeVariable() function in WebCore::MutableStylePropertySet
213 bool removeVariable(const AtomicString& name);
3205 bool CSSComputedStyleDeclaration::removeVariable(const AtomicString&) in removeVariable() function in WebCore::CSSComputedStyleDeclaration