Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTransformTearOff.cpp60 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()
DSVGStringListTearOff.h59 … 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()
DSVGAngleTearOff.cpp52 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()
DSVGRectTearOff.cpp48 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()
DSVGLengthTearOff.cpp69 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()
DSVGPointTearOff.cpp49 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setX()
60 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setY()
DSVGPreserveAspectRatioTearOff.cpp47 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setAlign()
61 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setMeetOrSlice()
DSVGAltGlyphElement.cpp48 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in DEFINE_NODE_FACTORY()
58 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in setFormat()
DSVGAnimatedEnumerationBase.cpp48 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setBaseVal()
DSVGNumberTearOff.cpp48 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValue()
DSVGTransformListTearOff.cpp57 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in consolidate()
DSVGMatrixTearOff.cpp79 … exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); \
DSVGViewSpec.cpp120 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); in setZoomAndPan()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGListPropertyTearOffHelper.h93 … 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()
DSVGAnimatedProperty.h205 … exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setBaseVal()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h39 NoModificationAllowedError, enumerator
DElement.cpp2192 … 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/
DFileError.cpp69 return NoModificationAllowedError; in errorCodeToExceptionCode()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp373 …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/
DCSSPrimitiveValue.cpp703 …exceptionState.throwDOMException(NoModificationAllowedError, "CSSPrimitiveValue objects are read-o… in setFloatValue()
934 …exceptionState.throwDOMException(NoModificationAllowedError, "CSSPrimitiveValue objects are read-o… in setStringValue()
DCSSComputedStyleDeclaration.cpp1175 …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()