Searched refs:DataCloneError (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8Utilities.cpp | 91 setDOMException(DataCloneError, isolate); in extractTransferables() 99 setDOMException(DataCloneError, isolate); in extractTransferables() 106 setDOMException(DataCloneError, isolate); in extractTransferables()
|
D | SerializedScriptValue.cpp | 705 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/ |
D | ExceptionCode.h | 63 DataCloneError, enumerator
|
D | MessagePort.cpp | 80 …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/ |
D | ShadowRoot.cpp | 130 exceptionState.throwDOMException(DataCloneError, "ShadowRoot nodes are not clonable."); in cloneNode()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBObjectStore.cpp | 178 exceptionState.throwUninformativeAndGenericDOMException(DataCloneError); in put()
|