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,
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;
81 const base::Callback<void(FileSystemInterface*)>& callback,
88 FileSystemInterface* file_system);
96 FileSystemInterface* file_system);
104 FileSystemInterface* file_system);
112 FileSystemInterface* file_system)
    [all...]
debug_info_collector.h 25 DebugInfoCollector(FileSystemInterface* file_system,
41 FileSystemInterface* file_system_; // Not owned.
download_handler.h 23 class FileSystemInterface;
30 explicit DownloadHandler(FileSystemInterface* file_system);
93 FileSystemInterface* file_system_; // Owned by DriveIntegrationService.
drive_integration_service.h 31 class FileSystemInterface;
81 FileSystemInterface* test_file_system);
107 FileSystemInterface* file_system() { return file_system_.get(); }
169 scoped_ptr<FileSystemInterface> file_system_;
fileapi_worker.cc 200 const base::Callback<void(FileSystemInterface*)>& callback,
203 FileSystemInterface* file_system = file_system_getter.Run();
216 FileSystemInterface* file_system) {
227 FileSystemInterface* file_system) {
237 FileSystemInterface* file_system) {
246 FileSystemInterface* file_system) {
255 FileSystemInterface* file_system) {
264 FileSystemInterface* file_system) {
274 FileSystemInterface* file_system) {
284 FileSystemInterface* file_system)
    [all...]
drive_url_request_job.h 32 class FileSystemInterface;
43 // Callback to return the FileSystemInterface instance. This is an
47 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
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;
write_on_cache_file.cc 49 void WriteOnCacheFile(FileSystemInterface* file_system,
57 void WriteOnCacheFileAndReply(FileSystemInterface* file_system,
file_system_util.h 28 class FileSystemInterface;
67 FileSystemInterface* GetFileSystemByProfile(Profile* profile);
69 // Returns a FileSystemInterface instance for the |profile_id|, or NULL
77 FileSystemInterface* GetFileSystemByProfileId(void* profile_id);
fileapi_worker_unittest.cc 27 FileSystemInterface* GetFileSystem(FileSystemInterface* instance) {
141 FileSystemInterface* file_system = NULL;
151 FileSystemInterface* file_system = NULL;
156 base::Bind(&GetFileSystem, static_cast<FileSystemInterface*>(NULL)),
163 base::Bind(&GetFileSystem, static_cast<FileSystemInterface*>(NULL)),
async_file_util.h 14 class FileSystemInterface;
21 // Callback to return the FileSystemInterface instance. This is an
25 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
drive_file_stream_reader.h 130 class FileSystemInterface;
139 // Callback to return the FileSystemInterface instance. This is an
143 typedef base::Callback<FileSystemInterface*()> FileSystemGetter;
debug_info_collector.cc 30 FileSystemInterface* file_system,
file_system_util.cc 132 FileSystemInterface* GetFileSystemByProfile(Profile* profile) {
140 FileSystemInterface* GetFileSystemByProfileId(void* profile_id) {
210 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
319 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
338 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
dummy_file_system.h 12 // Dummy implementation of FileSystemInterface. All functions do nothing.
13 class DummyFileSystem : public FileSystemInterface {
file_task_executor.cc 52 FileSystemInterface* file_system = util::GetFileSystemByProfile(profile_);
file_system_interface.h 170 class FileSystemInterface {
172 virtual ~FileSystemInterface() {}
download_handler.cc 105 DownloadHandler::DownloadHandler(FileSystemInterface* file_system)
fake_file_system.h 40 class FakeFileSystem : public FileSystemInterface {
45 // FileSystemInterface Overrides.
webkit_file_stream_reader_impl_unittest.cc 53 FileSystemInterface* GetFileSystem() {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 62 BEGIN_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0,
64 METHOD2(FileSystemInterface, PP_Resource, Create, PP_Instance,
66 METHOD3(FileSystemInterface, int32_t, Open, PP_Resource, int64_t,
68 END_INTERFACE(FileSystemInterface, PPB_FileSystem_1_0)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 102 drive::FileSystemInterface* file_system =
130 drive::FileSystemInterface* file_system =
208 drive::FileSystemInterface* const file_system =
278 drive::FileSystemInterface* file_system =
379 drive::FileSystemInterface* const file_system =
439 drive::FileSystemInterface* const file_system =
589 drive::FileSystemInterface* const file_system =
private_api_mount.cc 49 drive::FileSystemInterface* file_system =
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.h 156 class FakeFileSystemInterface : public nacl_io::FileSystemInterface {
179 virtual nacl_io::FileSystemInterface* GetFileSystemInterface();

Completed in 193 milliseconds

1 2