OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnFileIOComplete
(Results
1 - 14
of
14
) sorted by null
/external/chromium/net/disk_cache/
mapped_file_unittest.cc
25
virtual void
OnFileIOComplete
(int bytes_copied);
30
void FileCallbackTest::
OnFileIOComplete
(int bytes_copied) {
file.h
25
virtual void
OnFileIOComplete
(int bytes_copied) = 0;
file_posix.cc
144
callback->
OnFileIOComplete
(bytes);
file_win.cc
51
data->callback_->
OnFileIOComplete
(static_cast<int>(actual_bytes));
sparse_control.cc
58
virtual void
OnFileIOComplete
(int bytes_copied);
80
void ChildrenDeleter::
OnFileIOComplete
(int bytes_copied) {
122
OnFileIOComplete
(len);
124
// And wait until
OnFileIOComplete
gets called.
entry_impl.cc
45
virtual void
OnFileIOComplete
(int bytes_copied);
58
void SyncCallback::
OnFileIOComplete
(int bytes_copied) {
77
OnFileIOComplete
(0);
[
all
...]
/external/chromium_org/net/disk_cache/
file.h
25
virtual void
OnFileIOComplete
(int bytes_copied) = 0;
mapped_file_unittest.cc
26
virtual void
OnFileIOComplete
(int bytes_copied) OVERRIDE;
34
void FileCallbackTest::
OnFileIOComplete
(int bytes_copied) {
file_posix.cc
199
callback->
OnFileIOComplete
(result);
file_ios.cc
144
callback->
OnFileIOComplete
(bytes);
file_win.cc
54
data->callback_->
OnFileIOComplete
(static_cast<int>(actual_bytes));
sparse_control.cc
59
virtual void
OnFileIOComplete
(int bytes_copied) OVERRIDE;
81
void ChildrenDeleter::
OnFileIOComplete
(int bytes_copied) {
123
OnFileIOComplete
(len);
125
// And wait until
OnFileIOComplete
gets called.
entry_impl.cc
46
virtual void
OnFileIOComplete
(int bytes_copied) OVERRIDE;
59
void SyncCallback::
OnFileIOComplete
(int bytes_copied) {
78
OnFileIOComplete
(0);
[
all
...]
/external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc
59
virtual void
OnFileIOComplete
(int bytes_copied) OVERRIDE;
81
void ChildrenDeleter::
OnFileIOComplete
(int bytes_copied) {
123
OnFileIOComplete
(len);
125
// And wait until
OnFileIOComplete
gets called.
Completed in 663 milliseconds