• Home
  • Raw
  • Download

Lines Matching refs:AsyncFileSystemCallbacks

64 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback…  in move()
69 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback… in copy()
74 void AsyncFileSystemChromium::remove(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callb… in remove()
79 …ystemChromium::removeRecursively(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in removeRecursively()
84 void AsyncFileSystemChromium::readMetadata(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>… in readMetadata()
89 …mium::createFile(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createFile()
94 …:createDirectory(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createDirectory()
99 void AsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> c… in fileExists()
104 …eSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in directoryExists()
109 void AsyncFileSystemChromium::readDirectory(const String& path, PassOwnPtr<AsyncFileSystemCallbacks in readDirectory()
116 …path, WebKit::WebFileSystem* webFileSystem, PassOwnPtr<WebCore::AsyncFileSystemCallbacks> callback… in FileWriterHelperCallbacks()
165 OwnPtr<WebCore::AsyncFileSystemCallbacks> m_callbacks;
168 …r(AsyncFileWriterClient* client, const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createWriter()