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

  /external/libchrome/base/
bind_unittest.cc 763 Callback<scoped_ptr<DeleteCounter>(scoped_ptr<DeleteCounter>)> cb_unbound = local
766 cb_unbound.Run(std::move(ptr));
807 cb_unbound = Bind(&PassThru<std::unique_ptr<DeleteCounter>>); local
809 cb_unbound.Run(std::move(ptr));
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 764 Callback<scoped_ptr<DeleteCounter>(scoped_ptr<DeleteCounter>)> cb_unbound = local
767 cb_unbound.Run(std::move(ptr));
808 cb_unbound = Bind(&PassThru<std::unique_ptr<DeleteCounter>>); local
810 cb_unbound.Run(std::move(ptr));

Completed in 38 milliseconds