Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1937 AtomicString valueBeingRemoved = attributes[index].value(); in removeAttributeInternal() local
1940 if (!valueBeingRemoved.isNull()) in removeAttributeInternal()
1941 willModifyAttribute(name, valueBeingRemoved, nullAtom); in removeAttributeInternal()