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

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DAsyncFileStream.cpp57 static FileThread* fileThread() function in namespace:WebCore
80 fileThread()->postTask({ proxyPtr, [=] {
104 fileThread()->unscheduleTasks(m_stream.get());
105 fileThread()->postTask({ this, [this] {
117 fileThread()->postTask({ this, [this, pathCopy, expectedModificationTime] {
129 fileThread()->postTask({ this, [this, pathCopy, offset, length] {
141 fileThread()->postTask({ this, [this, pathCopy] {
152 fileThread()->postTask({this, [this] {
159 fileThread()->postTask({ this, [this, buffer, length] {
171 fileThread()
[all...]
H A DFileThread.cpp86 FileThread* fileThread = static_cast<FileThread*>(arg); local
87 fileThread->runLoop();

Completed in 113 milliseconds