Home
last modified time | relevance | path

Searched refs:removeVariable (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleDeclaration.h66 virtual bool removeVariable(const AtomicString& name) = 0;
DCSSVariablesMap.cpp72 if (m_styleDeclaration->removeVariable(name)) { in remove()
DPropertySetCSSStyleDeclaration.cpp299 bool PropertySetCSSStyleDeclaration::removeVariable(const AtomicString& name) in removeVariable() function in WebCore::PropertySetCSSStyleDeclaration
304 bool changed = m_propertySet->removeVariable(name); in removeVariable()
DPropertySetCSSStyleDeclaration.h74 virtual bool removeVariable(const AtomicString& name) OVERRIDE;
DCSSComputedStyleDeclaration.h125 virtual bool removeVariable(const AtomicString& name) OVERRIDE;
DStylePropertySet.cpp286 return removeVariable(name); in setVariableValue()
552 bool MutableStylePropertySet::removeVariable(const AtomicString& name) in removeVariable() function in WebCore::MutableStylePropertySet
DStylePropertySet.h213 bool removeVariable(const AtomicString& name);
DCSSComputedStyleDeclaration.cpp3205 bool CSSComputedStyleDeclaration::removeVariable(const AtomicString&) in removeVariable() function in WebCore::CSSComputedStyleDeclaration