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

  /external/libchrome/base/
bind_unittest.cc 357 Closure const_method_const_obj_cb = Bind(&HasRef::VoidConstMethod0, local
362 const_method_const_obj_cb.Run();
393 Callback<int()> const_method_const_obj_cb = local
398 EXPECT_EQ(51337, const_method_const_obj_cb.Run());
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 358 Closure const_method_const_obj_cb = Bind(&HasRef::VoidConstMethod0, local
363 const_method_const_obj_cb.Run();
394 Callback<int()> const_method_const_obj_cb = local
399 EXPECT_EQ(51337, const_method_const_obj_cb.Run());

Completed in 35 milliseconds