Searched defs:bind_promotes_cb (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dbind_unittest.cc476 Callback<int(void)> bind_promotes_cb = Bind(&UnwrapNoRefParent, c); local
477 EXPECT_EQ(6, bind_promotes_cb.Run());

Completed in 64 milliseconds