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

/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.cc255 struct CallbackElement { struct in class:cryptohome::__anon6093::AsyncMethodCallerImpl
256 CallbackElement() {} function in struct:cryptohome::__anon6093::AsyncMethodCallerImpl::CallbackElement
257 explicit CallbackElement(const AsyncMethodCaller::Callback& callback) function in struct:cryptohome::__anon6093::AsyncMethodCallerImpl::CallbackElement
276 typedef base::hash_map<int, CallbackElement> CallbackMap;
325 callback_map_[async_id] = CallbackElement(callback);

Completed in 83 milliseconds