Searched refs:m_blobDataHandles (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | SerializedScriptValue.h | 124 BlobDataHandleMap m_blobDataHandles; variable
|
D | SerializedScriptValue.cpp | 941 , m_blobDataHandles(blobDataHandles) in Serializer() 1287 m_blobDataHandles.set(blob->uuid(), blob->blobDataHandle()); in writeBlob() 1314 m_blobDataHandles.set(file->uuid(), file->blobDataHandle()); in writeFile() 1336 m_blobDataHandles.set(file->uuid(), file->blobDataHandle()); in writeFileList() 1500 BlobDataHandleMap& m_blobDataHandles; member in blink::__anon8791bf910111::Serializer 1628 , m_blobDataHandles(blobDataHandles) in Reader() 2388 BlobDataHandleMap::const_iterator it = m_blobDataHandles.find(uuid); in getOrCreateBlobDataHandle() 2389 if (it != m_blobDataHandles.end()) { in getOrCreateBlobDataHandle() 2554 const BlobDataHandleMap& m_blobDataHandles; member in blink::__anon8791bf910111::Reader 2944 …Serializer serializer(writer, messagePorts, arrayBuffers, blobInfo, m_blobDataHandles, tryCatch, S… in SerializedScriptValue() [all …]
|