Searched refs:on_close_callback (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc84 void DidCloseFile(const base::Closure& on_close_callback) { argument
85 if (!on_close_callback.is_null())
86 on_close_callback.Run();
92 const base::Closure& on_close_callback) {
94 callback.Run(file.Pass(), on_close_callback);
100 base::Bind(&DidCloseFile, on_close_callback));
267 const base::Closure& on_close_callback) {
269 on_close_callback_ = on_close_callback;
89 DidOpenFile(base::WeakPtr<PepperFileIOHost> file_host, storage::FileSystemOperation::OpenFileCallback callback, base::File file, const base::Closure& on_close_callback) argument
264 DidOpenInternalFile( ppapi::host::ReplyMessageContext reply_context, base::File file, const base::Closure& on_close_callback) argument
H A Dpepper_file_io_host.h91 const base::Closure& on_close_callback);
/external/chromium_org/storage/browser/fileapi/
H A Dasync_file_util.h52 // |on_close_callback| will be called after the |file| is closed in the
53 // child process. |on_close_callback|.is_null() can be true, if no operation
57 const base::Closure& on_close_callback)> CreateOrOpenCallback;
H A Dfile_system_operation.h77 // Used for OpenFile(). |on_close_callback| will be called after the file is
82 const base::Closure& on_close_callback)> OpenFileCallback;
H A Dfile_system_operation_impl.h180 const base::Closure& on_close_callback);
H A Dfile_system_operation_runner.h275 const base::Closure& on_close_callback);
H A Dfile_system_operation_impl.cc548 const base::Closure& on_close_callback) {
549 callback.Run(file.Pass(), on_close_callback);
545 DidOpenFile( const OpenFileCallback& callback, base::File file, const base::Closure& on_close_callback) argument
H A Dfile_system_operation_runner.cc587 const base::Closure& on_close_callback) {
593 on_close_callback));
596 callback.Run(file.Pass(), on_close_callback);
583 DidOpenFile( const OperationHandle& handle, const OpenFileCallback& callback, base::File file, const base::Closure& on_close_callback) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util_unittest.cc52 const base::Closure& on_close_callback) {
51 OnCreateOrOpen(base::File file, const base::Closure& on_close_callback) argument

Completed in 1302 milliseconds