HomeSort by relevance Sort by last modified time
    Searched defs:AsyncFileSystemChromium (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
AsyncFileSystemChromium.h 47 class AsyncFileSystemChromium : public AsyncFileSystem {
51 return adoptPtr(new AsyncFileSystemChromium(type, rootPath));
54 virtual ~AsyncFileSystemChromium();
69 AsyncFileSystemChromium(AsyncFileSystem::Type, const String& rootPath);
AsyncFileSystemChromium.cpp 31 #include "AsyncFileSystemChromium.h"
53 AsyncFileSystemChromium::AsyncFileSystemChromium(AsyncFileSystem::Type type, const String& rootPath)
60 AsyncFileSystemChromium::~AsyncFileSystemChromium()
64 void AsyncFileSystemChromium::move(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
69 void AsyncFileSystemChromium::copy(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
74 void AsyncFileSystemChromium::remove(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
79 void AsyncFileSystemChromium::removeRecursively(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
84 void AsyncFileSystemChromium::readMetadata(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks
    [all...]

Completed in 20 milliseconds