HomeSort by relevance Sort by last modified time
    Searched refs:openForWrite (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/
FileStream.h 70 bool openForWrite(const String& path);
AsyncFileStream.h 50 virtual void openForWrite(const String& path) = 0;
FileStream.cpp 104 bool FileStream::openForWrite(const String&)
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.h 58 virtual void openForWrite(const String& path);
FileStreamProxy.cpp 147 void FileStreamProxy::openForWrite(const String& path)
154 bool success = m_stream->openForWrite(path);

Completed in 61 milliseconds