Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h42InUseAttributeError, // Historical. Only used in setAttributeNode etc which have been removed from… enumerator
DElement.cpp1816 …exceptionState.throwDOMException(InUseAttributeError, "The node provided is an attribute node that… in setAttributeNode()