HomeSort by relevance Sort by last modified time
    Searched refs:bind_promotes_cb (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
bind_unittest.cc 487 Callback<int()> bind_promotes_cb = Bind(&UnwrapNoRefParent, c); local
488 EXPECT_EQ(6, bind_promotes_cb.Run());
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 488 Callback<int()> bind_promotes_cb = Bind(&UnwrapNoRefParent, c); local
489 EXPECT_EQ(6, bind_promotes_cb.Run());

Completed in 52 milliseconds