Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dmanifest_update_manager.cc150 DCHECK(result_callback_for_testing_.is_null()); in SetResultCallbackForTesting()
151 result_callback_for_testing_ = std::move(callback); in SetResultCallbackForTesting()
161 if (result_callback_for_testing_) in NotifyResult()
162 std::move(result_callback_for_testing_).Run(url, result); in NotifyResult()
H A Dmanifest_update_manager.h97 ResultCallback result_callback_for_testing_; variable