Home | History | Annotate | Download | only in fileapi

Lines Matching defs:fileThread

40 #include "FileThread.h"
62 proxy->fileThread()->postTask(createFileThreadTask(proxy.get(), &FileStreamProxy::startOnFileThread));
71 FileThread* FileStreamProxy::fileThread()
74 ASSERT(m_context->fileThread());
75 return m_context->fileThread();
97 fileThread()->unscheduleTasks(m_stream.get());
98 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::stopOnFileThread));
121 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::getSizeOnFileThread, path, expectedModificationTime));
138 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::openForReadOnFileThread, path, offset, length));
149 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::openForWriteOnFileThread, path));
160 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::closeOnFileThread));
176 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::readOnFileThread, buffer, length));
193 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::writeOnFileThread, blobURL, position, length));
210 fileThread()->postTask(createFileThreadTask(this, &FileStreamProxy::truncateOnFileThread, position));