Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc574 Callback<int()> bind_promotes_cb = Bind(&UnwrapNoRefParent, c); in TEST_F() local
575 EXPECT_EQ(6, bind_promotes_cb.Run()); in TEST_F()