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

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.cc23 class AsyncMethodCallerImpl : public AsyncMethodCaller { class in namespace:cryptohome::__anon6093
25 AsyncMethodCallerImpl() : weak_ptr_factory_(this) { function in class:cryptohome::__anon6093::AsyncMethodCallerImpl
27 base::Bind(&AsyncMethodCallerImpl::HandleAsyncResponse,
29 base::Bind(&AsyncMethodCallerImpl::HandleAsyncDataResponse,
33 virtual ~AsyncMethodCallerImpl() {
43 &AsyncMethodCallerImpl::RegisterAsyncCallback,
55 &AsyncMethodCallerImpl::RegisterAsyncCallback,
67 &AsyncMethodCallerImpl::RegisterAsyncCallback,
79 &AsyncMethodCallerImpl::RegisterAsyncCallback,
88 &AsyncMethodCallerImpl
[all...]

Completed in 77 milliseconds