Home
last modified time | relevance | path

Searched refs:child_callback_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Dsparse_control.h46 child_callback_(this, &SparseControl::OnChildIOCompleted)), in SparseControl()
162 net::CompletionCallbackImpl<SparseControl> child_callback_; variable
Dsparse_control.cc601 net::CompletionCallback* callback = user_callback_ ? &child_callback_ : NULL; in DoChildIO()