OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:on_close_callback
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc
473
// Remove |file_open_id| from the map of |
on_close_callback
|s.
476
base::Closure*
on_close_callback
= on_close_callbacks_.Lookup(file_open_id);
local
477
if (
on_close_callback
&& !
on_close_callback
->is_null()) {
478
on_close_callback
->Run();
742
const base::Closure&
on_close_callback
,
750
new base::Closure(
on_close_callback
));
fileapi_message_filter.h
174
const base::Closure&
on_close_callback
,
/external/chromium_org/webkit/browser/fileapi/
async_file_util.h
50
// |
on_close_callback
| will be called after the |file| is closed in the
51
// child process. |
on_close_callback
|.is_null() can be true, if no operation
56
const base::Closure&
on_close_callback
)> CreateOrOpenCallback;
file_system_operation.h
71
// |
on_close_callback
| will be called after the file is closed in the child
76
const base::Closure&
on_close_callback
,
file_system_operation_impl.cc
526
const base::Closure&
on_close_callback
) {
529
callback.Run(rv, file.ReleaseValue(),
on_close_callback
, peer_handle_);
file_system_operation_runner.cc
497
const base::Closure&
on_close_callback
,
499
callback.Run(rv, file,
on_close_callback
, peer_handle);
file_system_operation_impl.h
235
const base::Closure&
on_close_callback
);
file_system_operation_runner.h
256
const base::Closure&
on_close_callback
,
Completed in 603 milliseconds