HomeSort by relevance Sort by last modified time
    Searched refs:FileSystemInterface (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
write_on_cache_file.h 17 class FileSystemInterface;
33 void WriteOnCacheFile(FileSystemInterface* file_system,
40 void WriteOnCacheFileAndReply(FileSystemInterface* file_system,
debug_info_collector.h 30 FileSystemInterface* file_system,
57 FileSystemInterface* file_system_; // Not owned.
download_handler.h 23 class FileSystemInterface;
30 explicit DownloadHandler(FileSystemInterface* file_system);
106 FileSystemInterface* file_system_; // Owned by DriveIntegrationService.
drive_url_request_job.h 32 class FileSystemInterface;
43 // Callback to return the FileSystemInterface instance. This is an
47 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
write_on_cache_file.cc 49 void WriteOnCacheFile(FileSystemInterface* file_system,
57 void WriteOnCacheFileAndReply(FileSystemInterface* file_system,
file_system_util.h 25 class FileSystemInterface;
68 FileSystemInterface* GetFileSystemByProfile(Profile* profile);
70 // Returns a FileSystemInterface instance for the |profile_id|, or NULL
78 FileSystemInterface* GetFileSystemByProfileId(void* profile_id);
drive_integration_service.h 34 class FileSystemInterface;
85 FileSystemInterface* test_file_system);
109 FileSystemInterface* file_system() { return file_system_.get(); }
179 scoped_ptr<FileSystemInterface> file_system_;
drive_file_stream_reader.h 136 class FileSystemInterface;
145 // Callback to return the FileSystemInterface instance. This is an
149 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
181 // Used to store the cancel closure returned by FileSystemInterface.
file_system_util.cc 133 FileSystemInterface* GetFileSystemByProfile(Profile* profile) {
141 FileSystemInterface* GetFileSystemByProfileId(void* profile_id) {
191 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
300 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
319 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
file_task_executor.cc 54 FileSystemInterface* file_system = util::GetFileSystemByProfile(profile_);
file_system_interface.h 160 class FileSystemInterface {
162 virtual ~FileSystemInterface() {}
debug_info_collector.cc 56 FileSystemInterface* file_system,
dummy_file_system.h 12 // Dummy implementation of FileSystemInterface. All functions do nothing.
13 class DummyFileSystem : public FileSystemInterface {
fake_file_system.h 39 class FakeFileSystem : public FileSystemInterface {
44 // FileSystemInterface Overrides.
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.h 9 // Also, the order of arguments for the functions which take FileSystemInterface
10 // at the last is intentional. The instance of FileSystemInterface should be
16 // 3) On UI thread, check if the instance of FileSystemInterface is alive or
41 class FileSystemInterface;
45 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
74 FileSystemInterface* GetFileSystemFromUrl(const fileapi::FileSystemURL& url);
85 const base::Callback<void(FileSystemInterface*)>& callback,
92 FileSystemInterface* file_system);
100 FileSystemInterface* file_system);
107 FileSystemInterface* file_system)
    [all...]
fileapi_worker.cc 195 FileSystemInterface* GetFileSystemFromUrl(const fileapi::FileSystemURL& url) {
204 const base::Callback<void(FileSystemInterface*)>& callback,
207 FileSystemInterface* file_system = file_system_getter.Run();
220 FileSystemInterface* file_system) {
231 FileSystemInterface* file_system) {
240 FileSystemInterface* file_system) {
249 FileSystemInterface* file_system) {
258 FileSystemInterface* file_system) {
269 FileSystemInterface* file_system) {
279 FileSystemInterface* file_system)
    [all...]
webkit_file_stream_writer_impl.h 26 class FileSystemInterface;
33 // Callback to return the FileSystemInterface instance. This is an
37 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
fileapi_worker_unittest.cc 27 FileSystemInterface* GetFileSystem(FileSystemInterface* instance) {
134 FileSystemInterface* file_system = NULL;
144 FileSystemInterface* file_system = NULL;
149 base::Bind(&GetFileSystem, static_cast<FileSystemInterface*>(NULL)),
156 base::Bind(&GetFileSystem, static_cast<FileSystemInterface*>(NULL)),
async_file_util.h 14 class FileSystemInterface;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 68 BEGIN_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0,
70 METHOD1(FileSystemInterface, PP_Bool, IsFileSystem, PP_Resource)
71 METHOD2(FileSystemInterface, PP_Resource, Create, PP_Instance,
73 METHOD3(FileSystemInterface, int32_t, Open, PP_Resource, int64_t,
75 END_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 187 drive::FileSystemInterface* const file_system =
220 drive::FileSystemInterface* const file_system =
242 drive::FileSystemInterface* const file_system =
275 drive::FileSystemInterface* const file_system =
390 drive::FileSystemInterface* const file_system =
460 drive::FileSystemInterface* file_system =
555 drive::FileSystemInterface* const file_system =
636 drive::FileSystemInterface* const file_system =
808 drive::FileSystemInterface* const file_system =
848 drive::FileSystemInterface* const owner_file_system
    [all...]
private_api_util.cc 64 drive::FileSystemInterface* file_system =
85 drive::FileSystemInterface* file_system =
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.h 15 class FileSystemInterface;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 163 class FakeFileSystemInterface : public nacl_io::FileSystemInterface {
187 virtual nacl_io::FileSystemInterface* GetFileSystemInterface();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 135 drive::FileSystemInterface* file_system =

Completed in 286 milliseconds

1 2