Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc487 Callback<int()> bind_promotes_cb = Bind(&UnwrapNoRefParent, c); in TEST_F() local
488 EXPECT_EQ(6, bind_promotes_cb.Run()); in TEST_F()
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc488 Callback<int()> bind_promotes_cb = Bind(&UnwrapNoRefParent, c); in TEST_F() local
489 EXPECT_EQ(6, bind_promotes_cb.Run()); in TEST_F()