Home
last modified time | relevance | path

Searched refs:removedVariable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSVariablesIterator.h43 virtual void removedVariable(const AtomicString& name) { } in removedVariable() function
DCSSVariablesMap.cpp75 (*it)->removedVariable(name); in remove()
DStylePropertySet.h241 virtual void removedVariable(const AtomicString& name) OVERRIDE;
DStylePropertySet.cpp595 void MutableStylePropertySet::VariablesIterator::removedVariable(const AtomicString& name) in removedVariable() function in WebCore::MutableStylePropertySet::VariablesIterator