Searched refs:DataCloneError (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | SerializedScriptValue.cpp | 929 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/ |
D | ExceptionCode.h | 64 DataCloneError, enumerator
|
D | MessagePort.cpp | 78 …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/ |
D | ShadowRoot.cpp | 112 exceptionState.throwDOMException(DataCloneError, "ShadowRoot nodes are not clonable."); in cloneNode()
|