Searched refs:blobURLCopy (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DAsyncFileStream.cpp170 URL blobURLCopy = blobURL.copy(); local
171 fileThread()->postTask({ this, [this, blobURLCopy, position, length] {
172 int bytesWritten = m_stream->write(blobURLCopy, position, length);

Completed in 114 milliseconds