HomeSort by relevance Sort by last modified time
    Searched refs:DidOpenFileSystem (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/browser/fileapi/
plugin_private_file_system_backend_unittest.cc 32 void DidOpenFileSystem(base::PlatformFileError* error_out,
79 base::Bind(&DidOpenFileSystem, &error));
89 base::Bind(&DidOpenFileSystem, &error));
113 base::Bind(&DidOpenFileSystem, &error));
122 base::Bind(&DidOpenFileSystem, &error));
sandbox_file_system_backend_unittest.cc 69 void DidOpenFileSystem(base::PlatformFileError* error_out,
119 base::Bind(&DidOpenFileSystem, &error));
fileapi_message_filter.h 178 void DidOpenFileSystem(int request_id,
fileapi_message_filter.cc 211 &FileAPIMessageFilter::DidOpenFileSystem, this, request_id));
724 void FileAPIMessageFilter::DidOpenFileSystem(int request_id,
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.h 46 void DidOpenFileSystem(const GURL& root,
root_delete_helper.cc 94 base::Bind(&RootDeleteHelper::DidOpenFileSystem,
98 void RootDeleteHelper::DidOpenFileSystem(const GURL& /* root */,
canned_syncable_file_system.h 210 void DidOpenFileSystem(base::SingleThreadTaskRunner* original_task_runner,
canned_syncable_file_system.cc 280 base::Bind(&CannedSyncableFileSystem::DidOpenFileSystem,
713 void CannedSyncableFileSystem::DidOpenFileSystem(
726 base::Bind(&CannedSyncableFileSystem::DidOpenFileSystem,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.h 116 void DidOpenFileSystem(const GURL& root_url,
sync_file_system_api.cc 133 base::Bind(&self::DidOpenFileSystem, this)));
145 void SyncFileSystemRequestFileSystemFunction::DidOpenFileSystem(
154 Bind(&SyncFileSystemRequestFileSystemFunction::DidOpenFileSystem,
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.h 56 void DidOpenFileSystem(const std::string& name_unused, const GURL& root);
pepper_file_system_host.cc 74 void PepperFileSystemHost::DidOpenFileSystem(
116 base::Bind(&PepperFileSystemHost::DidOpenFileSystem,
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 112 void DidOpenFileSystem(const std::string& name,
371 dispatcher->DidOpenFileSystem(name, root);
  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.cc 133 void DidOpenFileSystem(
266 base::Bind(&DidOpenFileSystem,
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 261 virtual void DidOpenFileSystem(const std::string& name,
471 virtual void DidOpenFileSystem(const std::string& file_system_name,
    [all...]

Completed in 308 milliseconds