Home
last modified time | relevance | path

Searched defs:normal_func_cb (Results 1 – 2 of 2) 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
/external/cronet/base/functional/
Dbind_unittest.cc480 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F() local
515 OnceClosure normal_func_cb = BindOnce(IgnoreResult(&IntFunc0)); in TEST_F() local
743 RepeatingCallback<int(int)> normal_func_cb = in TEST_F() local
768 OnceCallback<int(int)> normal_func_cb = in TEST_F() local