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

/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h49 virtual void openForRead(const String& path, long long offset, long long length) = 0;
H A DFileStream.h66 bool openForRead(const String& path, long long offset, long long length);
H A DFileStream.cpp82 bool FileStream::openForRead(const String& path, long long offset, long long length) function in class:WebCore::FileStream
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.h57 virtual void openForRead(const String& path, long long offset, long long length);
H A DFileStreamProxy.cpp136 void FileStreamProxy::openForRead(const String& path, long long offset, long long length) function in class:WebCore::FileStreamProxy
143 bool success = m_stream->openForRead(path, offset, length);
/external/webkit/Source/WebCore/platform/network/
H A DBlobResourceHandle.cpp397 bool success = m_stream->openForRead(item.path, item.offset + m_currentItemReadSize, bytesToRead);
468 m_asyncStream->openForRead(item.path, item.offset + m_currentItemReadSize, bytesToRead);

Completed in 130 milliseconds