Searched defs:FileSystemContext (Results 1 - 2 of 2) sorted by path

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc41 FileSystemContext* context,
49 const FileSystemContext::ResolveURLCallback& callback,
56 FileSystemContext::RESOLVED_ENTRY_NOT_FOUND);
59 FileSystemContext::RESOLVED_ENTRY_NOT_FOUND);
64 FileSystemContext::RESOLVED_ENTRY_DIRECTORY :
65 FileSystemContext::RESOLVED_ENTRY_FILE);
70 const FileSystemContext::ResolveURLCallback& callback,
74 FileSystemContext::ResolvedEntryType type) {
82 int FileSystemContext::GetPermissionPolicy(FileSystemType type) {
133 FileSystemContext function in class:storage::FileSystemContext
[all...]
H A Dfile_system_context.h87 class STORAGE_EXPORT FileSystemContext class in namespace:storage
88 : public base::RefCountedThreadSafe<FileSystemContext,
119 FileSystemContext(
331 friend class base::DeleteHelper<FileSystemContext>;
332 friend class base::RefCountedThreadSafe<FileSystemContext,
334 ~FileSystemContext();
419 DISALLOW_IMPLICIT_CONSTRUCTORS(FileSystemContext);
423 static void Destruct(const FileSystemContext* context) {

Completed in 181 milliseconds