• Home
  • Raw
  • Download

Lines Matching refs:AsyncFileSystemCallbacks

90 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback…  in move()
95 …t String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callback… in copy()
100 void WorkerAsyncFileSystemChromium::remove(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>… in remove()
105 …ystemChromium::removeRecursively(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in removeRecursively()
110 …FileSystemChromium::readMetadata(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readMetadata()
115 …mium::createFile(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createFile()
120 …:createDirectory(const String& path, bool exclusive, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createDirectory()
125 …ncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in fileExists()
130 …eSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in directoryExists()
135 …ileSystemChromium::readDirectory(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in readDirectory()
140 class WorkerFileWriterHelperCallbacks : public AsyncFileSystemCallbacks {
142 …path, WebKit::WebFileSystem* webFileSystem, PassOwnPtr<WebCore::AsyncFileSystemCallbacks> callback… in create()
191 …path, WebKit::WebFileSystem* webFileSystem, PassOwnPtr<WebCore::AsyncFileSystemCallbacks> callback… in WorkerFileWriterHelperCallbacks()
203 OwnPtr<WebCore::AsyncFileSystemCallbacks> m_callbacks;
207 …r(AsyncFileWriterClient* client, const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callback… in createWriter()
212 …ystemChromium::createWorkerFileSystemCallbacksBridge(PassOwnPtr<AsyncFileSystemCallbacks> callback… in createWorkerFileSystemCallbacksBridge()