Searched defs:FileSystemBackendDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend_delegate.h33 class FileSystemBackendDelegate { class in namespace:chromeos
35 virtual ~FileSystemBackendDelegate() {}
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfile_system_backend_delegate.h25 class FileSystemBackendDelegate : public chromeos::FileSystemBackendDelegate { class in namespace:drive
27 FileSystemBackendDelegate();
28 virtual ~FileSystemBackendDelegate();
52 DISALLOW_COPY_AND_ASSIGN(FileSystemBackendDelegate);
H A Dfile_system_backend_delegate.cc45 // FileSystemBackendDelegate::GetRedirectURLForContents. Requestes to obtain
73 FileSystemBackendDelegate::FileSystemBackendDelegate() function in class:drive::FileSystemBackendDelegate
77 FileSystemBackendDelegate::~FileSystemBackendDelegate() {
80 storage::AsyncFileUtil* FileSystemBackendDelegate::GetAsyncFileUtil(
88 FileSystemBackendDelegate::CreateFileStreamReader(
111 FileSystemBackendDelegate::CreateFileStreamWriter(
131 storage::WatcherManager* FileSystemBackendDelegate::GetWatcherManager(
137 void FileSystemBackendDelegate
[all...]

Completed in 89 milliseconds