Home
last modified time | relevance | path

Searched defs:callback_target (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/proxy_resolution/win/
Dwindows_system_proxy_resolution_service_unittest.cc42 MockRequest(WindowsSystemProxyResolutionRequest* callback_target, in MockRequest()
55 void DoCallback(WindowsSystemProxyResolutionRequest* callback_target, in DoCallback()
83 WindowsSystemProxyResolutionRequest* callback_target) override { in GetProxyForUrl()
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
Dfunction.h392 callback_impl(Callable&& callback_target) : base(std::forward<Callable>(callback_target)) {} in callback_impl()