Home
last modified time | relevance | path

Searched refs:DataCloneError (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8Utilities.cpp91 setDOMException(DataCloneError, isolate); in extractTransferables()
99 setDOMException(DataCloneError, isolate); in extractTransferables()
106 setDOMException(DataCloneError, isolate); in extractTransferables()
DSerializedScriptValue.cpp705 DataCloneError, enumerator
1074 return handleError(DataCloneError, next); in writeDOMFileSystem()
1121 return handleError(DataCloneError, next); in writeAndGreyArrayBufferView()
1124 return handleError(DataCloneError, next); in writeAndGreyArrayBufferView()
1161 return handleError(DataCloneError, next); in writeTransferredArrayBuffer()
1257 return handleError(DataCloneError, next); in doSerialize()
1263 return handleError(DataCloneError, next); in doSerialize()
1291 return handleError(DataCloneError, next); in doSerialize()
1294 return handleError(DataCloneError, next); in doSerialize()
2427 case Serializer::DataCloneError: in SerializedScriptValue()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h63 DataCloneError, enumerator
DMessagePort.cpp80 …exceptionState.throwDOMException(DataCloneError, "Item #" + String::number(i) + " in the array of … in postMessage()
213 …exceptionState.throwDOMException(DataCloneError, "Item #" + String::number(i) + " in the array of… in disentanglePorts()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRoot.cpp130 exceptionState.throwDOMException(DataCloneError, "ShadowRoot nodes are not clonable."); in cloneNode()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBObjectStore.cpp178 exceptionState.throwUninformativeAndGenericDOMException(DataCloneError); in put()