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

  /external/libchrome/base/
callback_helpers.cc 26 ReplaceClosure(other.Release());
36 void ScopedClosureRunner::ReplaceClosure(const Closure& closure) {
callback_helpers.h 51 void ReplaceClosure(const Closure& closure);
callback_helpers_unittest.cc 62 runner.ReplaceClosure(base::Bind(&Increment, &run_count_1));
63 runner.ReplaceClosure(base::Bind(&Increment, &run_count_2));
  /external/libbrillo/brillo/dbus/
dbus_object.cc 106 release_interface_cb_.ReplaceClosure(

Completed in 80 milliseconds