/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTransformTearOff.cpp | 60 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setMatrix() 71 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setTranslate() 82 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setScale() 93 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setRotate() 104 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setSkewX() 115 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setSkewY()
|
D | SVGStringListTearOff.h | 59 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in clear() 70 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in initialize() 88 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in insertItemBefore() 101 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in replaceItem() 120 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in removeItem() 133 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in appendItem()
|
D | SVGAngleTearOff.cpp | 52 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValue() 63 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueInSpecifiedUnits() 74 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in newValueSpecifiedUnits() 90 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in convertToSpecifiedUnits() 107 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueAsString()
|
D | SVGRectTearOff.cpp | 48 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setX() 59 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setY() 70 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setWidth() 81 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setHeight()
|
D | SVGLengthTearOff.cpp | 69 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValue() 86 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueInSpecifiedUnits() 101 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueAsString() 112 exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in newValueSpecifiedUnits() 128 exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in convertToSpecifiedUnits()
|
D | SVGPointTearOff.cpp | 49 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setX() 60 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setY()
|
D | SVGPreserveAspectRatioTearOff.cpp | 47 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setAlign() 61 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setMeetOrSlice()
|
D | SVGAltGlyphElement.cpp | 48 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in DEFINE_NODE_FACTORY() 58 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in setFormat()
|
D | SVGAnimatedEnumerationBase.cpp | 48 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setBaseVal()
|
D | SVGNumberTearOff.cpp | 48 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValue()
|
D | SVGTransformListTearOff.cpp | 57 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in consolidate()
|
D | SVGMatrixTearOff.cpp | 79 … exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); \
|
D | SVGViewSpec.cpp | 120 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in setZoomAndPan()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGListPropertyTearOffHelper.h | 93 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in clear() 105 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in initialize() 131 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in insertItemBefore() 151 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in replaceItem() 185 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in appendItem()
|
D | SVGAnimatedProperty.h | 205 … exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setBaseVal()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ExceptionCode.h | 39 NoModificationAllowedError, enumerator
|
D | Element.cpp | 2192 … exceptionState.throwDOMException(NoModificationAllowedError, "This element has no parent node."); in setOuterHTML() 2196 …exceptionState.throwDOMException(NoModificationAllowedError, "This element's parent is of type '" … in setOuterHTML() 2257 … exceptionState.throwDOMException(NoModificationAllowedError, "The element has no parent."); in contextElementForInsertion()
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
D | FileError.cpp | 69 return NoModificationAllowedError; in errorCodeToExceptionCode()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.cpp | 373 …exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element do… in setInnerText() 377 …exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element do… in setInnerText() 417 …exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element do… in setOuterText() 421 …exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element do… in setOuterText() 427 exceptionState.throwDOMException(NoModificationAllowedError, "The element has no parent."); in setOuterText()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSPrimitiveValue.cpp | 703 …exceptionState.throwDOMException(NoModificationAllowedError, "CSSPrimitiveValue objects are read-o… in setFloatValue() 934 …exceptionState.throwDOMException(NoModificationAllowedError, "CSSPrimitiveValue objects are read-o… in setStringValue()
|
D | CSSComputedStyleDeclaration.cpp | 1175 …exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and there… in setCSSText() 2968 …exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and there… in setProperty() 2973 …exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and there… in removeProperty() 2989 …exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and there… in setPropertyInternal()
|