Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DSerializedScriptValue.cpp929 DataCloneError, enumerator
1285 …return handleError(DataCloneError, "A Blob object has been closed, and could therefore not be clon… in writeBlob()
1301 return handleError(DataCloneError, "A FileSystem object could not be cloned.", next); in writeDOMFileSystem()
1312 …return handleError(DataCloneError, "A File object has been closed, and could therefore not be clon… in writeFile()
1335 …return handleError(DataCloneError, "A File object has been closed, and could therefore not be clon… in writeFileList()
1380 return handleError(DataCloneError, "An ArrayBuffer could not be cloned.", next); in writeAndGreyArrayBufferView()
1383 return handleError(DataCloneError, "An ArrayBuffer could not be cloned.", next); in writeAndGreyArrayBufferView()
1408 … return handleError(DataCloneError, "An ArrayBuffer is neutered and could not be cloned.", next); in writeArrayBuffer()
1420 … return handleError(DataCloneError, "An ArrayBuffer is neutered and could not be cloned.", next); in writeTransferredArrayBuffer()
1550 return handleError(DataCloneError, "A MessagePort could not be cloned.", next); in doSerialize()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h64 DataCloneError, enumerator
DMessagePort.cpp78 …exceptionState.throwDOMException(DataCloneError, "Port at index " + String::number(i) + " contains… in postMessage()
231 …exceptionState.throwDOMException(DataCloneError, "Port at index " + String::number(i) + " is " + … in disentanglePorts()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRoot.cpp112 exceptionState.throwDOMException(DataCloneError, "ShadowRoot nodes are not clonable."); in cloneNode()