Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc457 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F() local
493 OnceClosure normal_func_cb = BindOnce(IgnoreResult(&IntFunc0)); in TEST_F() local
611 RepeatingCallback<int(int)> normal_func_cb = in TEST_F() local
636 Callback<int(int)> normal_func_cb = in TEST_F() local