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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExceptionCode.h41 InUseAttributeError, // Historical. Only used in setAttributeNode etc which have been removed from the DOM specs. enumerator in enum:WebCore::__anon10953
H A DElement.cpp1973 // InUseAttributeError: Raised if node is an Attr that is already an attribute of another Element object.
1976 exceptionState.throwUninformativeAndGenericDOMException(InUseAttributeError);

Completed in 1067 milliseconds