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

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_delegate.h 33 class FileSystemBackendDelegate {
35 virtual ~FileSystemBackendDelegate() {}
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
file_system_backend_delegate.h 25 class FileSystemBackendDelegate : public chromeos::FileSystemBackendDelegate {
27 FileSystemBackendDelegate();
28 virtual ~FileSystemBackendDelegate();
52 DISALLOW_COPY_AND_ASSIGN(FileSystemBackendDelegate);
file_system_backend_delegate.cc 45 // FileSystemBackendDelegate::GetRedirectURLForContents. Requestes to obtain
73 FileSystemBackendDelegate::FileSystemBackendDelegate()
77 FileSystemBackendDelegate::~FileSystemBackendDelegate() {
80 storage::AsyncFileUtil* FileSystemBackendDelegate::GetAsyncFileUtil(
88 FileSystemBackendDelegate::CreateFileStreamReader(
111 FileSystemBackendDelegate::CreateFileStreamWriter(
131 storage::WatcherManager* FileSystemBackendDelegate::GetWatcherManager(
137 void FileSystemBackendDelegate::GetRedirectURLForContents
    [all...]

Completed in 40 milliseconds