Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc433 Closure normal_cb = Bind(&VoidFunc0); in TEST_F() local
436 normal_cb.Run(); in TEST_F()
476 Callback<int()> normal_cb = Bind(&IntFunc0); in TEST_F() local
482 EXPECT_EQ(1337, normal_cb.Run()); in TEST_F()