Searched refs:async_get_callback_ (Results 1 – 2 of 2) sorted by relevance
93 async_get_callback_ = std::move(closure); in SetAsyncGetCallback()109 if (!async_get_callback_.is_null()) in AsyncGetIssuersOf()110 async_get_callback_.Run(); in AsyncGetIssuersOf()118 base::RepeatingClosure async_get_callback_; member in net::__anon9cc718e00111::AsyncCertIssuerSourceStatic
118 async_get_callback_ = std::move(closure); in SetAsyncGetCallback()134 if (async_get_callback_) { in AsyncGetIssuersOf()135 async_get_callback_(); in AsyncGetIssuersOf()144 std::function<void()> async_get_callback_ = nullptr; member in bssl::__anonb3f4666c0111::AsyncCertIssuerSourceStatic