Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h62 InvalidNodeTypeError, enumerator
DRange.cpp1011 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in insertNode()
1015 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in insertNode()
1141 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in checkNodeWOffset()
1187 exceptionState.throwDOMException(InvalidNodeTypeError, "the given Node has no parent."); in checkNodeBA()
1197 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in checkNodeBA()
1227 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in checkNodeBA()
1282 exceptionState.throwDOMException(InvalidNodeTypeError, "the given Node has no parent."); in selectNode()
1304 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in selectNode()
1323 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in selectNode()
1363 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in selectNodeContents()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp994 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in wasLastChangeUserEdit()
1008 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in elementShouldAutoComplete()
1020 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in suggestedValue()
1035 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in setSuggestedValue()
1050 exceptionState.throwUninformativeAndGenericDOMException(InvalidNodeTypeError); in setEditingValue()