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

  /external/chromium_org/webkit/browser/fileapi/
file_system_context.cc 39 FileSystemContext* context,
45 const FileSystemContext::OpenFileSystemCallback& callback,
55 int FileSystemContext::GetPermissionPolicy(FileSystemType type) {
99 FileSystemContext::FileSystemContext(
154 bool FileSystemContext::DeleteDataForOriginOnFileThread(
177 void FileSystemContext::Shutdown() {
180 FROM_HERE, base::Bind(&FileSystemContext::Shutdown,
188 FileSystemContext::GetQuotaUtil(FileSystemType type) const {
195 AsyncFileUtil* FileSystemContext::GetAsyncFileUtil
    [all...]
file_system_context.h 67 class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext
68 : public base::RefCountedThreadSafe<FileSystemContext,
95 FileSystemContext(
245 friend class base::DeleteHelper<FileSystemContext>;
246 friend class base::RefCountedThreadSafe<FileSystemContext,
248 ~FileSystemContext();
316 DISALLOW_IMPLICIT_CONSTRUCTORS(FileSystemContext);
320 static void Destruct(const FileSystemContext* context) {

Completed in 838 milliseconds