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

  /external/libchrome/base/
bind_unittest.cc 244 static int IntFunc0() { return static_func_mock_ptr->IntMethod0(); }
389 Callback<int()> normal_cb = Bind(&IntFunc0);
416 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0));
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 245 static int IntFunc0() { return static_func_mock_ptr->IntMethod0(); }
390 Callback<int()> normal_cb = Bind(&IntFunc0);
417 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0));

Completed in 42 milliseconds