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

  /external/libchrome/base/
bind_unittest.cc 346 Closure normal_cb = Bind(&VoidFunc0); local
349 normal_cb.Run();
389 Callback<int()> normal_cb = Bind(&IntFunc0); local
395 EXPECT_EQ(1337, normal_cb.Run());
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 347 Closure normal_cb = Bind(&VoidFunc0); local
350 normal_cb.Run();
390 Callback<int()> normal_cb = Bind(&IntFunc0); local
396 EXPECT_EQ(1337, normal_cb.Run());

Completed in 41 milliseconds