Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dresource_manager_unittest.cc369 do_nothing_callback_(std::move(do_nothing_callback)) {} in SimpleTestProvider()
385 EXPECT_FALSE(do_nothing_callback_.is_null()); in OnRequest()
386 std::move(do_nothing_callback_).Run(); in OnRequest()
395 base::OnceClosure do_nothing_callback_; member in __anon6aa340460411::SimpleTestProvider