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

  /external/libchrome/base/
bind_unittest.cc 416 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0)); local
417 normal_func_cb.Run();
640 Callback<int(int)> normal_func_cb = local
642 EXPECT_EQ(1, normal_func_cb.Run(1));
652 EXPECT_EQ(2, normal_func_cb.Run(2));
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 417 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0)); local
418 normal_func_cb.Run();
641 Callback<int(int)> normal_func_cb = local
643 EXPECT_EQ(1, normal_func_cb.Run(1));
653 EXPECT_EQ(2, normal_func_cb.Run(2));

Completed in 37 milliseconds